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/hid-tivo.c | |
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/hid-tivo.c')
-rw-r--r-- | drivers/hid/hid-tivo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-tivo.c b/drivers/hid/hid-tivo.c index 3d43c06dfffa..de47039c708c 100644 --- a/drivers/hid/hid-tivo.c +++ b/drivers/hid/hid-tivo.c | |||
@@ -62,6 +62,7 @@ static int tivo_input_mapping(struct hid_device *hdev, struct hid_input *hi, | |||
62 | 62 | ||
63 | static const struct hid_device_id tivo_devices[] = { | 63 | static const struct hid_device_id tivo_devices[] = { |
64 | /* TiVo Slide Bluetooth remote, pairs with a Broadcom dongle */ | 64 | /* TiVo Slide Bluetooth remote, pairs with a Broadcom dongle */ |
65 | { HID_USB_DEVICE(USB_VENDOR_ID_TIVO, USB_DEVICE_ID_TIVO_SLIDE_BT) }, | ||
65 | { HID_USB_DEVICE(USB_VENDOR_ID_TIVO, USB_DEVICE_ID_TIVO_SLIDE) }, | 66 | { HID_USB_DEVICE(USB_VENDOR_ID_TIVO, USB_DEVICE_ID_TIVO_SLIDE) }, |
66 | { } | 67 | { } |
67 | }; | 68 | }; |