NetBSD Problem Report #38202

From martin@duskware.de  Sat Mar  8 19:52:10 2008
Return-Path: <martin@duskware.de>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by narn.NetBSD.org (Postfix) with ESMTP id 3022063B8E3
	for <gnats-bugs@gnats.netbsd.org>; Sat,  8 Mar 2008 19:52:10 +0000 (UTC)
Message-Id: <20080308063913.411BE63B88C@narn.NetBSD.org>
Date: Sat,  8 Mar 2008 06:39:13 +0000 (UTC)
From: jma7+netbsd@andrew.cmu.edu
Reply-To: jma7+netbsd@andrew.cmu.edu
To: netbsd-bugs-owner@NetBSD.org
Subject: Support for Sealevel SeaPORT+4 usb to serial adaptor
X-Send-Pr-Version: www-1.0

>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:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Mar 08 19:55:01 +0000 2008
>Closed-Date:    Sat Sep 06 21:57:21 +0000 2008
>Last-Modified:  Sat Sep 06 21:57:21 +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)

>Release-Note:

>Audit-Trail:
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/38202 CVS commit: src/sys/dev/usb
Date: Sat,  6 Sep 2008 21:42:05 +0000 (UTC)

 Module Name:	src
 Committed By:	rmind
 Date:		Sat Sep  6 21:42:05 UTC 2008

 Modified Files:
 	src/sys/dev/usb: uftdi.c usbdevs

 Log Message:
 PR/38202: Jeff McMahill: Support for Sealevel SeaPORT+4 USB to Serial adaptor.


 To generate a diff of this commit:
 cvs rdiff -r1.38 -r1.39 src/sys/dev/usb/uftdi.c
 cvs rdiff -r1.508 -r1.509 src/sys/dev/usb/usbdevs

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: rmind@NetBSD.org
State-Changed-When: Sat, 06 Sep 2008 21:57:21 +0000
State-Changed-Why:
Patch applied.  Thank you!


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.