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
Unknown Object (File)
Sat, Apr 20, 2:31 AM
Unknown Object (File)
Sun, Apr 7, 6:11 AM
Unknown Object (File)
Thu, Mar 28, 10:12 PM
Unknown Object (File)
Mar 21 2024, 9:31 PM
Unknown Object (File)
Mar 21 2024, 2:56 AM
Unknown Object (File)
Mar 21 2024, 2:56 AM
Unknown Object (File)
Mar 21 2024, 2:44 AM
Unknown Object (File)
Jan 14 2024, 8:55 AM
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