Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2003 14:50:16 +0900 (JST)
From:      Yoshihiko Sarumaru <mistral@imasy.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/51265: new USB device registration: JRC AirH" PHONE
Message-ID:  <200304220550.h3M5oGmr002205@mistral.imasy.or.jp>
Resent-Message-ID: <200304220600.h3M60Tg5011389@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         51265
>Category:       bin
>Synopsis:       new USB device registration: JRC AirH" PHONE
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 21 23:00:29 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Yoshihiko Sarumaru
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD mistral.imasy.or.jp 4.8-STABLE FreeBSD 4.8-STABLE #7: Wed Apr 16 13:54:01 JST 2003 sarumaru@mistral.imasy.or.jp:/usr/obj/usr/src/sys/Z505VRK i386


	
>Description:
	This PR is a request for registering new USB device, JRC AirH" PHONE.
	Then, we can see what device is plugge on console as syslog message.
>How-To-Repeat:
	plug JRC AirH" PHONE
	before:
	umodem0: vendor 0x1145 product 0x0001, rev 1.10/1.00, addr 4, iclass 2/2
	after:
	umodem0: Japan Radio Company AirH" PHONE AH-J3001V/J3002V, rev 1.10/1.00, addr 4, iclass 2/2
>Fix:

--- usbdevs.orig	Sun Mar 16 11:55:27 2003
+++ usbdevs	Wed Apr 16 13:53:22 2003
@@ -339,6 +339,7 @@
 vendor MOTOROLA		0x1063	Motorola
 vendor PLX		0x10b5	PLX
 vendor ASANTE		0x10bd	Asante
+vendor JRC		0x1145	Japan Radio Company
 vendor BELKIN2		0x1293	Belkin Components
 vendor MOBILITY		0x1342	Mobility
 vendor SHARK		0x13d2	Shark
@@ -709,6 +710,9 @@
 /* Iomega products */
 product IOMEGA ZIP100		0x0001	Zip 100
 product IOMEGA ZIP250		0x0030	Zip 250
+
+/* JRC products */
+product JRC AH_J3001V_J3002V	0x0001	AirH\" PHONE AH-J3001V/J3002V
 
 /* Kawasaki products */
 product KLSI DUH3E10BT		0x0008	USB ethernet controller engine


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304220550.h3M5oGmr002205>