]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/2.6.32.19/usb-cp210x-add-four-new-device-ids.patch
4.14-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 2.6.32.19 / usb-cp210x-add-four-new-device-ids.patch
CommitLineData
76d54e0a
GKH
1From 356c5a4834a74c621715f7a7f16ded914eecbd3c Mon Sep 17 00:00:00 2001
2From: Alessio Igor Bogani <abogani@texware.it>
3Date: Tue, 27 Jul 2010 23:05:14 +0200
4Subject: USB: cp210x: Add four new device IDs
5
6From: Alessio Igor Bogani <abogani@texware.it>
7
8commit 356c5a4834a74c621715f7a7f16ded914eecbd3c upstream.
9
10Signed-off-by: Alessio Igor Bogani <abogani@texware.it>
11Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
12
13---
14 drivers/usb/serial/cp210x.c | 4 ++++
15 1 file changed, 4 insertions(+)
16
17--- a/drivers/usb/serial/cp210x.c
18+++ b/drivers/usb/serial/cp210x.c
19@@ -128,6 +128,10 @@ static struct usb_device_id id_table []
20 { USB_DEVICE(0x1843, 0x0200) }, /* Vaisala USB Instrument Cable */
21 { USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */
22 { USB_DEVICE(0x413C, 0x9500) }, /* DW700 GPS USB interface */
23+ { USB_DEVICE(0x16DC, 0x0010) }, /* W-IE-NE-R Plein & Baus GmbH PL512 Power Supply */
24+ { USB_DEVICE(0x16DC, 0x0011) }, /* W-IE-NE-R Plein & Baus GmbH RCM Remote Control for MARATON Power Supply */
25+ { USB_DEVICE(0x16DC, 0x0012) }, /* W-IE-NE-R Plein & Baus GmbH MPOD Multi Channel Power Supply */
26+ { USB_DEVICE(0x16DC, 0x0015) }, /* W-IE-NE-R Plein & Baus GmbH CML Control, Monitoring and Data Logger */
27 { } /* Terminating Entry */
28 };
29