diff options
author | Jiri Kosina <jkosina@suse.cz> | 2012-03-13 04:36:05 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-03-13 04:36:05 -0400 |
commit | 740363fb75f421f9a00a183f673b477c3029b572 (patch) | |
tree | fea529ddf1a72eb85c8a3819600417e1ea86df4b /drivers/hid/Kconfig | |
parent | 6b1968d5b6e223237bca98879f31c5616b3b325f (diff) |
HID: tivo: add support for BT-version (0x1200)
Add support for BT-driven configuration of the TiVo remote.
Reported-by: Joshua Dillon <jvdillon@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 838fa6a3a287..3d14e4f6bac1 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -610,7 +610,7 @@ config SMARTJOYPLUS_FF | |||
610 | 610 | ||
611 | config HID_TIVO | 611 | config HID_TIVO |
612 | tristate "TiVo Slide Bluetooth remote control support" | 612 | tristate "TiVo Slide Bluetooth remote control support" |
613 | depends on USB_HID | 613 | depends on (USB_HID || BT_HIDP) |
614 | ---help--- | 614 | ---help--- |
615 | Say Y if you have a TiVo Slide Bluetooth remote control. | 615 | Say Y if you have a TiVo Slide Bluetooth remote control. |
616 | 616 | ||