diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index f64e914a8985..71639342d563 100644 --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c @@ -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 */ };