Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HID: adding __init/__exit macros to module init/exit functions | Peter Huewe | 2009-07-23 | 1 | -2/+2 |
| | | | | | | | | 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 <peterhuewe@gmx.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz> | ||||
* | HID: remove compat stuff | Jiri Slaby | 2009-03-30 | 1 | -2/+0 |
| | | | | | | | | | | | | | 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 <jirislaby@gmail.com> Cc: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Jiri Kosina <jkosina@suse.cz> | ||||
* | HID: support for Kensington slimblade device | Jiri Kosina | 2009-03-30 | 1 | -0/+65 |
0x47d/0x2041 device sends two extra buttons in 0xff00 usage page and therefore requires special handling. Reported-by: Jason Noble <nobleja@polezero.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz> |