git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c080d89
)
HID: API - fix leftovers of hidinput API in USB HID
author
Jiri Kosina
<jkosina@suse.cz>
Wed, 24 Jan 2007 10:54:19 +0000
(11:54 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 5 Feb 2007 09:00:40 +0000
(10:00 +0100)
hidinput_{open,close}() functions do not belong to usbhid, but
to the generic HID layer. Move them, and fix hooks in struct
hid_device, so that now the callbacks are done to transport-specific
_open() functions, but not input_open() functions.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
No differences found