mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 04:53:36 +01:00
Add support for ELDAT USB EasyWave dongle
Add support for the ELDAT USB EasyWave protocol dongle RX09
This commit is contained in:
parent
3b06b1a744
commit
33a0550e5b
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue