From 3b7ec7a2a0cdfa9b0703099a2a7c45f0eeb46897 Mon Sep 17 00:00:00 2001 From: xxh Date: Wed, 29 May 2013 12:39:16 +0800 Subject: [PATCH] add intex vid pid for Foreign 3G dongle --- drivers/base/devices_filter.h | 2 ++ drivers/usb/serial/option.c | 1 + 2 files changed, 3 insertions(+) diff --git a/drivers/base/devices_filter.h b/drivers/base/devices_filter.h index 006fe3dca3f9..d0a6099f46c7 100644 --- a/drivers/base/devices_filter.h +++ b/drivers/base/devices_filter.h @@ -115,6 +115,8 @@ static usb_parameter skip_device_list[] = { {0x19D2, 0x1515, NULL, NULL, NULL},//MF195 {0x1bbb, 0xf017, NULL, NULL, NULL}, {0x19d2, 0x0117, NULL, NULL, NULL}, + {0x1C9E, 0xF001, NULL, NULL, NULL}, + {0x1C9E, 0x9801, NULL, NULL, NULL}, //end xxh }; diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 6f1d6c1b841a..c9c4ce7c196e 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c @@ -1376,6 +1376,7 @@ static const struct usb_device_id option_ids[] = { { USB_DEVICE(0x1C9E,0x9914)}, { USB_DEVICE(0x19d2,0x1515)}, { USB_DEVICE(0x1bbb,0x0012)}, + { USB_DEVICE(0x1c9e,0x9801)}, //xxh end -- 2.34.1