Skip to content

Commit f310eb7

Browse files
kroeschlgregkh
authored andcommitted
USB: serial: cp210x: add ID for NI USB serial console
commit 1e23aac upstream. Added the USB VID and PID for the USB serial console on some National Instruments devices. Signed-off-by: Kyle Roeschley <[email protected]> Cc: stable <[email protected]> Signed-off-by: Johan Hovold <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 747120e commit f310eb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/serial/cp210x.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ static const struct usb_device_id id_table[] = {
217217
{ USB_DEVICE(0x3195, 0xF190) }, /* Link Instruments MSO-19 */
218218
{ USB_DEVICE(0x3195, 0xF280) }, /* Link Instruments MSO-28 */
219219
{ USB_DEVICE(0x3195, 0xF281) }, /* Link Instruments MSO-28 */
220+
{ USB_DEVICE(0x3923, 0x7A0B) }, /* National Instruments USB Serial Console */
220221
{ USB_DEVICE(0x413C, 0x9500) }, /* DW700 GPS USB interface */
221222
{ } /* Terminating Entry */
222223
};

0 commit comments

Comments
 (0)