misc/124656: umass storage ALCOR USB Reader

Vincent François vincentfrancois.pro at gmail.com
Mon Jun 16 23:20:06 UTC 2008


>Number:         124656
>Category:       misc
>Synopsis:       umass storage ALCOR USB Reader
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 16 23:20:06 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Vincent François
>Release:        FreebBSD 7.0 Release
>Organization:
>Environment:
FreeBSD amilo 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root at logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Bonjour,

Je travaille sur un système embarqué à base d'un FreeBSD 7.0 Release.
Ce dit système comporte un lecteur USB de marque ALCOR (vendor_ID:product_ID 0x058f:0x9361). Mais lors du démarrage, la détection du périphérique prend un temps assez long; plusieurs minutes !.

Après plusieurs essais, le problème fût résolu.

--------------

Hello,

I'm working on FreeBSD 7.0 Release Embedded System.
The system have USB Multimedia Card Reader, the vendor is ALCOR (vendor_ID:product_ID 0x058f:0x9361). But at boot time, the time detection of device is very long; some minutes !

After more quirks, the problem is fixed :)
>How-To-Repeat:

>Fix:
* vendor name : ALCOR
* product name : USB Multimedia Card Reader
* vendor ID : 0x058f
* product ID : 0x9361


1) First modification

in file /usr/src/sys/dev/usb/usbdevs, add entry :

product ALCOR UMCR_9361 0x9361 USB Multimedia Card Reader

2) Second modification

in file /usr/src/sys/dev/usb/umass.c, add entry in structure :
 
static struct umass_devdescr_t umass_devdescrs[] = {
     { USB_VENDOR_ALCOR, USB_PRODUCT_ALCOR_UMCR_9361, RID_WILDCARD,
       UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
       NO_GETMAXLUN
     },   
     ...



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


More information about the freebsd-bugs mailing list