Date: Sun, 28 Jul 2002 13:03:03 +0400 (MSD) From: Dmitry Sivachenko <demon@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/41081: Add USB device ID for USB Flash disk drive Message-ID: <200207280903.g6S933Wd000230@mitya.mitya.static.dol.ru>
next in thread | raw e-mail | index | archive | help
>Number: 41081 >Category: kern >Synopsis: Add USB device ID for USB Flash disk drive >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 Jul 28 02:10:01 PDT 2002 >Closed-Date: >Last-Modified: >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: >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?200207280903.g6S933Wd000230>
