Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions drivers/usb/serial/cp210x.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ static const struct usb_device_id id_table[] = {
{ USB_DEVICE(0x3195, 0xF280) }, /* Link Instruments MSO-28 */
{ USB_DEVICE(0x3195, 0xF281) }, /* Link Instruments MSO-28 */
{ USB_DEVICE(0x413C, 0x9500) }, /* DW700 GPS USB interface */
{ USB_DEVICE(0x155A, 0x1005) }, /* ELDAT Easywave Transceiver */
{ USB_DEVICE(0x155A, 0x1006) }, /* ELDAT USB Transceiver Easywave*/
{ } /* Terminating Entry */
};

Expand Down