Add support for ELDAT USB EasyWave dongle

Add support for the ELDAT USB EasyWave protocol dongle RX09
This commit is contained in:
DaanDW 2017-07-12 10:32:23 +02:00 committed by GitHub
parent 3b06b1a744
commit 33a0550e5b

View file

@ -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 */
};