Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jun 2006 16:24:40 GMT
From:      Massimo Lusetti <mlusetti@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   usb/98983: Hamlet eXagerate XURS232 USB-Serial not supported
Message-ID:  <200606151624.k5FGOeo3073141@www.freebsd.org>
Resent-Message-ID: <200606151630.k5FGUJVK016479@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606151624.k5FGOeo3073141>