aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-dummy.c
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2009-03-04 10:09:40 -0500
committerJiri Kosina <jkosina@suse.cz>2009-03-30 09:12:53 -0400
commitfdf93aa33268889e126aa677f2072238bd76adb0 (patch)
tree62283ae9912df1b74b6062478ef9bd135e39cc8d /drivers/hid/hid-dummy.c
parent3f866fbd52d1863db5c07700e560aef22c4fdc01 (diff)
HID: support for Kensington slimblade device
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>
Diffstat (limited to 'drivers/hid/hid-dummy.c')
-rw-r--r--drivers/hid/hid-dummy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-dummy.c b/drivers/hid/hid-dummy.c
index 536aa15af281..28815fd6c285 100644
--- a/drivers/hid/hid-dummy.c
+++ b/drivers/hid/hid-dummy.c
@@ -37,6 +37,9 @@ static int __init hid_dummy_init(void)
37#ifdef CONFIG_HID_GYRATION_MODULE 37#ifdef CONFIG_HID_GYRATION_MODULE
38 HID_COMPAT_CALL_DRIVER(gyration); 38 HID_COMPAT_CALL_DRIVER(gyration);
39#endif 39#endif
40#ifdef CONFIG_HID_KENSINGTON_MODULE
41 HID_COMPAT_CALL_DRIVER(kensington);
42#endif
40#ifdef CONFIG_HID_LOGITECH_MODULE 43#ifdef CONFIG_HID_LOGITECH_MODULE
41 HID_COMPAT_CALL_DRIVER(logitech); 44 HID_COMPAT_CALL_DRIVER(logitech);
42#endif 45#endif