diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-01-13 09:15:22 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-02-14 13:40:00 -0500 |
commit | 65dd3b699f38b9252e5e1aa2ad7fb37ef9c61f37 (patch) | |
tree | 846e63431d9d7e976987539c9f4a4cc3d1f2a9c7 /drivers/hid/hid-ids.h | |
parent | 1bf20c3a0c616f44359c573b533d06bae960ee45 (diff) |
[media] hid-core: ignore the Keene FM transmitter
The Keene FM transmitter USB device has the same USB ID as
the Logitech AudioHub Speaker, but it should ignore the hid.
Check if the name is that of the Keene device.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index b8574cddd953..e1c4535c7c01 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -451,6 +451,7 @@ | |||
451 | #define USB_DEVICE_ID_LG_MULTITOUCH 0x0064 | 451 | #define USB_DEVICE_ID_LG_MULTITOUCH 0x0064 |
452 | 452 | ||
453 | #define USB_VENDOR_ID_LOGITECH 0x046d | 453 | #define USB_VENDOR_ID_LOGITECH 0x046d |
454 | #define USB_DEVICE_ID_LOGITECH_AUDIOHUB 0x0a0e | ||
454 | #define USB_DEVICE_ID_LOGITECH_RECEIVER 0xc101 | 455 | #define USB_DEVICE_ID_LOGITECH_RECEIVER 0xc101 |
455 | #define USB_DEVICE_ID_LOGITECH_HARMONY_FIRST 0xc110 | 456 | #define USB_DEVICE_ID_LOGITECH_HARMONY_FIRST 0xc110 |
456 | #define USB_DEVICE_ID_LOGITECH_HARMONY_LAST 0xc14f | 457 | #define USB_DEVICE_ID_LOGITECH_HARMONY_LAST 0xc14f |