From mitya@mitya.mitya.static.dol.ru  Sun Jul 28 02:04:04 2002
Return-Path: <mitya@mitya.mitya.static.dol.ru>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 05A3537B400
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Jul 2002 02:04:03 -0700 (PDT)
Received: from mail.demos.su (relay1.demos.su [194.87.0.16])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EDF6A43E3B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Jul 2002 02:04:01 -0700 (PDT)
	(envelope-from mitya@mitya.mitya.static.dol.ru)
Received: from [194.87.5.172] (HELO mitya.mitya.static.dol.ru)
  by mail.demos.su (CommuniGate Pro SMTP 3.5.9/D3)
  with ESMTP-TLS id 28990452 for FreeBSD-gnats-submit@freebsd.org; Sun, 28 Jul 2002 13:03:57 +0400
Received: from mitya.mitya.static.dol.ru (localhost [127.0.0.1])
	by mitya.mitya.static.dol.ru (8.12.5/8.11.6) with ESMTP id g6S935Wd000231
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Jul 2002 13:03:05 +0400 (MSD)
	(envelope-from mitya@mitya.mitya.static.dol.ru)
Received: (from mitya@localhost)
	by mitya.mitya.static.dol.ru (8.12.5/8.12.5/Submit) id g6S933Wd000230;
	Sun, 28 Jul 2002 13:03:03 +0400 (MSD)
Message-Id: <200207280903.g6S933Wd000230@mitya.mitya.static.dol.ru>
Date: Sun, 28 Jul 2002 13:03:03 +0400 (MSD)
From: Dmitry Sivachenko <demon@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Add USB device ID for USB Flash disk drive
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         41081
>Category:       kern
>Synopsis:       Add USB device ID for USB Flash disk drive
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    n_hibma
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 28 02:10:01 PDT 2002
>Closed-Date:    Thu Feb 13 06:29:46 PST 2003
>Last-Modified:  Thu Feb 13 06:29:46 PST 2003
>Originator:     Dmitry Sivachenko
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD mitya.mitya.static.dol.ru 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 28 12:34:30 MSD 2002 mitya@mitya.mitya.static.dol.ru:/usr/obj/usr/src/sys/CAVIA i386


	

>Description:
	

I have EasyDisk USB flash memory drive:

da0 at umass-sim0 bus 0 target 0 lun 0
da0: <Luwen EasyDisk 1.00> Removable Direct Access SCSI-2 device 
da0: 650KB/s transfers
da0: 125MB (256000 512 byte sectors: 64H 32S/T 125C)

To recognize it correctly by umass and not to print numeric vendor/device IDs,
aplly the following patch.
>How-To-Repeat:
	
>Fix:

--- usbdevs.orig	Sun Jul 28 12:22:47 2002
+++ usbdevs	Sun Jul 28 12:27:22 2002
@@ -329,6 +329,7 @@
 vendor ATI2		0x0b6f	ATI
 vendor AGATE		0x0c08	Agate Technologies
 vendor DMI		0x0c0b	DMI
+vendor LUWEN		0x0c76	Luwen
 vendor MOTOROLA		0x1063	Motorola
 vendor PLX		0x10b5	PLX
 vendor ASANTE		0x10bd	Asante
@@ -765,6 +766,9 @@
 
 /* Lucent products */
 product LUCENT EVALKIT		0x1001	USS-720 evaluation kit
+
+/* Luwen products */
+product LUWEN EASYDISK		0x0005	EasyDisc
 
 /* Macally products */
 product MACALLY MOUSE1		0x0101	mouse
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->n_hibma 
Responsible-Changed-By: njl 
Responsible-Changed-When: Fri Aug 23 18:08:01 PDT 2002 
Responsible-Changed-Why:  
Nick, please let me know where to direct these new device submissions 
to.  I'm leaning towards usb-bsd@yahoogroups.com so that the changes make 
it back into the author's tree, not just our local tree. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41081 
State-Changed-From-To: open->closed 
State-Changed-By: sanpei 
State-Changed-When: Thu Feb 13 06:29:03 PST 2003 
State-Changed-Why:  
Already commited rev. 1.95 of usbdevs 
Thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41081 
>Unformatted:
