From owner-freebsd-bugs Wed Feb 12 7:20: 5 2003 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 4984337B401 for ; Wed, 12 Feb 2003 07:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72E0743FB1 for ; Wed, 12 Feb 2003 07:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1CFK2NS049077 for ; Wed, 12 Feb 2003 07:20:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1CFK2Vm049076; Wed, 12 Feb 2003 07:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB7F637B401 for ; Wed, 12 Feb 2003 07:12:09 -0800 (PST) Received: from mail2.inetd.co.jp (mail2.inetd.co.jp [211.13.206.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 979AE43F85 for ; Wed, 12 Feb 2003 07:12:08 -0800 (PST) (envelope-from m@fjts.org) Received: from localhost (bmdi9198.bmobile.ne.jp [202.32.163.198]) by mail2.inetd.co.jp (8.11.6/3.7W03020620) with ESMTP id h1CFC4Z62522; Thu, 13 Feb 2003 00:12:04 +0900 (JST) Message-Id: <20030213.001146.596520025.m@fjts.org> Date: Thu, 13 Feb 2003 00:11:46 +0900 (JST) From: Masaharu FUJITA To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/48212: uvscom for SUNTAC Ir-Trinity Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48212 >Category: kern >Synopsis: uvscom for SUNTAC Ir-Trinity >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: Wed Feb 12 07:20:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Masaharu FUJITA >Release: FreeBSD 5.0-RELEASE i386 >Organization: >Environment: FreeBSD 5.0-RELEASE i386 >Description: This patch support the "SUNTAC Ir-Trinity" in uvscom driver. "SUNTAC Ir-Trinity" is USB/PDC/IrDA cable. This patch support only a mode of USB-PDC. >How-To-Repeat: Please apply next patch. >Fix: --- sys/dev/usb/usbdevs.orig Wed Feb 12 17:42:06 2003 +++ sys/dev/usb/usbdevs Wed Feb 12 17:51:22 2003 @@ -1032,6 +1032,7 @@ /* SUN Corporation products */ product SUNTAC PS64P1 0x0005 SUNTAC U-Cable type P1 product SUNTAC VS10U 0x0009 SUNTAC Slipper U +product SUNTAC IS96U 0x000a SUNTAC Ir-Trinity /* Sun Microsystems products */ product SUN KEYBOARD 0x0005 Type 6 USB keyboard --- sys/dev/usb/uvscom.c.orig Wed Feb 12 17:51:57 2003 +++ sys/dev/usb/uvscom.c Wed Feb 12 17:51:38 2003 @@ -212,6 +212,8 @@ { USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_PS64P1 }, /* SUNTAC Slipper U */ { USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_VS10U }, + /* SUNTAC Ir-Trinity */ + { USB_VENDOR_SUNTAC, USB_PRODUCT_SUNTAC_IS96U }, }; #define uvscom_lookup(v, p) usb_lookup(uvscom_devs, v, p) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message