usb/93347: Added support for Tripplite U209-000-R Usb-Serial adapter

Nick Gustas freebsdpr at tychl.txf.com
Tue Feb 14 10:30:20 PST 2006


The following reply was made to PR usb/93347; it has been noted by GNATS.

From: Nick Gustas <freebsdpr at tychl.txf.com>
To: bug-followup at FreeBSD.org, freebsdpr at tychl.txf.com
Cc:  
Subject: Re: usb/93347: Added support for Tripplite U209-000-R Usb-Serial
 adapter
Date: Tue, 14 Feb 2006 13:23:07 -0500

 Patch inserted new lines in wrong spot, still works, but not right. Sorry.
 
 Updated below.
 
 --- uplcom.c.1.21       Tue Feb 14 12:29:20 2006
 +++ uplcom.c    Tue Feb 14 14:18:40 2006
 @@ -240,6 +240,8 @@
           0x300, TYPE_PL2303X },
         /* IOGEAR/ATEN UC-232A (also ST Lab USB-SERIAL-1) */
         { USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2303, -1, 
 TYPE_PL2303 },
 +        /* Tripplite U209-000-R */
 +        { USB_VENDOR_TRIPPLITE, USB_PRODUCT_ATEN_UC232A, -1, 
 TYPE_PL2303X },
         /* TDK USB-PHS Adapter UHA6400 */
         { USB_VENDOR_TDK, USB_PRODUCT_TDK_UHA6400, -1, TYPE_PL2303 },
         /* RATOC REX-USB60 */
 
 
 


More information about the freebsd-usb mailing list