diff options
| author | Florent Thoumie <flz@FreeBSD.org> | 2006-10-07 18:03:39 +0000 |
|---|---|---|
| committer | Florent Thoumie <flz@FreeBSD.org> | 2006-10-07 18:03:39 +0000 |
| commit | cfa3f4d8ab0ce093f7be2bbfb9ce6fde39769492 (patch) | |
| tree | 7129a518d90911089c52e7879d1cf96d9ce9fabc /sys | |
| parent | d25cbeac2c67c547697ce3effa8a34601537d287 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/usb/if_kue.c | 1 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/if_kue.c b/sys/dev/usb/if_kue.c index 12b5a417d5f94..15c39b2b0df88 100644 --- a/sys/dev/usb/if_kue.c +++ b/sys/dev/usb/if_kue.c @@ -124,6 +124,7 @@ static struct kue_type kue_devs[] = { { USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_ENET3 }, { USB_VENDOR_IODATA, USB_PRODUCT_IODATA_USBETT }, { USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_URE450 }, + { USB_VENDOR_SILICOM, USB_PRODUCT_SILICOM_GPE }, { 0, 0 } }; diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 24aa5474bf970..cf18a779d1791 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1507,6 +1507,9 @@ product SIIG DIGIFILMREADER 0x0004 DigiFilm-Combo Reader product SIIG WINTERREADER 0x0330 WINTERREADER Reader product SIIG2 US2308 0x0421 Serial +/* Silicom products */ +product SILICOM GPE 0x0002 Psion Gold Port Ethernet + /* Silicon Portals Inc. */ product SILICONPORTALS YAPPH_NF 0x0200 YAP Phone (no firmware) product SILICONPORTALS YAPPHONE 0x0201 YAP Phone |
