NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/38202: Support for Sealevel SeaPORT+4 usb to serial adaptor



>Number:         38202
>Category:       kern
>Synopsis:       Support for Sealevel SeaPORT+4 usb to serial adaptor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Mar 08 19:55:01 +0000 2008
>Originator:     Jeff McMahill
>Release:        4.99.54
>Organization:
>Environment:
>Description:
This is just a simple patch to add the IDs for this device.  It is a 4 port usb 
to serial adaptor.  It is essentially just 4 FTDI chips behind a usb hub, but 
each chip has a different ID, hence the 4 different entries.

>How-To-Repeat:

>Fix:
--- usbdevs.orig        2008-03-08 01:09:47.000000000 -0500
+++ usbdevs     2008-03-08 01:33:26.000000000 -0500
@@ -1931,6 +1931,10 @@
 
 /* Sealevel products */
 product SEALEVEL USBSERIAL     0x2101  USB-Serial converter
+product SEALEVEL SEAPORT4P1    0x2413  SeaPort+4 Port 1
+product SEALEVEL SEAPORT4P2    0x2423  SeaPort+4 Port 2
+product SEALEVEL SEAPORT4P3    0x2433  SeaPort+4 Port 3
+product SEALEVEL SEAPORT4P4    0x2443  SeaPort+4 Port 4
 
 /* Senao products */
 product SENAO NUB8301          0x2000  NUB-8301
--- uftdi.c.orig        2008-03-08 01:09:46.000000000 -0500
+++ uftdi.c     2008-03-08 01:33:49.000000000 -0500
@@ -152,6 +152,10 @@
        { USB_VENDOR_INTREPIDCS, USB_PRODUCT_INTREPIDCS_VALUECAN },
        { USB_VENDOR_INTREPIDCS, USB_PRODUCT_INTREPIDCS_NEOVI },
        { USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_USBSERIAL },
+       { USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_SEAPORT4P1 },
+       { USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_SEAPORT4P2 },
+       { USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_SEAPORT4P3 },
+       { USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_SEAPORT4P4 },
        { USB_VENDOR_SIIG2, USB_PRODUCT_SIIG2_US2308 },
 };
 #define uftdi_lookup(v, p) usb_lookup(uftdi_devs, v, p)



Home | Main Index | Thread Index | Old Index