diff options
author | Jiri Kosina <jkosina@suse.cz> | 2012-03-13 09:36:05 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-03-13 09:36:05 +0100 |
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 config HID_TIVO tristate "TiVo Slide Bluetooth remote control support" - depends on USB_HID + depends on (USB_HID || BT_HIDP) ---help--- Say Y if you have a TiVo Slide Bluetooth remote control. |