03 Jan, 2013
1 commit
-
Use the new module_hid_driver macro in all HID drivers that have
a simple register/unregister init/exit.This also converts the hid drivers that test for a failure of
hid_register_driver() and report the failure. Using module_hid_driver
in those drivers removes the failure message.Signed-off-by: H Hartley Sweeten
Signed-off-by: Jiri Kosina
02 Jan, 2012
1 commit
-
Signed-off-by: Al Viro
Signed-off-by: Jiri Kosina
29 Sep, 2009
1 commit
-
Trivial patch which adds the __init/__exit macros to the module_init/
module_exit functions of the twinhan driver in hid.Signed-off-by: Peter Huewe
Signed-off-by: Jiri Kosina
23 Jul, 2009
1 commit
-
Add explicit key mappings for TwinHan USB HID remote control.
All dummy Ctrl, Alt, Meta, ... key press/release events generated
by the remote are silenced by "unmapping" them. This makes Power and
Volume keys single-key and strips the regular (even while idle) key
release events for Ctrl, Alt, Meta, ...Signed-off-by: Bruno Premont
Signed-off-by: Jiri Kosina