Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2002 11:20:17 +0900 (JST)
From:      Yoshihiko Sarumaru <mistral@imasy.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/42574: YAMAHA RTW65b router coudn't be connected by umodem driver
Message-ID:  <200209090220.g892KHgB019217@mistral.imasy.or.jp>

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

>Number:         42574
>Category:       bin
>Synopsis:       YAMAHA RTW65b router coudn't be connected by umodem driver
>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:   Sun Sep 08 19:30:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Yoshihiko Sarumaru
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
Internet Mutual Aid Society Yokohama
>Environment:
System: FreeBSD mistral.imasy.or.jp 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #6: Sun Sep 8 02:24:00 JST 2002 root@mistral.imasy.or.jp:/usr/obj/usr/src/sys/Z505VRK i386


	
>Description:
	YAMAHA RTW65b broadband router has USB interface and it is expected
	to be able to use with umodem driver.
	But this device needs 'UQ_ASSUME_CM_OVER_DATA' quirk to attach.
>How-To-Repeat:
	Plug it.
>Fix:
	This patch worked for 4.7-PRERELEASE. I don't know with -current...
	NetBSD usb_quirks.c also has not have this entry yet.

--- usbdevs.orig	Sat Aug 31 20:22:42 2002
+++ usbdevs	Sun Sep  8 23:16:47 2002
@@ -1099,6 +1099,7 @@
 /* Yamaha products */
 product YAMAHA UX256		0x1000	UX256 MIDI I/F
 product	YAMAHA UX96		0x1008	UX96 MIDI I/F
+product YAMAHA RTW65B		0x4001  Net Voranti RTW65B Broadband Router
 
 /* Yano products */
 product YANO U640MO		0x0101	U640MO-03

--- usb_quirks.c.orig	Sat Aug 24 17:00:32 2002
+++ usb_quirks.c	Sun Sep  8 23:10:31 2002
@@ -77,6 +77,7 @@
  	0x100, { UQ_ASSUME_CM_OVER_DATA | UQ_NO_STRINGS }},
  { USB_VENDOR_ACERP, USB_PRODUCT_ACERP_ACERSCAN_320U,
  						    0x000, { UQ_NO_STRINGS }},
+ { USB_VENDOR_YAMAHA, USB_PRODUCT_YAMAHA_RTW65B,    0x5311,   { UQ_ASSUME_CM_OVER_DATA }},
  /* XXX These should have a revision number, but I don't know what they are. */
  { USB_VENDOR_HP, USB_PRODUCT_HP_895C,		    ANY,   { UQ_BROKEN_BIDIR }},
  { USB_VENDOR_HP, USB_PRODUCT_HP_880C,		    ANY,   { UQ_BROKEN_BIDIR }},
>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?200209090220.g892KHgB019217>