summaryrefslogtreecommitdiff
path: root/multitech/recipes/linux/linux-2.6.35
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-08-17 16:14:55 -0500
committerJesse Gilles <jgilles@multitech.com>2011-08-17 16:14:55 -0500
commit5331a6b4866148dc3176178d42e8004168f4d477 (patch)
tree086c0d6e082bfdb027fc743c91ba75e8265d37ec /multitech/recipes/linux/linux-2.6.35
parent66076470ebed6677864d4b186ff7d21a83c51ac1 (diff)
linux-2.6.35: add ZTE MC2718 ID to option driver
Diffstat (limited to 'multitech/recipes/linux/linux-2.6.35')
-rw-r--r--multitech/recipes/linux/linux-2.6.35/linux-2.6.35.14-option-zte.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/multitech/recipes/linux/linux-2.6.35/linux-2.6.35.14-option-zte.patch b/multitech/recipes/linux/linux-2.6.35/linux-2.6.35.14-option-zte.patch
new file mode 100644
index 0000000..776c7ee
--- /dev/null
+++ b/multitech/recipes/linux/linux-2.6.35/linux-2.6.35.14-option-zte.patch
@@ -0,0 +1,12 @@
+Index: linux-2.6.35/drivers/usb/serial/option.c
+===================================================================
+--- linux-2.6.35.orig/drivers/usb/serial/option.c
++++ linux-2.6.35/drivers/usb/serial/option.c
+@@ -889,6 +889,7 @@ static const struct usb_device_id option
+ { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0141, 0xff, 0xff, 0xff) },
+ { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x2002, 0xff, 0xff, 0xff) },
+ { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x2003, 0xff, 0xff, 0xff) },
++ { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0xffe8, 0xff, 0xff, 0xff) }, // MC2718
+ { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_CDMA_TECH, 0xff, 0xff, 0xff) },
+ { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_AC8710, 0xff, 0xff, 0xff) },
+ { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_AC2726, 0xff, 0xff, 0xff) },