usb/141467: [uftdi] [patch] RATOC REX-USB60F (usb serial converter)
is not working on -current
YAMAMOTO at FreeBSD.org
YAMAMOTO at FreeBSD.org
Tue Dec 15 01:00:08 UTC 2009
>Number: 141467
>Category: usb
>Synopsis: [uftdi] [patch] RATOC REX-USB60F (usb serial converter) is not working on -current
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-usb
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Dec 15 01:00:07 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: YAMAMOTO, Shigeru
>Release: FreeBSD 9.0-CURRENT
>Organization:
>Environment:
FreeBSD XXXXXXXX 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Wed Dec 2 11:31:13 JST 2009 root at XXXXXXXXXXX:/usr/src/sys/amd64/compile/GENERIC amd64
>Description:
this problem is same as PR 'usb/115933'.
http://www.freebsd.org/cgi/query-pr.cgi?pr=usb/115933
I modify a patch which is attached to that PR.
I'm currenty using RES-USB60F on my -current environment.
>How-To-Repeat:
>Fix:
use this patch and recompile "uftdi.ko".
Patch attached with submission follows:
Index: sys/dev/usb/usbdevs
===================================================================
RCS file: /share/cvsup/FreeBSD/current/usr/src/sys/dev/usb/usbdevs,v
retrieving revision 1.428
diff -u -r1.428 usbdevs
--- sys/dev/usb/usbdevs 11 Dec 2009 02:44:15 -0000 1.428
+++ sys/dev/usb/usbdevs 11 Dec 2009 06:07:33 -0000
@@ -2135,6 +2135,7 @@
/* RATOC Systems products */
product RATOC REXUSB60 0xb000 REX-USB60
+product RATOC REXUSB60F 0xb020 REX-USB60F
/* Sagem products */
product SAGEM USBSERIAL 0x0027 USB-Serial Controller
Index: sys/dev/usb/serial/uftdi.c
===================================================================
RCS file: /share/cvsup/FreeBSD/current/usr/src/sys/dev/usb/serial/uftdi.c,v
retrieving revision 1.17
diff -u -r1.17 uftdi.c
--- sys/dev/usb/serial/uftdi.c 9 Dec 2009 20:28:33 -0000 1.17
+++ sys/dev/usb/serial/uftdi.c 10 Dec 2009 00:15:38 -0000
@@ -252,6 +252,7 @@
{USB_VPI(USB_VENDOR_BBELECTRONICS, USB_PRODUCT_BBELECTRONICS_USOTL4, UFTDI_TYPE_8U232AM)},
{USB_VPI(USB_VENDOR_MARVELL, USB_PRODUCT_MARVELL_SHEEVAPLUG, UFTDI_TYPE_8U232AM)},
{USB_VPI(USB_VENDOR_MELCO, USB_PRODUCT_MELCO_PCOPRS1, UFTDI_TYPE_8U232AM)},
+ {USB_VPI(USB_VENDOR_RATOC, USB_PRODUCT_RATOC_REXUSB60F, UFTDI_TYPE_8U232AM)},
};
static int
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-usb
mailing list