Date: Thu, 13 Feb 2003 00:11:46 +0900 (JST) From: Masaharu FUJITA <m@fjts.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/48212: uvscom for SUNTAC Ir-Trinity Message-ID: <20030213.001146.596520025.m@fjts.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030213.001146.596520025.m>
