new usb device probably, needs quirks

Hans Petter Selasky hps at bitfrost.no
Mon Feb 17 20:27:46 UTC 2014


On 02/17/14 16:06, Volodymyr Kostyrko wrote:
> 14.02.2014 10:20, Hans Petter Selasky wrote:
>> On 02/12/14 16:52, Volodymyr Kostyrko wrote:
>>> Hi all.
>>>
>>> # usbconfig -d 5.2 dump_device_desc
>>> ugen5.2: <USB Flash Memory vendor 0x0930> at usbus5, cfg=0 md=HOST
>>> spd=HIGH (480Mbps) pwr=ON (200mA)
>>>
>>>    bLength = 0x0012
>>>    bDescriptorType = 0x0001
>>>    bcdUSB = 0x0200
>>>    bDeviceClass = 0x0000
>>>    bDeviceSubClass = 0x0000
>>>    bDeviceProtocol = 0x0000
>>>    bMaxPacketSize0 = 0x0040
>>>    idVendor = 0x0930
>>>    idProduct = 0x6544
>>>    bcdDevice = 0x0100
>>>    iManufacturer = 0x0001  <        >
>>>    iProduct = 0x0002  <USB Flash Memory>
>>>    iSerialNumber = 0x0003  <E954F90DBA26CC60EDC50A0F>
>>>    bNumConfigurations = 0x0001
>
>> Can you send a patch adding this quirk to:
>>
>> sys/dev/usb/quirk/usb_quirk.c
>>
>> And vendor and product IDs to:
>>
>> sys/dev/usb/usbdevs
>>
>> Which you have tested?
>>
>> Thank you,
>>
>> --HPS
>>
>
> Probably I wouldn't dare to send patch... The drive is too far from me,
> something like ~600 km's at some hosting company datacenter. Citing the
> internet 0930 is "Toshiba Corp." and 6544 is "Kingston DataTraveler 2GB"
> whereas my hosting provider states that actually flash drive looks
> exactly like Goodram twister. Been uncertain of drive's origins I'll
> think I can't claim my solution been perfect.
>

Hi,

Here is the patch:
http://svnweb.freebsd.org/changeset/base/262128

Hope it works for you!

--HPS


More information about the freebsd-usb mailing list