From: CMY Date: Sat, 2 Jun 2012 09:23:59 +0000 (+0800) Subject: 3g dongle X-Git-Tag: firefly_0821_release~9144 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d08fe7abfe4035805908e8600136778c88a6650a;p=firefly-linux-kernel-4.4.55.git 3g dongle --- 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 */