]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0039-USB-option-add-ZTE-MF821D.patch
linux-ti33x-psp 3.2: update to 3.2.25
[glsdk/meta-ti-glsdk.git] / recipes-kernel / linux / linux-ti33x-psp-3.2 / 3.2.25 / 0039-USB-option-add-ZTE-MF821D.patch
1 From da7998e23b2a112f2134db067ed2b1d5593113fb Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= <bjorn@mork.no>
3 Date: Thu, 12 Jul 2012 12:37:32 +0200
4 Subject: [PATCH 39/73] USB: option: add ZTE MF821D
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
9 commit 09110529780890804b22e997ae6b4fe3f0b3b158 upstream.
11 Sold by O2 (telefonica germany) under the name "LTE4G"
13 Tested-by: Thomas Schäfer <tschaefer@t-online.de>
14 Signed-off-by: Bjørn Mork <bjorn@mork.no>
15 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
17 ---
18  drivers/usb/serial/option.c |    2 ++
19  1 files changed, 2 insertions(+), 0 deletions(-)
21 diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
22 index 6d97d2f..d89aac1 100644
23 --- a/drivers/usb/serial/option.c
24 +++ b/drivers/usb/serial/option.c
25 @@ -932,6 +932,8 @@ static const struct usb_device_id option_ids[] = {
26         { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0165, 0xff, 0xff, 0xff) },
27         { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0167, 0xff, 0xff, 0xff),
28           .driver_info = (kernel_ulong_t)&net_intf4_blacklist },
29 +       { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0326, 0xff, 0xff, 0xff),
30 +         .driver_info = (kernel_ulong_t)&net_intf4_blacklist },
31         { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1008, 0xff, 0xff, 0xff),
32           .driver_info = (kernel_ulong_t)&net_intf4_blacklist },
33         { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x1010, 0xff, 0xff, 0xff),
34 -- 
35 1.7.7.6