Page MenuHomeFreeBSD

usb: Respect NO_INQUIRY quirk during device enumeration
ClosedPublic

Authored by kd on Apr 27 2022, 12:57 PM.
Tags
None
Referenced Files
F102714983: D35075.diff
Sat, Nov 16, 6:28 AM
Unknown Object (File)
Oct 15 2024, 1:44 AM
Unknown Object (File)
Oct 13 2024, 7:19 AM
Unknown Object (File)
Oct 4 2024, 3:36 PM
Unknown Object (File)
Oct 4 2024, 12:35 AM
Unknown Object (File)
Oct 3 2024, 8:08 PM
Unknown Object (File)
Oct 1 2024, 8:55 PM
Unknown Object (File)
Oct 1 2024, 1:54 PM
Subscribers

Details

Summary

Both usb_iface_is_cdrom and usb_msc_auto_quirk functions use SCSI INQUIRY command to probe various properties of usb mass storage devices.
The problem here is that some very broken devices don't like this command.
Check if UQ_MSC_NO_INQUIRY quirk is set and skip cdrom and quirk autodetection in that case.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable