From 33a0550e5b6d8b8539ea5793d7b3c44b8c56af6f Mon Sep 17 00:00:00 2001 From: DaanDW Date: Wed, 12 Jul 2017 10:32:23 +0200 Subject: [PATCH] Add support for ELDAT USB EasyWave dongle Add support for the ELDAT USB EasyWave protocol dongle RX09 --- drivers/usb/serial/cp210x.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index f64e914a898549..71639342d563a9 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 */ };