]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/3.8.4/qcaux-add-franklin-u600.patch
Linux 4.14.95
[thirdparty/kernel/stable-queue.git] / releases / 3.8.4 / qcaux-add-franklin-u600.patch
1 From 2d90e63603ac235aecd7d20e234616e0682c8b1f Mon Sep 17 00:00:00 2001
2 From: Dan Williams <dcbw@redhat.com>
3 Date: Tue, 19 Feb 2013 09:47:09 -0600
4 Subject: qcaux: add Franklin U600
5
6 From: Dan Williams <dcbw@redhat.com>
7
8 commit 2d90e63603ac235aecd7d20e234616e0682c8b1f upstream.
9
10 4 ports; AT/PPP is standard CDC-ACM. The other three (added by this
11 patch) are QCDM/DIAG, possibly GPS, and unknown.
12
13 Signed-off-by: Dan Williams <dcbw@redhat.com>
14 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15
16 ---
17 drivers/usb/serial/qcaux.c | 1 +
18 1 file changed, 1 insertion(+)
19
20 --- a/drivers/usb/serial/qcaux.c
21 +++ b/drivers/usb/serial/qcaux.c
22 @@ -69,6 +69,7 @@ static struct usb_device_id id_table[] =
23 { USB_VENDOR_AND_INTERFACE_INFO(UTSTARCOM_VENDOR_ID, 0xff, 0xfd, 0xff) }, /* NMEA */
24 { USB_VENDOR_AND_INTERFACE_INFO(UTSTARCOM_VENDOR_ID, 0xff, 0xfe, 0xff) }, /* WMC */
25 { USB_VENDOR_AND_INTERFACE_INFO(UTSTARCOM_VENDOR_ID, 0xff, 0xff, 0xff) }, /* DIAG */
26 + { USB_DEVICE_AND_INTERFACE_INFO(0x1fac, 0x0151, 0xff, 0xff, 0xff) },
27 { },
28 };
29 MODULE_DEVICE_TABLE(usb, id_table);