diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/serial/option.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index e668a2460bd4..396d968dddd9 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c | |||
@@ -497,6 +497,10 @@ static void option_instat_callback(struct urb *urb); | |||
497 | /* MediaTek products */ | 497 | /* MediaTek products */ |
498 | #define MEDIATEK_VENDOR_ID 0x0e8d | 498 | #define MEDIATEK_VENDOR_ID 0x0e8d |
499 | 499 | ||
500 | /* Cellient products */ | ||
501 | #define CELLIENT_VENDOR_ID 0x2692 | ||
502 | #define CELLIENT_PRODUCT_MEN200 0x9005 | ||
503 | |||
500 | /* some devices interfaces need special handling due to a number of reasons */ | 504 | /* some devices interfaces need special handling due to a number of reasons */ |
501 | enum option_blacklist_reason { | 505 | enum option_blacklist_reason { |
502 | OPTION_BLACKLIST_NONE = 0, | 506 | OPTION_BLACKLIST_NONE = 0, |
@@ -1233,6 +1237,7 @@ static const struct usb_device_id option_ids[] = { | |||
1233 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, 0x00a1, 0xff, 0x02, 0x01) }, | 1237 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, 0x00a1, 0xff, 0x02, 0x01) }, |
1234 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, 0x00a2, 0xff, 0x00, 0x00) }, | 1238 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, 0x00a2, 0xff, 0x00, 0x00) }, |
1235 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, 0x00a2, 0xff, 0x02, 0x01) }, /* MediaTek MT6276M modem & app port */ | 1239 | { USB_DEVICE_AND_INTERFACE_INFO(MEDIATEK_VENDOR_ID, 0x00a2, 0xff, 0x02, 0x01) }, /* MediaTek MT6276M modem & app port */ |
1240 | { USB_DEVICE(CELLIENT_VENDOR_ID, CELLIENT_PRODUCT_MEN200) }, | ||
1236 | { } /* Terminating entry */ | 1241 | { } /* Terminating entry */ |
1237 | }; | 1242 | }; |
1238 | MODULE_DEVICE_TABLE(usb, option_ids); | 1243 | MODULE_DEVICE_TABLE(usb, option_ids); |