]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/3.8.4/usb-cp210x-new-vendor-device-ids.patch
Linux 4.14.95
[thirdparty/kernel/stable-queue.git] / releases / 3.8.4 / usb-cp210x-new-vendor-device-ids.patch
1 From be3101c23394af59694c8a2aae6d07f5da62fea5 Mon Sep 17 00:00:00 2001
2 From: "Matwey V. Kornilov" <matwey@sai.msu.ru>
3 Date: Sat, 9 Mar 2013 13:57:32 +0400
4 Subject: usb: cp210x new Vendor/Device IDs
5
6 From: "Matwey V. Kornilov" <matwey@sai.msu.ru>
7
8 commit be3101c23394af59694c8a2aae6d07f5da62fea5 upstream.
9
10 This patch adds support for the Lake Shore Cryotronics devices to
11 the CP210x driver.
12
13 These lines are ported from cp210x driver distributed by Lake Shore web site:
14 http://www.lakeshore.com/Documents/Lake%20Shore%20cp210x-3.0.0.tar.gz
15 and licensed under the terms of GPLv2.
16
17 Moreover, I've tested this changes with Lake Shore 335 in my labs.
18
19 Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru>
20 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
21
22 ---
23 drivers/usb/serial/cp210x.c | 19 +++++++++++++++++++
24 1 file changed, 19 insertions(+)
25
26 --- a/drivers/usb/serial/cp210x.c
27 +++ b/drivers/usb/serial/cp210x.c
28 @@ -150,6 +150,25 @@ static const struct usb_device_id id_tab
29 { USB_DEVICE(0x1BE3, 0x07A6) }, /* WAGO 750-923 USB Service Cable */
30 { USB_DEVICE(0x1E29, 0x0102) }, /* Festo CPX-USB */
31 { USB_DEVICE(0x1E29, 0x0501) }, /* Festo CMSP */
32 + { USB_DEVICE(0x1FB9, 0x0100) }, /* Lake Shore Model 121 Current Source */
33 + { USB_DEVICE(0x1FB9, 0x0200) }, /* Lake Shore Model 218A Temperature Monitor */
34 + { USB_DEVICE(0x1FB9, 0x0201) }, /* Lake Shore Model 219 Temperature Monitor */
35 + { USB_DEVICE(0x1FB9, 0x0202) }, /* Lake Shore Model 233 Temperature Transmitter */
36 + { USB_DEVICE(0x1FB9, 0x0203) }, /* Lake Shore Model 235 Temperature Transmitter */
37 + { USB_DEVICE(0x1FB9, 0x0300) }, /* Lake Shore Model 335 Temperature Controller */
38 + { USB_DEVICE(0x1FB9, 0x0301) }, /* Lake Shore Model 336 Temperature Controller */
39 + { USB_DEVICE(0x1FB9, 0x0302) }, /* Lake Shore Model 350 Temperature Controller */
40 + { USB_DEVICE(0x1FB9, 0x0303) }, /* Lake Shore Model 371 AC Bridge */
41 + { USB_DEVICE(0x1FB9, 0x0400) }, /* Lake Shore Model 411 Handheld Gaussmeter */
42 + { USB_DEVICE(0x1FB9, 0x0401) }, /* Lake Shore Model 425 Gaussmeter */
43 + { USB_DEVICE(0x1FB9, 0x0402) }, /* Lake Shore Model 455A Gaussmeter */
44 + { USB_DEVICE(0x1FB9, 0x0403) }, /* Lake Shore Model 475A Gaussmeter */
45 + { USB_DEVICE(0x1FB9, 0x0404) }, /* Lake Shore Model 465 Three Axis Gaussmeter */
46 + { USB_DEVICE(0x1FB9, 0x0600) }, /* Lake Shore Model 625A Superconducting MPS */
47 + { USB_DEVICE(0x1FB9, 0x0601) }, /* Lake Shore Model 642A Magnet Power Supply */
48 + { USB_DEVICE(0x1FB9, 0x0602) }, /* Lake Shore Model 648 Magnet Power Supply */
49 + { USB_DEVICE(0x1FB9, 0x0700) }, /* Lake Shore Model 737 VSM Controller */
50 + { USB_DEVICE(0x1FB9, 0x0701) }, /* Lake Shore Model 776 Hall Matrix */
51 { USB_DEVICE(0x3195, 0xF190) }, /* Link Instruments MSO-19 */
52 { USB_DEVICE(0x3195, 0xF280) }, /* Link Instruments MSO-28 */
53 { USB_DEVICE(0x3195, 0xF281) }, /* Link Instruments MSO-28 */