]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/2.6.24.1/usb-cp2101-new-device-ids.patch
Remove duplicated commits
[thirdparty/kernel/stable-queue.git] / releases / 2.6.24.1 / usb-cp2101-new-device-ids.patch
CommitLineData
ba957a8b
GKH
1From stable-bounces@linux.kernel.org Fri Feb 1 15:21:09 2008
2From: Craig Shelley <craig@microtron.org.uk>
3Date: Fri, 1 Feb 2008 15:16:44 -0800
4Subject: USB: CP2101 New Device IDs
5To: linux-usb@vger.kernel.org
6Cc: Craig Shelley <craig@microtron.org.uk>, stable <stable@kernel.org>, Greg Kroah-Hartman <gregkh@suse.de>
7Message-ID: <1201907929-23721-3-git-send-email-gregkh@suse.de>
8
9
10From: Craig Shelley <craig@microtron.org.uk>
11
12Six new device IDs for CP2101 driver.
13
14Signed-off-by: Craig Shelley <craig@microtron.org.uk>
15Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
16Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
17
18---
19 drivers/usb/serial/cp2101.c | 6 ++++++
20 1 file changed, 6 insertions(+)
21
22--- a/drivers/usb/serial/cp2101.c
23+++ b/drivers/usb/serial/cp2101.c
24@@ -59,6 +59,7 @@ static struct usb_device_id id_table []
25 { USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */
26 { USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */
27 { USB_DEVICE(0x10B5, 0xAC70) }, /* Nokia CA-42 USB */
28+ { USB_DEVICE(0x10C4, 0x800A) }, /* SPORTident BSM7-D-USB main station */
29 { USB_DEVICE(0x10C4, 0x803B) }, /* Pololu USB-serial converter */
30 { USB_DEVICE(0x10C4, 0x8053) }, /* Enfora EDG1228 */
31 { USB_DEVICE(0x10C4, 0x8066) }, /* Argussoft In-System Programmer */
32@@ -76,8 +77,13 @@ static struct usb_device_id id_table []
33 { USB_DEVICE(0x10C4, 0x8218) }, /* Lipowsky Industrie Elektronik GmbH, HARP-1 */
34 { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
35 { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
36+ { USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */
37+ { USB_DEVICE(0x10C4, 0xF002) }, /* Elan Digital Systems USBwave12 */
38+ { USB_DEVICE(0x10C4, 0xF003) }, /* Elan Digital Systems USBpulse100 */
39+ { USB_DEVICE(0x10C4, 0xF004) }, /* Elan Digital Systems USBcount50 */
40 { USB_DEVICE(0x10C5, 0xEA61) }, /* Silicon Labs MobiData GPRS USB Modem */
41 { USB_DEVICE(0x13AD, 0x9999) }, /* Baltech card reader */
42+ { USB_DEVICE(0x166A, 0x0303) }, /* Clipsal 5500PCU C-Bus USB interface */
43 { USB_DEVICE(0x16D6, 0x0001) }, /* Jablotron serial interface */
44 { } /* Terminating Entry */
45 };