mirror of
https://github.com/torvalds/linux.git
synced 2026-06-11 08:03:05 +02:00
phone-pad:add ThinkWill MI900 product ID
This commit is contained in:
parent
97fb7f7457
commit
7ca158d2bb
|
|
@ -373,6 +373,7 @@ static int option_resume(struct usb_serial *serial);
|
|||
/* Thinkwill products */
|
||||
#define THINKWILL_VENDOR_ID 0x19f5
|
||||
#define THINKWILL_PRODUCT_ID 0x9909
|
||||
#define THINKWILL_MI900_PRODUCT_ID 0x9013
|
||||
|
||||
/* Cinterion (formerly Siemens) products */
|
||||
#define SIEMENS_VENDOR_ID 0x0681
|
||||
|
|
@ -412,6 +413,9 @@ static int option_resume(struct usb_serial *serial);
|
|||
static struct usb_device_id option_ids[] = {
|
||||
{ USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_COLT) },
|
||||
{ USB_DEVICE(THINKWILL_VENDOR_ID,THINKWILL_PRODUCT_ID)},
|
||||
|
||||
{ USB_DEVICE(THINKWILL_VENDOR_ID,THINKWILL_MI900_PRODUCT_ID)},
|
||||
|
||||
{ USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_RICOLA) },
|
||||
{ USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_RICOLA_LIGHT) },
|
||||
{ USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_RICOLA_QUAD) },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user