diff options
author | Kees Bakker <kees.bakker@xs4all.nl> | 2010-07-13 16:50:51 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-07-13 17:44:10 -0400 |
commit | 540010812179a16d3d00fb8363bb06ee83af25b8 (patch) | |
tree | a3a229f2fb61584c531cb6db78657bc589a92d5b /drivers/hid/Kconfig | |
parent | 1c5474a65bf15a4cb162dfff86d6d0b5a08a740c (diff) |
HID: Add support for Conceptronic CLLRCMCE
There is only one extra button for Conceptronic that wasn't yet present.
The button has code 0xffbc0027 and the description is "Toggle between
display ratios". So I picked KEY_MODE for this button.
Signed-off-by: Kees Bakker <kees.bakker@xs4all.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 434099369058..9d0a65deb200 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -417,10 +417,11 @@ config SMARTJOYPLUS_FF | |||
417 | enable force feedback support for it. | 417 | enable force feedback support for it. |
418 | 418 | ||
419 | config HID_TOPSEED | 419 | config HID_TOPSEED |
420 | tristate "TopSeed Cyberlink remote control support" | 420 | tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support" |
421 | depends on USB_HID | 421 | depends on USB_HID |
422 | ---help--- | 422 | ---help--- |
423 | Say Y if you have a TopSeed Cyberlink or BTC Emprex remote control. | 423 | Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic |
424 | CLLRCMCE remote control. | ||
424 | 425 | ||
425 | config HID_THRUSTMASTER | 426 | config HID_THRUSTMASTER |
426 | tristate "ThrustMaster devices support" | 427 | tristate "ThrustMaster devices support" |