diff options
author | Jiri Kosina <jkosina@suse.cz> | 2011-03-21 08:54:22 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-03-21 11:12:23 -0400 |
commit | d586dca06adddc6cee7177b013ee93eaffc9fe0e (patch) | |
tree | 33537a956c753ec42f3621e7e1be1e101518f4ab /drivers/hid/hid-ids.h | |
parent | 99759619b27662d1290901228d77a293e6e83200 (diff) |
HID: add support for Skycable 0x3f07 wireless presenter
This device contains the very same bug in report descriptor as the
Ortek ones do (i.e. LogicalMinimum == 1, which is wrong for the key
array).
As we have more reports for the Ortek devices, we are keeping the driver
name for now. Apparently there is a chip producer which sells chip with
this buggy descriptor to multiple vendors. Thus if such reports start
to come at highger frequency, we'll either have to rename the driver
accordingly, or come up with more generic workaround.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index d485894ff4db..56e8e4ab65d0 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -521,6 +521,9 @@ | |||
521 | #define USB_DEVICE_ID_SAMSUNG_IR_REMOTE 0x0001 | 521 | #define USB_DEVICE_ID_SAMSUNG_IR_REMOTE 0x0001 |
522 | #define USB_DEVICE_ID_SAMSUNG_WIRELESS_KBD_MOUSE 0x0600 | 522 | #define USB_DEVICE_ID_SAMSUNG_WIRELESS_KBD_MOUSE 0x0600 |
523 | 523 | ||
524 | #define USB_VENDOR_ID_SKYCABLE 0x1223 | ||
525 | #define USB_DEVICE_ID_SKYCABLE_WIRELESS_PRESENTER 0x3F07 | ||
526 | |||
524 | #define USB_VENDOR_ID_SONY 0x054c | 527 | #define USB_VENDOR_ID_SONY 0x054c |
525 | #define USB_DEVICE_ID_SONY_VAIO_VGX_MOUSE 0x024b | 528 | #define USB_DEVICE_ID_SONY_VAIO_VGX_MOUSE 0x024b |
526 | #define USB_DEVICE_ID_SONY_PS3_CONTROLLER 0x0268 | 529 | #define USB_DEVICE_ID_SONY_PS3_CONTROLLER 0x0268 |