diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 2b006bfa0935..22a4a051f221 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -459,6 +459,13 @@ config HID_PICOLCD_LEDS | |||
459 | ---help--- | 459 | ---help--- |
460 | Provide access to PicoLCD's GPO pins via leds class. | 460 | Provide access to PicoLCD's GPO pins via leds class. |
461 | 461 | ||
462 | config HID_PRIMAX | ||
463 | tristate "Primax non-fully HID-compliant devices" | ||
464 | depends on USB_HID | ||
465 | ---help--- | ||
466 | Support for Primax devices that are not fully compliant with the | ||
467 | HID standard. | ||
468 | |||
462 | config HID_QUANTA | 469 | config HID_QUANTA |
463 | tristate "Quanta Optical Touch panels" | 470 | tristate "Quanta Optical Touch panels" |
464 | depends on USB_HID | 471 | depends on USB_HID |
@@ -557,7 +564,11 @@ config HID_SMARTJOYPLUS | |||
557 | tristate "SmartJoy PLUS PS2/USB adapter support" | 564 | tristate "SmartJoy PLUS PS2/USB adapter support" |
558 | depends on USB_HID | 565 | depends on USB_HID |
559 | ---help--- | 566 | ---help--- |
560 | Support for SmartJoy PLUS PS2/USB adapter. | 567 | Support for SmartJoy PLUS PS2/USB adapter, Super Dual Box, |
568 | Super Joy Box 3 Pro, Super Dual Box Pro, and Super Joy Box 5 Pro. | ||
569 | |||
570 | Note that DDR (Dance Dance Revolution) mode is not supported, nor | ||
571 | is pressure sensitive buttons on the pro models. | ||
561 | 572 | ||
562 | config SMARTJOYPLUS_FF | 573 | config SMARTJOYPLUS_FF |
563 | bool "SmartJoy PLUS PS2/USB adapter force feedback support" | 574 | bool "SmartJoy PLUS PS2/USB adapter force feedback support" |