We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747120e commit f310eb7Copy full SHA for f310eb7
drivers/usb/serial/cp210x.c
@@ -217,6 +217,7 @@ static const struct usb_device_id id_table[] = {
217
{ USB_DEVICE(0x3195, 0xF190) }, /* Link Instruments MSO-19 */
218
{ USB_DEVICE(0x3195, 0xF280) }, /* Link Instruments MSO-28 */
219
{ USB_DEVICE(0x3195, 0xF281) }, /* Link Instruments MSO-28 */
220
+ { USB_DEVICE(0x3923, 0x7A0B) }, /* National Instruments USB Serial Console */
221
{ USB_DEVICE(0x413C, 0x9500) }, /* DW700 GPS USB interface */
222
{ } /* Terminating Entry */
223
};
0 commit comments