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

--- Comment #1 from Jan Biedermann <j...@isomorfeus.com> ---
usb_msc_auto_quirk() potentially crashes usb devices with a hidden storage (see
bug 287333). These devices may still operate normally if usb_msc_auto_quirk()
would not be called at all and the hidden storage is ignored. This patch
https://github.com/freebsd/freebsd-src/pull/1716 makes sure, that
usb_msc_auto_quirk() is not called when the UQ_MSC_IGNORE quirk is set for a
device. It shouldn't be called anyway if the hidden storage supposed to be
ignored. This gives users a chance to get their devices working by using
'usbconfig add_dev_quirk_vplh <lo_rev> <hi_rev> UQ_MSC_IGNORE'.

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

Reply via email to