summaryrefslogtreecommitdiff
path: root/staging/cdp.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+769
After some back and forth, we decided that it is easier to maintain mausezahn in a staging directory until it is fully reworked and cleaned up to be ready to be fully integrated. This way, it is better than having it in a separate branch, and we can also accept patches from outside more easily. Also, while at it, fix up some function mismatches with libcli. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
committerJiri Kosina <jkosina@suse.cz>2016-12-09 13:46:29 +0100 commitc60fa555b11b25386b355c141d90cbee361c3eec (patch) tree144f457fbc9ebfcb02a4c98a4009fd0f3b402d62 /Documentation parent2ae3986b84e9d325bc92a1efbcf0c6b0f5016b35 (diff)
HID: usbhid: fix improper return value
Function hid_post_reset() should return negative error codes on failures. However, in its implementation, it incorrectly returns 1. This patch fixes the bug, returning proper error codes on failures. Signed-off-by: Pan Bian <bianpan2016@163.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation')