usb/79230: Add support for Sitecom USB to serial cable (v2)
RIck van der Zwet
rick at wzoeterwoude.net
Fri Mar 25 08:20:04 PST 2005
>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 at 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:
More information about the freebsd-usb
mailing list