kern/69804: support for Belkin F5U409 serial-usb adapter

Dan Nelson dnelson at allantgroup.com
Fri Jul 30 08:10:23 PDT 2004


>Number:         69804
>Category:       kern
>Synopsis:       support for Belkin F5U409 serial-usb 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:   Fri Jul 30 15:10:12 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dan Nelson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
The Allant Group
>Environment:
System: FreeBSD dan.emsphone.com 5.2-CURRENT FreeBSD 5.2-CURRENT #345: Thu Jul 29 10:33:44 CDT 2004 zsh at dan.emsphone.com:/usr/src/sys/i386/compile/DANSMP i386


	
>Description:
	

Belkin sells a cheapo usb-serial adapter, which could be handled by the umct
driver if it knew the device ID.

Under Windows, it uses the same driver as the F5U109.

With the following patch, it probes as:

ucom0: Belkin USB PDA Adapter Belkin Components, rev 1.10/1.02, addr 2

>How-To-Repeat:
	
>Fix:

Index: umct.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/usb/umct.c,v
retrieving revision 1.7
diff -u -r1.7 umct.c
--- umct.c	27 Jun 2004 12:41:44 -0000	1.7
+++ umct.c	23 Jul 2004 15:21:33 -0000
@@ -112,6 +112,7 @@
 	{ USB_VENDOR_MCT, USB_PRODUCT_MCT_SITECOM_USB232 },
 	{ USB_VENDOR_MCT, USB_PRODUCT_MCT_DU_H3SP_USB232 },
 	{ USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U109 },
+	{ USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U409 },
 	{ 0, 0 }
 };
 
Index: usbdevs
===================================================================
RCS file: /home/ncvs/src/sys/dev/usb/usbdevs,v
retrieving revision 1.190
diff -u -r1.190 usbdevs
--- usbdevs	18 Jul 2004 06:45:38 -0000	1.190
+++ usbdevs	23 Jul 2004 15:10:52 -0000
@@ -503,6 +503,7 @@
 product BELKIN F5U109		0x0109	F5U109 Serial adapter
 product BELKIN F5U120		0x1203	F5U120-PC Hub
 product BELKIN F5U208		0x0208	F5U208 VideoBus II
+product BELKIN F5U409		0x0409	F5U409 Serial adapter
 
 /* Billionton products */
 product BILLIONTON USB100	0x0986	USB100N 10/100 FastEthernet Adapter


	


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list