Date: Tue, 14 Feb 2006 18:30:19 GMT From: Nick Gustas <freebsdpr@tychl.txf.com> To: freebsd-usb@FreeBSD.org Subject: Re: usb/93347: Added support for Tripplite U209-000-R Usb-Serial adapter Message-ID: <200602141830.k1EIUJoV009915@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR usb/93347; it has been noted by GNATS. From: Nick Gustas <freebsdpr@tychl.txf.com> To: bug-followup@FreeBSD.org, freebsdpr@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602141830.k1EIUJoV009915>