diff options
author | Pascal Auriel - Stantum <P.Auriel@stantum.com> | 2010-10-01 16:01:28 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-10-01 16:01:34 +0200 |
commit | b6dc79929fa18a97bbc08400db72405ad835622f (patch) | |
tree | 09659cba0b4a57a13a669f6e7cd766a191d1ccf8 /drivers/hid/hid-stantum.c | |
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-stantum.c')
-rw-r--r-- | drivers/hid/hid-stantum.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-stantum.c b/drivers/hid/hid-stantum.c index 90df886c5e0..3171be28c3d 100644 --- a/drivers/hid/hid-stantum.c +++ b/drivers/hid/hid-stantum.c @@ -249,6 +249,8 @@ static void stantum_remove(struct hid_device *hdev) static const struct hid_device_id stantum_devices[] = { { HID_USB_DEVICE(USB_VENDOR_ID_STANTUM, USB_DEVICE_ID_MTP) }, + { HID_USB_DEVICE(USB_VENDOR_ID_STANTUM_STM, USB_DEVICE_ID_MTP_STM) }, + { HID_USB_DEVICE(USB_VENDOR_ID_STANTUM_SITRONIX, USB_DEVICE_ID_MTP_SITRONIX) }, { } }; MODULE_DEVICE_TABLE(hid, stantum_devices); |