summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0035-USB-Added-Kamstrup-VID-PIDs-to-cp210x-serial-driver.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0035-USB-Added-Kamstrup-VID-PIDs-to-cp210x-serial-driver.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0035-USB-Added-Kamstrup-VID-PIDs-to-cp210x-serial-driver.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0035-USB-Added-Kamstrup-VID-PIDs-to-cp210x-serial-driver.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0035-USB-Added-Kamstrup-VID-PIDs-to-cp210x-serial-driver.patch
new file mode 100644
index 00000000..30e69cf0
--- /dev/null
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0035-USB-Added-Kamstrup-VID-PIDs-to-cp210x-serial-driver.patch
@@ -0,0 +1,29 @@
1From 4a2448683921f6bb770e934ff6ab78a6e2dc78cf Mon Sep 17 00:00:00 2001
2From: Bruno Thomsen <bruno.thomsen@gmail.com>
3Date: Tue, 21 Feb 2012 23:41:37 +0100
4Subject: [PATCH 35/73] USB: Added Kamstrup VID/PIDs to cp210x serial driver.
5
6commit c6c1e4491dc8d1ed2509fa6aacffa7f34614fc38 upstream.
7
8Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
9Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10---
11 drivers/usb/serial/cp210x.c | 2 ++
12 1 files changed, 2 insertions(+), 0 deletions(-)
13
14diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
15index a515237..33d25d4 100644
16--- a/drivers/usb/serial/cp210x.c
17+++ b/drivers/usb/serial/cp210x.c
18@@ -136,6 +136,8 @@ static const struct usb_device_id id_table[] = {
19 { USB_DEVICE(0x16DC, 0x0011) }, /* W-IE-NE-R Plein & Baus GmbH RCM Remote Control for MARATON Power Supply */
20 { USB_DEVICE(0x16DC, 0x0012) }, /* W-IE-NE-R Plein & Baus GmbH MPOD Multi Channel Power Supply */
21 { USB_DEVICE(0x16DC, 0x0015) }, /* W-IE-NE-R Plein & Baus GmbH CML Control, Monitoring and Data Logger */
22+ { USB_DEVICE(0x17A8, 0x0001) }, /* Kamstrup Optical Eye/3-wire */
23+ { USB_DEVICE(0x17A8, 0x0005) }, /* Kamstrup M-Bus Master MultiPort 250D */
24 { USB_DEVICE(0x17F4, 0xAAAA) }, /* Wavesense Jazz blood glucose meter */
25 { USB_DEVICE(0x1843, 0x0200) }, /* Vaisala USB Instrument Cable */
26 { USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */
27--
281.7.7.4
29