diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 8cf88aa5c8f4..3f50b0fef1c3 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c @@ -400,8 +400,6 @@ static void option_instat_callback(struct urb *urb); #define THINKWILL_PRODUCT_ID 0x9909 #define THINKWILL_MI900_PRODUCT_ID 0x9013 -#define CINTERION_VENDOR_ID 0x0681 - /* Olivetti products */ #define OLIVETTI_VENDOR_ID 0x0b3c #define OLIVETTI_PRODUCT_OLICARD100 0xc000 @@ -1042,7 +1040,6 @@ static const struct usb_device_id option_ids[] = { { USB_DEVICE(LEADCORE_VENDOR_ID, 0x5700) }, { USB_DEVICE(LEADCORE_VENDOR_ID, 0x6341) }, - { USB_DEVICE(CINTERION_VENDOR_ID, 0x0047) }, { USB_DEVICE(OLIVETTI_VENDOR_ID, OLIVETTI_PRODUCT_OLICARD100) }, { USB_DEVICE(CELOT_VENDOR_ID, CELOT_PRODUCT_CT680M) }, /* CT-650 CDMA 450 1xEVDO modem */ { USB_DEVICE(ONDA_VENDOR_ID, ONDA_MT825UP) }, /* ONDA MT825UP modem */