diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-04 18:23:49 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-04 18:23:49 -0400 |
commit | 5cf65713f87775c548e3eb48dbafa32e12f28000 (patch) | |
tree | 117442e28cddebb79246b1c4b871428e50b27fb1 /drivers/hid/Kconfig | |
parent | b7c8e55db7141dcbb9d5305a3260fa0ed62a1bcc (diff) | |
parent | 9f17d516416c88dfe18f4deee508fce763ddedb5 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid: (30 commits)
Revert "HID: add support for the Wacom Intuos 4 wireless"
HID: fix up Kconfig entry for ACRUX driver
HID: add ACRUX game controller force feedback support
HID: Force input registration for "VEC footpedal"
HID: add HID_QUIRK_HIDINPUT_FORCE
HID: hid-input.c: indentation fixes
HID: hiddev: use usb_find_interface, get rid of BKL
HID: ignore digitizer usage Undefined (0x00)
HID: Add support for Conceptronic CLLRCMCE
HID: hid-ids.h: Whitespace fixup, align using TABs
HID: picolcd: implement refcounting of framebuffer
HID: picolcd: do not reallocate memory on depth change
HID: picolcd: Add minimal palette required by fbcon on 8bpp
HID: magicmouse: Correct parsing of large X and Y motions.
HID: magicmouse: report last touch up
HID: picolcd: fix deferred_io init/cleanup to fb ordering
HID: hid-ids.h: keep vendor ids in alphabetical order
HID: add proper support for Elecom BM084 bluetooth mouse
HID: magicmouse: enable horizontal scrolling
HID: magicmouse: add param for scroll speed
...
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 434099369058..6369ba7f96f8 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -68,6 +68,14 @@ config HID_A4TECH | |||
68 | ---help--- | 68 | ---help--- |
69 | Support for A4 tech X5 and WOP-35 / Trust 450L mice. | 69 | Support for A4 tech X5 and WOP-35 / Trust 450L mice. |
70 | 70 | ||
71 | config HID_ACRUX_FF | ||
72 | tristate "ACRUX force feedback support" | ||
73 | depends on USB_HID | ||
74 | select INPUT_FF_MEMLESS | ||
75 | ---help--- | ||
76 | Say Y here if you want to enable force feedback support for ACRUX | ||
77 | game controllers. | ||
78 | |||
71 | config HID_APPLE | 79 | config HID_APPLE |
72 | tristate "Apple" if EMBEDDED | 80 | tristate "Apple" if EMBEDDED |
73 | depends on (USB_HID || BT_HIDP) | 81 | depends on (USB_HID || BT_HIDP) |
@@ -148,6 +156,12 @@ config HID_EGALAX | |||
148 | ---help--- | 156 | ---help--- |
149 | Support for the eGalax dual-touch panel. | 157 | Support for the eGalax dual-touch panel. |
150 | 158 | ||
159 | config HID_ELECOM | ||
160 | tristate "ELECOM" | ||
161 | depends on BT_HIDP | ||
162 | ---help--- | ||
163 | Support for the ELECOM BM084 (bluetooth mouse). | ||
164 | |||
151 | config HID_EZKEY | 165 | config HID_EZKEY |
152 | tristate "Ezkey" if EMBEDDED | 166 | tristate "Ezkey" if EMBEDDED |
153 | depends on USB_HID | 167 | depends on USB_HID |
@@ -417,10 +431,11 @@ config SMARTJOYPLUS_FF | |||
417 | enable force feedback support for it. | 431 | enable force feedback support for it. |
418 | 432 | ||
419 | config HID_TOPSEED | 433 | config HID_TOPSEED |
420 | tristate "TopSeed Cyberlink remote control support" | 434 | tristate "TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support" |
421 | depends on USB_HID | 435 | depends on USB_HID |
422 | ---help--- | 436 | ---help--- |
423 | Say Y if you have a TopSeed Cyberlink or BTC Emprex remote control. | 437 | Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic |
438 | CLLRCMCE remote control. | ||
424 | 439 | ||
425 | config HID_THRUSTMASTER | 440 | config HID_THRUSTMASTER |
426 | tristate "ThrustMaster devices support" | 441 | tristate "ThrustMaster devices support" |