Subject: kern/21534: Belkin USB PDA Adapter
To: None <gnats-bugs@gnats.netbsd.org>
From: None <mike@ethmoid.org>
List: netbsd-bugs
Date: 05/11/2003 11:15:28
>Number: 21534
>Category: kern
>Synopsis: Support for Belkin USB PDA Adapter
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: kern-bug-people
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sun May 11 15:16:01 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator: Michael Santos
>Release: NetBSD 1.6T
>Organization:
>Environment:
System: NetBSD ack-n 1.6T NetBSD 1.6T (ack-n) #0: Sat May 10 22:19:15 EDT 2003 root@ack-n:/home/build/src/sys/arch/i386/compile/ack-n i386
Architecture: i386
Machine: i386
>Description:
Support for F5U109 Serial adapter:
umct0: Belkin USB PDA Adapter Belkin Components, rev 1.10/1.02, addr 3
ucom0 at umct0
Quirk from inspection of the Linux driver.
>How-To-Repeat:
>Fix:
Index: umct.c
===================================================================
RCS file: /cvsroot/src/sys/dev/usb/umct.c,v
retrieving revision 1.10
diff -U2 -b -r1.10 umct.c
--- umct.c 2003/02/23 04:20:07 1.10
+++ umct.c 2003/05/11 15:08:49
@@ -152,4 +152,6 @@
/* D-Link DU-H3SP USB BAY Hub Products */
{ USB_VENDOR_MCT, USB_PRODUCT_MCT_DU_H3SP_USB232 },
+ /* BELKIN F5U109 */
+ { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U109 },
};
#define umct_lookup(v, p) usb_lookup(umct_devs, v, p)
@@ -447,5 +449,6 @@
u_int val;
- if (sc->sc_product == USB_PRODUCT_MCT_SITECOM_USB232) {
+ if (sc->sc_product == USB_PRODUCT_MCT_SITECOM_USB232 ||
+ sc->sc_product == USB_PRODUCT_BELKIN_F5U109) {
switch (rate) {
case 300: val = 0x01; break;
>Release-Note:
>Audit-Trail:
>Unformatted: