]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r239237, r242628 and r277044:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 19 Jan 2015 07:16:22 +0000 (07:16 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 19 Jan 2015 07:16:22 +0000 (07:16 +0000)
commit759de68c2033c6abe0526156aded9ecf897f5c55
treeaad599e8f0c9843a67941c2fe3455607fa9a8673
parent8ce51bca5920226006a4047ea56542073a2a93f4
MFC r239237, r242628 and r277044:
- Add the UQ_MSC_NO_PREVENT_ALLOW quirk to handle devices that do not support
  the 'PREVENT/ALLOW MEDIUM REMOVAL' SCSI command.
- Improve auto-quirks detection for certain Kingston memory sticks.
- 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.

git-svn-id: svn://svn.freebsd.org/base/stable/8@277367 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/usb/quirk/usb_quirk.c
sys/dev/usb/quirk/usb_quirk.h
sys/dev/usb/storage/umass.c
sys/dev/usb/usb_freebsd.h
sys/dev/usb/usb_msctest.c