23 Jul, 2009
1 commit
-
Trivial patch which adds the __init and __exit macros to the module_init /
module_exit functions of several HID drivers from drivers/hid/Signed-off-by: Peter Huewe
Signed-off-by: Jiri Kosina
30 Mar, 2009
2 commits
-
This removal was scheduled and there is no problem with later
distros to adapt for the new bus, thanks to aliases.module-init-tools map files are deprecated nowadays, so that
the patch which introduced hid ones into the m-i-t won't be
accepted and hence there is no reason for leaving compat stuff in.Signed-off-by: Jiri Slaby
Cc: Jiri Kosina
Signed-off-by: Jiri Kosina -
This device sends several buttons in a separate field, which is
wrongly described in the report descriptor. Fix it in the following
way:- change led usage page to button
- report size 8 count 1 becomes report size 1 count 8
- the button usage range changed to 4-7 (the mouse has three buttons in
a different field already).Reported-by: Tomas Hanak
Signed-off-by: Jiri Kosina