summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Grussling <barry@grussling.com>2013-07-19 14:46:12 -0700
committerSasha Levin <sasha.levin@oracle.com>2016-03-07 21:29:01 -0500
commitb8f42d68e900f42d78832b6abda70d8d7a5b83b9 (patch)
treeb229c709d6f2c177238ec2a486207daf7534abf2
parent12690f704b7fd2fcc0a6c37a75099fcf1cc21957 (diff)
downloadlwn-b8f42d68e900f42d78832b6abda70d8d7a5b83b9.tar.gz
lwn-b8f42d68e900f42d78832b6abda70d8d7a5b83b9.zip
usb: cp210x support SEL C662 Vendor/Device
[ Upstream commit b579fa52f6be0b4157ca9cc5e94d44a2c89a7e95 ] This patch adds support for the Schweitzer Engineering Laboratories C662 USB cable based off the CP210x driver. Signed-off-by: Barry Grussling <barry@grussling.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
-rw-r--r--drivers/usb/serial/cp210x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
index a7caf53d8b5e..66ef0e70f91a 100644
--- a/drivers/usb/serial/cp210x.c
+++ b/drivers/usb/serial/cp210x.c
@@ -167,6 +167,7 @@ static const struct usb_device_id id_table[] = {
{ USB_DEVICE(0x1ADB, 0x0001) }, /* Schweitzer Engineering C662 Cable */
{ USB_DEVICE(0x1B1C, 0x1C00) }, /* Corsair USB Dongle */
{ USB_DEVICE(0x1BA4, 0x0002) }, /* Silicon Labs 358x factory default */
+ { USB_DEVICE(0x1ADB, 0x0001) }, /* Schweitzer Engineering C662 Cable */
{ USB_DEVICE(0x1BE3, 0x07A6) }, /* WAGO 750-923 USB Service Cable */
{ USB_DEVICE(0x1D6F, 0x0010) }, /* Seluxit ApS RF Dongle */
{ USB_DEVICE(0x1E29, 0x0102) }, /* Festo CPX-USB */