Date: Wed, 11 Nov 2009 17:04:19 +0100 From: Hans Petter Selasky <hselasky@c2i.net> To: freebsd-hardware@freebsd.org Subject: Re: USB SD, MMC, MS, CF card reader? Message-ID: <200911111704.20112.hselasky@c2i.net> In-Reply-To: <4AFADA49.5070401@bulinfo.net> References: <4AFADA49.5070401@bulinfo.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 11 November 2009 16:37:45 Krassimir Slavchev wrote: > Hi All, > > I have an old USB card reader which is not recognized by 8.0. > The reader is based on a C-Media CM320L chip. > > Does this reader need special handling or umass driver can be used? > > # usbconfig -u 7 -a 2 dump_info > ugen7.2: <product 0x5200 vendor 0x0d8c> at usbus7, cfg=0 md=HOST > spd=HIGH (480Mbps) pwr=ON > > # usbconfig -u 7 -a 2 dump_device_quirks > Hi, The umass quirks are currently not available through the USB quirks API. Can you do: dump_device_desc and dump_curr_config_desc ? You probably need to edit sys/dev/usb/storage/umass.c and add a device entry there. --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911111704.20112.hselasky>