From: 赵子初 Date: Sat, 27 Jul 2013 02:02:26 +0000 (+0800) Subject: change mu509 modem usb port to 244 X-Git-Tag: firefly_0821_release~6837 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=adb5bd4828e3f8349813293590dc15ed5c270339;p=firefly-linux-kernel-4.4.55.git change mu509 modem usb port to 244 --- diff --git a/drivers/usb/serial/usb-serial.c b/drivers/usb/serial/usb-serial.c index e5bced3051a7..0c47b262fc8f 100755 --- a/drivers/usb/serial/usb-serial.c +++ b/drivers/usb/serial/usb-serial.c @@ -1079,7 +1079,8 @@ int usb_serial_probe(struct usb_interface *interface, || ((le16_to_cpu(dev->descriptor.idVendor) == 0x19f5) && (le16_to_cpu(dev->descriptor.idProduct) == 0x9013) && (bp_id == 4)) || ((le16_to_cpu(dev->descriptor.idVendor) == 0x0E8D) && (le16_to_cpu(dev->descriptor.idProduct) == 0x00A2) && (bp_id == 1)) || ((le16_to_cpu(dev->descriptor.idVendor) == 0x21f5) && (le16_to_cpu(dev->descriptor.idProduct) == 0x2012) && (bp_id == 10)) - || ((le16_to_cpu(dev->descriptor.idVendor) == 0x1c9e) && (le16_to_cpu(dev->descriptor.idProduct) == 0x9603) && (bp_id == 11)) + || ((le16_to_cpu(dev->descriptor.idVendor) == 0x1c9e) && (le16_to_cpu(dev->descriptor.idProduct) == 0x9603) && (bp_id == 11)) + || ((le16_to_cpu(dev->descriptor.idVendor) == 0x12D1) && (le16_to_cpu(dev->descriptor.idProduct) == 0x1001) && (bp_id == 2)) ){ BP_USB =1;