From owner-freebsd-bugs@FreeBSD.ORG Fri Jul 30 15:10:23 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A6D716A4CF for ; Fri, 30 Jul 2004 15:10:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13BEE43D58 for ; Fri, 30 Jul 2004 15:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6UFACmo042823 for ; Fri, 30 Jul 2004 15:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6UFACTx042812; Fri, 30 Jul 2004 15:10:12 GMT (envelope-from gnats) Resent-Date: Fri, 30 Jul 2004 15:10:12 GMT Resent-Message-Id: <200407301510.i6UFACTx042812@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dan Nelson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D770316A4CE for ; Fri, 30 Jul 2004 15:04:19 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8883E43D4C for ; Fri, 30 Jul 2004 15:04:19 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.12.11) id i6UF4Iff039522; Fri, 30 Jul 2004 10:04:18 -0500 (CDT) (envelope-from dan) Message-Id: <200407301504.i6UF4Iff039522@dan.emsphone.com> Date: Fri, 30 Jul 2004 10:04:18 -0500 (CDT) From: Dan Nelson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/69804: support for Belkin F5U409 serial-usb adapter X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2004 15:10:23 -0000 >Number: 69804 >Category: kern >Synopsis: support for Belkin F5U409 serial-usb adapter >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 30 15:10:12 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dan Nelson >Release: FreeBSD 5.2-CURRENT i386 >Organization: The Allant Group >Environment: System: FreeBSD dan.emsphone.com 5.2-CURRENT FreeBSD 5.2-CURRENT #345: Thu Jul 29 10:33:44 CDT 2004 zsh@dan.emsphone.com:/usr/src/sys/i386/compile/DANSMP i386 >Description: Belkin sells a cheapo usb-serial adapter, which could be handled by the umct driver if it knew the device ID. Under Windows, it uses the same driver as the F5U109. With the following patch, it probes as: ucom0: Belkin USB PDA Adapter Belkin Components, rev 1.10/1.02, addr 2 >How-To-Repeat: >Fix: Index: umct.c =================================================================== RCS file: /home/ncvs/src/sys/dev/usb/umct.c,v retrieving revision 1.7 diff -u -r1.7 umct.c --- umct.c 27 Jun 2004 12:41:44 -0000 1.7 +++ umct.c 23 Jul 2004 15:21:33 -0000 @@ -112,6 +112,7 @@ { USB_VENDOR_MCT, USB_PRODUCT_MCT_SITECOM_USB232 }, { USB_VENDOR_MCT, USB_PRODUCT_MCT_DU_H3SP_USB232 }, { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U109 }, + { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U409 }, { 0, 0 } }; Index: usbdevs =================================================================== RCS file: /home/ncvs/src/sys/dev/usb/usbdevs,v retrieving revision 1.190 diff -u -r1.190 usbdevs --- usbdevs 18 Jul 2004 06:45:38 -0000 1.190 +++ usbdevs 23 Jul 2004 15:10:52 -0000 @@ -503,6 +503,7 @@ product BELKIN F5U109 0x0109 F5U109 Serial adapter product BELKIN F5U120 0x1203 F5U120-PC Hub product BELKIN F5U208 0x0208 F5U208 VideoBus II +product BELKIN F5U409 0x0409 F5U409 Serial adapter /* Billionton products */ product BILLIONTON USB100 0x0986 USB100N 10/100 FastEthernet Adapter >Release-Note: >Audit-Trail: >Unformatted: