[Bug 185747] [cam] [patch] fix support for USB key "Kingston DT 101 G2"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Aug 15 23:14:26 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185747

Richard <comet.berkeley at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |comet.berkeley at gmail.com

--- Comment #4 from Richard <comet.berkeley at gmail.com> ---
I concur that using the "usbconfig ... UQ_MSC_NO_PREVENT_ALLOW" 
command fixes the problem temporarily

I run FreeBSD 10.0-RELEASE-p7

To fix the problem temporarily:
1) plug in the dongle

2) Run usbconfig to find the unit (5) and address (2) of the usb

  ugen5.2: <DataTraveler 112 Kingston> at usbus5, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=ON (100mA)

3) Run usbconfig again to set the flag:

  usbconfig -u 5 -a 2 add_quirk UQ_MSC_NO_PREVENT_ALLOW

4) unplug and replug the dongle.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-usb mailing list