kern/78543: Support for Trip-Lite USB 2 Serial adapter

Jim Pirzyk jim at pirzyk.org
Mon Mar 7 17:50:03 GMT 2005


>Number:         78543
>Category:       kern
>Synopsis:       Support for Trip-Lite USB 2 Serial adapter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 07 17:50:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jim Pirzyk
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD lilo.cites.uiuc.edu 5.3-STABLE FreeBSD 5.3-STABLE #3: Thu Jan 6 09:30:29 CST 2005 root at lilo.cso.uiuc.edu:/usr/obj/usr/src/sys/LILO_KERNEL i386


	Adds support for the Tripp-Lite (U209-000-R) USB to Serial Adapter.

>Description:
	Tweaks to the uplcom kernel module.
>How-To-Repeat:
	
>Fix:

--- ./dev/usb/uplcom.c.orig	Thu Mar  3 16:00:02 2005
+++ ./dev/usb/uplcom.c	Thu Mar  3 16:02:00 2005
@@ -254,6 +254,7 @@
 	  -1, TYPE_PL2303 },
 	/* HAL Corporation Crossam2+USB */
 	{ USB_VENDOR_HAL, USB_PRODUCT_HAL_IMR001, -1, TYPE_PL2303 },
+	{ USB_VENDOR_PROLIFIC2, USB_PRODUCT_PROLIFIC2_U209, -1, TYPE_PL2303 },
 	{ 0, 0 }
 };
 
--- ./dev/usb/usbdevs.orig	Thu Mar  3 15:55:45 2005
+++ ./dev/usb/usbdevs	Thu Mar  3 15:59:33 2005
@@ -370,6 +370,7 @@
 vendor ACTIONTEC	0x1668	Actiontec Electronics
 vendor LINKSYS3		0x1915	Linksys
 vendor DLINK		0x2001	D-Link
+vendor PROLIFIC2		0x2478	Prolific Technology
 vendor VIDZMEDIA	0x3275	VidzMedia Pte Ltd
 vendor DAISY		0x3579	Daisy Technology
 vendor DELL		0x413c	Dell
@@ -1132,6 +1133,9 @@
 product PROLIFIC PL2303 	0x2303  PL2303 Serial adapter (ATEN/IOGEAR UC232A)
 product PROLIFIC PL2305		0x2305	Parallel printer adapter
 product PROLIFIC ATAPI4		0x2307	ATAPI-4 Bridge Controller
+
+/* More Prolific products */
+product PROLIFIC2 U209		0x2008	Serial adapter (Tripp-Lite U209-000-R)
 
 /* Putercom products */
 product PUTERCOM UPA100		0x047e	USB-1284 BRIDGE
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list