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

2018-08-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185747

Mark Linimon  changed:

   What|Removed |Added

 Resolution|--- |Overcome By Events
 Status|Open|Closed

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


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

2015-07-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185747

--- Comment #16 from Glen Barber g...@freebsd.org ---
To originators/assignees of this PR:

A commit to the tree references this PR, however the PR is still in a
non-closed state.

Please review this PR and close as appropriate, or if closing the PR requires a
merge to stable/10, please let re@ know as soon as possible.

Thank you.

Glen

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


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

2015-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185747

--- Comment #13 from commit-h...@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Tue Feb 10 13:45:56 UTC 2015
New revision: 278515
URL: https://svnweb.freebsd.org/changeset/base/278515

Log:
  MFC r278105:
  Separate out detection of prevent and allow medium removal quirk.

  PR:185747

Changes:
_U  stable/10/
  stable/10/sys/dev/usb/usb_msctest.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


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

2015-01-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185747

--- Comment #11 from commit-h...@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Mon Jan 19 07:06:16 UTC 2015
New revision: 277364
URL: https://svnweb.freebsd.org/changeset/base/277364

Log:
  MFC r277044:
  Increase the maximum number of dynamic USB quirks. USB memory stick
  devices which don't support the synchronize cache SCSI command are
  likely to also not support the prevent-allow medium removal SCSI
  command.

  PR:185747

Changes:
_U  stable/10/
  stable/10/sys/dev/usb/usb_freebsd.h
  stable/10/sys/dev/usb/usb_freebsd_loader.h
  stable/10/sys/dev/usb/usb_msctest.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


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

2015-01-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185747

--- Comment #10 from commit-h...@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Mon Jan 19 07:03:41 UTC 2015
New revision: 277363
URL: https://svnweb.freebsd.org/changeset/base/277363

Log:
  MFC r277044:
  Increase the maximum number of dynamic USB quirks. USB memory stick
  devices which don't support the synchronize cache SCSI command are
  likely to also not support the prevent-allow medium removal SCSI
  command.

  PR:185747

Changes:
_U  stable/9/sys/
_U  stable/9/sys/dev/
  stable/9/sys/dev/usb/usb_freebsd.h
  stable/9/sys/dev/usb/usb_msctest.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


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

2015-01-11 Thread Joshua Ruehlig
I skipped patching sys/dev/usb/usb_freebsd_loader.h on my FreeBSD 9.3 VM
(which I'm passing the USB device too).
I can confirm that the USB stick didn't work with a fresh FreeBSD 9.3
install, but does work after applying your patch, building, and installing
a new kernel.

Will this be backported to FreeBSD 9.3, I actually need this on my FreeNAS
9.3 machine. See here https://bugs.freenas.org/issues/7420#change-33198

On Sun, Jan 11, 2015 at 4:54 PM, Joshua Ruehlig joshrueh...@gmail.com
wrote:

 The machine I am trying to patch is FreeBSD9.3 and doesn't have a
 sys/dev/usb/usb_freebsd_loader.h
 Can I skip patching this file, or should I direct the changes somewhere
 else?

 On Sun, Jan 11, 2015 at 11:12 AM, Joshua Ruehlig joshrueh...@gmail.com
 wrote:

 Ok, I never compiled my own kernel but I should be able to figure it out.
 On Jan 11, 2015 9:16 AM, Hans Petter Selasky h...@selasky.org wrote:

 On 01/11/15 17:59, Joshua Ruehlig wrote:

 Tell meif you need anything else, thanks
 - Josh


 Hi,

 Can you try the attached patch?

 --HPS



___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


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

2015-01-11 Thread Hans Petter Selasky

On 01/12/15 01:54, Joshua Ruehlig wrote:

The machine I am trying to patch is FreeBSD9.3 and doesn't have a
sys/dev/usb/usb_freebsd_loader.h
Can I skip patching this file, or should I direct the changes somewhere
else?


Yes, you can skip this patch.

--HPS

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


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

2015-01-11 Thread Hans Petter Selasky

Hi,

See:
https://svnweb.freebsd.org/changeset/base/277044

Will be backported to 9-stable.

--HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


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

2015-01-11 Thread Joshua Ruehlig
Great, thanks =]

On Sun, Jan 11, 2015 at 10:36 PM, Hans Petter Selasky h...@selasky.org
wrote:

 Hi,

 See:
 https://svnweb.freebsd.org/changeset/base/277044

 Will be backported to 9-stable.

 --HPS

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


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

2014-08-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185747

Hans Petter Selasky hsela...@freebsd.org changed:

   What|Removed |Added

 CC||hsela...@freebsd.org

--- Comment #5 from Hans Petter Selasky hsela...@freebsd.org ---
Can you verify that you need the same quirk with a 10-stable kernel?

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


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

2014-08-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185747

Richard comet.berke...@gmail.com changed:

   What|Removed |Added

 CC||comet.berke...@gmail.com

--- Comment #4 from Richard comet.berke...@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.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org