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, May 31, 8:09 PM
Unknown Object (File)
Wed, May 28, 9:15 AM
Unknown Object (File)
Fri, May 16, 5:49 PM
Unknown Object (File)
Wed, May 14, 5:51 PM
Unknown Object (File)
Tue, May 13, 2:08 PM
Unknown Object (File)
Apr 24 2025, 12:31 PM
Unknown Object (File)
Apr 23 2025, 7:22 PM
Unknown Object (File)
Apr 18 2025, 4:09 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