usb/102296: [patch] support for Psion Gold Port Ethernet USB NIC

Volker volker at vwsoft.com
Sat Aug 19 22:00:40 UTC 2006


>Number:         102296
>Category:       usb
>Synopsis:       [patch] support for Psion Gold Port Ethernet USB NIC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 19 22:00:32 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Volker
>Release:        RELENG_6
>Organization:
>Environment:
support for Psion Gold Port Ethernet adapter USB 1.0 10MB/s NIC using Kawasaki chip - a way outdated... I know :)
>Description:
see attached diffs (RELENG_6)
>How-To-Repeat:

>Fix:
--- /usr/src/sys/dev/usb/usbdevs        Wed Jun 21 14:05:46 2006
+++ usbdevs     Wed Aug  9 01:35:23 2006
@@ -1493,6 +1498,9 @@
 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


--- /usr/src/sys/dev/usb/if_kue.c       Sat Oct 15 02:17:15 2005
+++ if_kue.c    Wed Aug  9 01:37:28 2006
@@ -124,6 +124,7 @@
        { 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 }
 };


--- /usr/src/share/man/man4/kue.4      Thu Feb  2 22:36:38 2006
+++ kue.4       Sat Aug 19 23:36:55 2006
@@ -107,6 +107,8 @@
 .It
 Peracom USB Ethernet Adapter
 .It
+Psion Gold Port USB Ethernet adapter
+.It
 SMC 2102USB, 2104USB
 .El
 .Sh DIAGNOSTICS

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-usb mailing list