usb/98983: Hamlet eXagerate XURS232 USB-Serial not supported
Massimo Lusetti
mlusetti at gmail.com
Thu Jun 15 16:30:22 UTC 2006
>Number: 98983
>Category: usb
>Synopsis: Hamlet eXagerate XURS232 USB-Serial not supported
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-usb
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Jun 15 16:30:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Massimo Lusetti
>Release: 6.1
>Organization:
>Environment:
FreeBSD intanto.datacode.it 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root at opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386
>Description:
The Hamlet eXagerate XURS232 USB-Serial adapter is not correctly recognized and it only gets ugen0.
With the patch applied to sys/dev/usb/uplcom.c it is recognized as ucom0 so is usable, for example with tip/cu
This is the case even on -CURRENT
>How-To-Repeat:
Simply attach the device to a usb port.
>Fix:
Apply this to /usr/src/sys/dev/usb/uplcom.c
intanto# diff -u uplcom.c.orig uplcom.c
--- uplcom.c.orig Thu Jun 15 18:16:44 2006
+++ uplcom.c Thu Jun 15 18:16:31 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 },
+ /* HAMLET exagerate XURS232 */
+ { USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2303, -1, TYPE_PL2303X },
/* TDK USB-PHS Adapter UHA6400 */
{ USB_VENDOR_TDK, USB_PRODUCT_TDK_UHA6400, -1, TYPE_PL2303 },
/* RATOC REX-USB60 */
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-usb
mailing list