Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2008 23:16:36 GMT
From:      Vincent François <vincentfrancois.pro@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/124656: umass storage ALCOR USB Reader
Message-ID:  <200806162316.m5GNGaHg047332@www.freebsd.org>
Resent-Message-ID: <200806162320.m5GNK6BJ061280@freefall.freebsd.org>

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

>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@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:



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