From: Kyle Roeschley Date: Mon, 9 Apr 2018 15:23:55 +0000 (-0500) Subject: USB: serial: cp210x: add ID for NI USB serial console X-Git-Tag: v4.1.52~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8311a7a6bc2088c0ebc3cab93858ae4924a45a05;p=thirdparty%2Fkernel%2Fstable.git USB: serial: cp210x: add ID for NI USB serial console [ Upstream commit 1e23aace21515a8f7615a1de016c0ea8d4e0cc6e ] Added the USB VID and PID for the USB serial console on some National Instruments devices. Signed-off-by: Kyle Roeschley Cc: stable Signed-off-by: Johan Hovold Signed-off-by: Sasha Levin --- diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index 09afe0fc9ecc8..1011fc41deb7f 100644 --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c @@ -208,6 +208,7 @@ static const struct usb_device_id id_table[] = { { USB_DEVICE(0x3195, 0xF190) }, /* Link Instruments MSO-19 */ { USB_DEVICE(0x3195, 0xF280) }, /* Link Instruments MSO-28 */ { USB_DEVICE(0x3195, 0xF281) }, /* Link Instruments MSO-28 */ + { USB_DEVICE(0x3923, 0x7A0B) }, /* National Instruments USB Serial Console */ { USB_DEVICE(0x413C, 0x9500) }, /* DW700 GPS USB interface */ { } /* Terminating Entry */ };