Skip to content

Commit 1e23aac

Browse files
kroeschljhovold
authored andcommitted
USB: serial: cp210x: add ID for NI USB serial console
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]>
1 parent fe71050 commit 1e23aac

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
@@ -214,6 +214,7 @@ static const struct usb_device_id id_table[] = {
214214
{ USB_DEVICE(0x3195, 0xF190) }, /* Link Instruments MSO-19 */
215215
{ USB_DEVICE(0x3195, 0xF280) }, /* Link Instruments MSO-28 */
216216
{ USB_DEVICE(0x3195, 0xF281) }, /* Link Instruments MSO-28 */
217+
{ USB_DEVICE(0x3923, 0x7A0B) }, /* National Instruments USB Serial Console */
217218
{ USB_DEVICE(0x413C, 0x9500) }, /* DW700 GPS USB interface */
218219
{ } /* Terminating Entry */
219220
};

0 commit comments

Comments
 (0)