aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hid/hid-tivo.c
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2012-03-30 15:26:57 +0200
committerJiri Kosina <jkosina@suse.cz>2012-03-30 15:28:59 +0200
commit2cee5715a926ad23d3f52ffd7da3ad38f54664dd (patch)
tree0dd3bb270cd7b325cf56df43c10a8977c351c35b /drivers/hid/hid-tivo.c
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid (diff)
downloadwireguard-linux-2cee5715a926ad23d3f52ffd7da3ad38f54664dd.tar.xz
wireguard-linux-2cee5715a926ad23d3f52ffd7da3ad38f54664dd.zip
HID: tivo: fix support for bluetooth version of tivo Slide
The device is a bluetooth device, but one occurence by mistake had marked it as USB. 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-tivo.c b/drivers/hid/hid-tivo.c
index de47039c708c..9f85f827607f 100644
--- a/drivers/hid/hid-tivo.c
+++ b/drivers/hid/hid-tivo.c
@@ -62,7 +62,7 @@ static int tivo_input_mapping(struct hid_device *hdev, struct hid_input *hi,
static const struct hid_device_id tivo_devices[] = {
/* TiVo Slide Bluetooth remote, pairs with a Broadcom dongle */
- { HID_USB_DEVICE(USB_VENDOR_ID_TIVO, USB_DEVICE_ID_TIVO_SLIDE_BT) },
+ { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_TIVO, USB_DEVICE_ID_TIVO_SLIDE_BT) },
{ HID_USB_DEVICE(USB_VENDOR_ID_TIVO, USB_DEVICE_ID_TIVO_SLIDE) },
{ }
};