From d08fe7abfe4035805908e8600136778c88a6650a Mon Sep 17 00:00:00 2001 From: CMY Date: Sat, 2 Jun 2012 17:23:59 +0800 Subject: [PATCH] 3g dongle --- drivers/base/devices_filter.h | 3 +++ drivers/usb/serial/option.c | 1 + 2 files changed, 4 insertions(+) diff --git a/drivers/base/devices_filter.h b/drivers/base/devices_filter.h index e53840a0f590..dd34c16ca253 100644 --- a/drivers/base/devices_filter.h +++ b/drivers/base/devices_filter.h @@ -71,6 +71,9 @@ static usb_parameter skip_device_list[] = { {0x6000, 0x1000, NULL, NULL, NULL}, {0x0685, 0x7000, NULL, NULL, NULL}, + + {0x20A6, 0xF00E, NULL, NULL, NULL}, + {0x1614, 0x0800, NULL, NULL, NULL}, }; /* 1 - match diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index c077022fe7de..8e8430342230 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c @@ -1114,6 +1114,7 @@ static const struct usb_device_id option_ids[] = { { USB_DEVICE(0x12D1, 0x1C05) }, { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0007, 0xff, 0xff, 0xff) }, { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0167, 0xff, 0xff, 0xff) }, + { USB_DEVICE(0x20A6, 0x1105) }, { USB_DEVICE(OLIVETTI_VENDOR_ID, OLIVETTI_PRODUCT_OLICARD100) }, { USB_DEVICE(CELOT_VENDOR_ID, CELOT_PRODUCT_CT680M) }, /* CT-650 CDMA 450 1xEVDO modem */ -- 2.34.1