diff options
author | Lev Babiev <harley@hosers.org> | 2009-01-03 18:36:56 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-01-03 19:00:53 -0500 |
commit | f14f526d02b14fd0b8c1ac4ec413e4577ad5f62e (patch) | |
tree | 4763b65d1cda9b50eda1815b7cfe2acf375d1b21 /drivers/hid/Kconfig | |
parent | ac09952babed8e2ac6999127b7f95d7a2bbfd7af (diff) |
HID: driver for TopSeed Cyberlink quirky remote
I recently picked up a Cyberlink branded remote control produced
by TopSeed Tech Corp. Alas, it appears that this device is using
non-standard mappings for some of it's keys (Usage page 0xffbc).
Signed-off-by: Lev Babiev <harley@hosers.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 81dd9b8eeeaa..4c65e75d5b8d 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -246,6 +246,13 @@ config GREENASIA_FF | |||
246 | (like MANTA Warior MM816 and SpeedLink Strike2 SL-6635) or adapter | 246 | (like MANTA Warior MM816 and SpeedLink Strike2 SL-6635) or adapter |
247 | and want to enable force feedback support for it. | 247 | and want to enable force feedback support for it. |
248 | 248 | ||
249 | config HID_TOPSEED | ||
250 | tristate "TopSeed Cyberlink remote control support" if EMBEDDED | ||
251 | depends on USB_HID | ||
252 | default y | ||
253 | ---help--- | ||
254 | Say Y if you have a TopSeed Cyberlink remote control. | ||
255 | |||
249 | config THRUSTMASTER_FF | 256 | config THRUSTMASTER_FF |
250 | tristate "ThrustMaster devices support" | 257 | tristate "ThrustMaster devices support" |
251 | depends on USB_HID | 258 | depends on USB_HID |