diff options
author | Pascal Auriel - Stantum <P.Auriel@stantum.com> | 2010-10-01 10:01:28 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-10-01 10:01:34 -0400 |
commit | b6dc79929fa18a97bbc08400db72405ad835622f (patch) | |
tree | 09659cba0b4a57a13a669f6e7cd766a191d1ccf8 /drivers/hid/hid-ids.h | |
parent | 8038298fde28a533da52a47fac87106b4bf9816c (diff) |
HID: support STmicroelectronics and Sitronix with hid-stantuml driver
New VendorsIds/ProductIds using hid-stantum driver.
Signed-off-by: Stantum <software@stantum.com>
Acked-by: Stephane Chatty <chatty@enac.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 49ec747f6bb9..6033229a8c7f 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -483,6 +483,12 @@ | |||
483 | #define USB_VENDOR_ID_STANTUM 0x1f87 | 483 | #define USB_VENDOR_ID_STANTUM 0x1f87 |
484 | #define USB_DEVICE_ID_MTP 0x0002 | 484 | #define USB_DEVICE_ID_MTP 0x0002 |
485 | 485 | ||
486 | #define USB_VENDOR_ID_STANTUM_STM 0x0483 | ||
487 | #define USB_DEVICE_ID_MTP_STM 0x3261 | ||
488 | |||
489 | #define USB_VENDOR_ID_STANTUM_SITRONIX 0x1403 | ||
490 | #define USB_DEVICE_ID_MTP_SITRONIX 0x5001 | ||
491 | |||
486 | #define USB_VENDOR_ID_SUN 0x0430 | 492 | #define USB_VENDOR_ID_SUN 0x0430 |
487 | #define USB_DEVICE_ID_RARITAN_KVM_DONGLE 0xcdab | 493 | #define USB_DEVICE_ID_RARITAN_KVM_DONGLE 0xcdab |
488 | 494 | ||