Add support for Psion Gold Port Ethernet USB NIC.

PR:		usb/102296
Submitted by:	Volker <volker@vwsoft.com>
MFC after:	3 days
This commit is contained in:
Florent Thoumie 2006-10-07 18:03:39 +00:00
parent d25cbeac2c
commit cfa3f4d8ab
3 changed files with 7 additions and 1 deletions

View File

@ -30,7 +30,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd July 16, 2005 .Dd October 7, 2006
.Dt KUE 4 .Dt KUE 4
.Os .Os
.Sh NAME .Sh NAME
@ -107,6 +107,8 @@ Netgear EA101
.It .It
Peracom USB Ethernet Adapter Peracom USB Ethernet Adapter
.It .It
Psion Gold Port USB Ethernet adapter
.It
SMC 2102USB, 2104USB SMC 2102USB, 2104USB
.El .El
.Sh DIAGNOSTICS .Sh DIAGNOSTICS

View File

@ -124,6 +124,7 @@ static struct kue_type kue_devs[] = {
{ USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_ENET3 }, { USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_ENET3 },
{ USB_VENDOR_IODATA, USB_PRODUCT_IODATA_USBETT }, { USB_VENDOR_IODATA, USB_PRODUCT_IODATA_USBETT },
{ USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_URE450 }, { USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_URE450 },
{ USB_VENDOR_SILICOM, USB_PRODUCT_SILICOM_GPE },
{ 0, 0 } { 0, 0 }
}; };

View File

@ -1507,6 +1507,9 @@ product SIIG DIGIFILMREADER 0x0004 DigiFilm-Combo Reader
product SIIG WINTERREADER 0x0330 WINTERREADER Reader product SIIG WINTERREADER 0x0330 WINTERREADER Reader
product SIIG2 US2308 0x0421 Serial product SIIG2 US2308 0x0421 Serial
/* Silicom products */
product SILICOM GPE 0x0002 Psion Gold Port Ethernet
/* Silicon Portals Inc. */ /* Silicon Portals Inc. */
product SILICONPORTALS YAPPH_NF 0x0200 YAP Phone (no firmware) product SILICONPORTALS YAPPH_NF 0x0200 YAP Phone (no firmware)
product SILICONPORTALS YAPPHONE 0x0201 YAP Phone product SILICONPORTALS YAPPHONE 0x0201 YAP Phone