change mu509 modem usb port to 244
author赵子初 <zzc@rock-chips.com>
Sat, 27 Jul 2013 02:02:26 +0000 (10:02 +0800)
committer赵子初 <zzc@rock-chips.com>
Sat, 27 Jul 2013 02:02:26 +0000 (10:02 +0800)
drivers/usb/serial/usb-serial.c

index e5bced3051a79b2eef58c29995378679365e49cb..0c47b262fc8f6b47ce703b51a9bab181e314c65a 100755 (executable)
@@ -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;