Date: Fri, 25 Mar 2005 16:17:57 GMT From: RIck van der Zwet <rick@wzoeterwoude.net> To: freebsd-gnats-submit@FreeBSD.org Subject: usb/79230: Add support for Sitecom USB to serial cable (v2) Message-ID: <200503251617.j2PGHv80050331@www.freebsd.org> Resent-Message-ID: <200503251620.j2PGK3Xl055386@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79230 >Category: usb >Synopsis: Add support for Sitecom USB to serial cable (v2) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Mar 25 16:20:03 GMT 2005 >Closed-Date: >Last-Modified: >Originator: RIck van der Zwet >Release: FreeBSD 5.3-STABLE >Organization: Stichting Wireless Leiden >Environment: FreeBSD rickzoekt.wzoeterwoude.net 5.3-STABLE FreeBSD 5.3-STABLE #0: Thu Mar 17 15:54:51 CET 2005 rick@rickzoekt.wzoeterwoude.net:/usr/src/sys/i386/compile/RICKZOEKT i386 >Description: Just some addon's the manufacturs defenitions. Works just fine with current driver >How-To-Repeat: >Fix: --- /root/develop/uplcom.c.orig Thu Mar 17 15:34:28 2005 +++ /usr/src/sys/dev/usb/uplcom.c Thu Mar 17 15:43:01 2005 @@ -254,6 +254,7 @@ -1, TYPE_PL2303 }, /* HAL Corporation Crossam2+USB */ { USB_VENDOR_HAL, USB_PRODUCT_HAL_IMR001, -1, TYPE_PL2303 }, + { USB_VENDOR_SITECOM, USB_PRODUCT_SITECOM_SERIAL, -1, TYPE_PL2303 }, { 0, 0 } } =========================================================== --- /root/develop/usbdevs.orig Thu Mar 17 15:34:21 2005 +++ /usr/src/sys/dev/usb/usbdevs Thu Mar 17 15:38:58 2005 @@ -375,6 +375,7 @@ vendor DELL 0x413c Dell vendor INTEL 0x8086 Intel vendor HP2 0xf003 Hewlett Packard +vendor SITECOM 0x6189 Sitecom /* * List of known products. Grouped by vendor. @@ -1205,6 +1206,9 @@ /* Silicon Portals Inc. */ product SILICONPORTALS YAPPH_NF 0x0200 YAP Phone (no firmware) product SILICONPORTALS YAPPHONE 0x0201 YAP Phone + +/* Sitecom */ +product SITECOM SERIAL 0x2068 USB to serial cable (v2) /* Sirius Technologies products */ product SIRIUS ROADSTER 0x0001 NetComm Roadster II 56 USB >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503251617.j2PGHv80050331>