aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2013-02-21 20:41:38 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2013-02-21 20:41:38 -0500
commit48a732dfaa77a4dfec803aa8f248373998704f76 (patch)
treeb8ea89d3f48bc82fcc1b14d8cd356241e7ef2d37 /drivers/hid/Kconfig
parent9afa3195b96da7d2320ec44d19fbfbded7a15571 (diff)
parent0d69a3c731e120b05b7da9fb976830475a3fbc01 (diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
Pull HID subsystem updates from Jiri Kosina: "HID subsystem and drivers update. Highlights: - new support of a group of Win7/Win8 multitouch devices, from Benjamin Tissoires - fix for compat interface brokenness in uhid, from Dmitry Torokhov - conversion of drivers to use hid_driver helper, by H Hartley Sweeten - HID over I2C transport received ACPI enumeration support, written by Mika Westerberg - there is an ongoing effort to make HID sensor hubs independent of USB transport. The first self-contained part of this work is provided here, done by Mika Westerberg - a few smaller fixes here and there, support for a couple new devices added" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid: (43 commits) HID: Correct Logitech order in hid-ids.h HID: LG4FF: Remove unnecessary deadzone code HID: LG: Prevent the Logitech Gaming Wheels deadzone HID: LG: Fix detection of Logitech Speed Force Wireless (WiiWheel) HID: LG: Add support for Logitech Momo Force (Red) Wheel HID: hidraw: print message when succesfully initialized HID: logitech: split accel, brake for Driving Force wheel HID: logitech: add report descriptor for Driving Force wheel HID: add ThingM blink(1) USB RGB LED support HID: uhid: make creating devices work on 64/32 systems HID: wiimote: fix nunchuck button parser HID: blacklist Velleman data acquisition boards HID: sensor-hub: don't limit the driver only to USB bus HID: sensor-hub: get rid of unused sensor_hub_grabbed_usages[] table HID: extend autodetect to handle I2C sensors as well HID: ntrig: use input_configured() callback to set the name HID: multitouch: do not use pointers towards hid-core HID: add missing GENERIC_HARDIRQ dependency HID: multitouch: make MT_CLS_ALWAYS_TRUE the new default class HID: multitouch: fix protocol for Elo panels ...
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig18
1 files changed, 17 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index eae0c7e468cf..5f07d85c4189 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -596,6 +596,12 @@ config HID_SPEEDLINK
596 ---help--- 596 ---help---
597 Support for Speedlink Vicious and Divine Cezanne mouse. 597 Support for Speedlink Vicious and Divine Cezanne mouse.
598 598
599config HID_STEELSERIES
600 tristate "Steelseries SRW-S1 steering wheel support"
601 depends on USB_HID
602 ---help---
603 Support for Steelseries SRW-S1 steering wheel
604
599config HID_SUNPLUS 605config HID_SUNPLUS
600 tristate "Sunplus wireless desktop" 606 tristate "Sunplus wireless desktop"
601 depends on USB_HID 607 depends on USB_HID
@@ -655,6 +661,16 @@ config HID_TOPSEED
655 Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic 661 Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic
656 CLLRCMCE remote control. 662 CLLRCMCE remote control.
657 663
664config HID_THINGM
665 tristate "ThingM blink(1) USB RGB LED"
666 depends on USB_HID
667 depends on LEDS_CLASS
668 ---help---
669 Support for the ThingM blink(1) USB RGB LED. This driver registers a
670 Linux LED class instance, plus additional sysfs attributes to control
671 RGB colors, fade time and playing. The device is exposed through hidraw
672 to access other functions.
673
658config HID_THRUSTMASTER 674config HID_THRUSTMASTER
659 tristate "ThrustMaster devices support" 675 tristate "ThrustMaster devices support"
660 depends on USB_HID 676 depends on USB_HID
@@ -719,7 +735,7 @@ config HID_ZYDACRON
719 735
720config HID_SENSOR_HUB 736config HID_SENSOR_HUB
721 tristate "HID Sensors framework support" 737 tristate "HID Sensors framework support"
722 depends on USB_HID 738 depends on USB_HID && GENERIC_HARDIRQS
723 select MFD_CORE 739 select MFD_CORE
724 default n 740 default n
725 -- help--- 741 -- help---