From owner-freebsd-usb@FreeBSD.ORG Fri Mar 25 16:20:04 2005 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0258C16A4CE for ; Fri, 25 Mar 2005 16:20:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CE0043D5D for ; Fri, 25 Mar 2005 16:20:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2PGK3gb055387 for ; Fri, 25 Mar 2005 16:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2PGK3Xl055386; Fri, 25 Mar 2005 16:20:03 GMT (envelope-from gnats) Resent-Date: Fri, 25 Mar 2005 16:20:03 GMT Resent-Message-Id: <200503251620.j2PGK3Xl055386@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-usb@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, RIck van der Zwet Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2267216A4CE for ; Fri, 25 Mar 2005 16:17:58 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03E9143D48 for ; Fri, 25 Mar 2005 16:17:58 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j2PGHvsA050332 for ; Fri, 25 Mar 2005 16:17:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j2PGHv80050331; Fri, 25 Mar 2005 16:17:57 GMT (envelope-from nobody) Message-Id: <200503251617.j2PGHv80050331@www.freebsd.org> Date: Fri, 25 Mar 2005 16:17:57 GMT From: RIck van der Zwet To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: usb/79230: Add support for Sitecom USB to serial cable (v2) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2005 16:20:04 -0000 >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: