summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0038-USB-option-Ignore-ZTE-Vodafone-K3570-71-net-interfac.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0038-USB-option-Ignore-ZTE-Vodafone-K3570-71-net-interfac.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0038-USB-option-Ignore-ZTE-Vodafone-K3570-71-net-interfac.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0038-USB-option-Ignore-ZTE-Vodafone-K3570-71-net-interfac.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0038-USB-option-Ignore-ZTE-Vodafone-K3570-71-net-interfac.patch
new file mode 100644
index 00000000..34b5fe5e
--- /dev/null
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0038-USB-option-Ignore-ZTE-Vodafone-K3570-71-net-interfac.patch
@@ -0,0 +1,37 @@
1From 06c8b933f7ff30224a62e134cf8e5f19ee9f4975 Mon Sep 17 00:00:00 2001
2From: "Andrew Bird (Sphere Systems)" <ajb@spheresystems.co.uk>
3Date: Sun, 25 Mar 2012 00:10:28 +0000
4Subject: [PATCH 38/73] USB: option: Ignore ZTE (Vodafone) K3570/71 net
5 interfaces
6
7commit f264ddea0109bf7ce8aab920d64a637e830ace5b upstream.
8
9These interfaces need to be handled by QMI/WWAN driver
10
11Signed-off-by: Andrew Bird <ajb@spheresystems.co.uk>
12Signed-off-by: David S. Miller <davem@davemloft.net>
13Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
14---
15 drivers/usb/serial/option.c | 6 ++++--
16 1 files changed, 4 insertions(+), 2 deletions(-)
17
18diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
19index 5971c95..6d97d2f 100644
20--- a/drivers/usb/serial/option.c
21+++ b/drivers/usb/serial/option.c
22@@ -932,8 +932,10 @@ static const struct usb_device_id option_ids[] = {
23 { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0165, 0xff, 0xff, 0xff) },
24 { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0167, 0xff, 0xff, 0xff),
25 .driver_info = (kernel_ulong_t)&net_intf4_blacklist },
26- { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1008, 0xff, 0xff, 0xff) },
27- { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1010, 0xff, 0xff, 0xff) },
28+ { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1008, 0xff, 0xff, 0xff),
29+ .driver_info = (kernel_ulong_t)&net_intf4_blacklist },
30+ { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1010, 0xff, 0xff, 0xff),
31+ .driver_info = (kernel_ulong_t)&net_intf4_blacklist },
32 { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1012, 0xff, 0xff, 0xff) },
33 { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1057, 0xff, 0xff, 0xff) },
34 { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1058, 0xff, 0xff, 0xff) },
35--
361.7.7.6
37