zephyr/subsys/usb
Tomasz Moń 5bd0f5ea8b usb: device_next: msc: handle MODE SENSE(10) command
USB Mass Storage Specification for Bootability requires MODE SENSE(10)
command. MODE SENSE(6) and MODE SENSE(10) generally access the same data
but differ in the maximum allocated length and LLBAA support. However
there is no point in extracting common handling because there no mode
pages are supported now.

Fail MODE SENSE requests if asking for anything other than supported
page codes (to which the essentially hardcoded response is valid).

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2023-03-08 10:53:55 +01:00
..
device usb: device: msc: support larger devices 2023-03-02 13:51:37 +01:00
device_next usb: device_next: msc: handle MODE SENSE(10) command 2023-03-08 10:53:55 +01:00
host usb: host: add port power and port reset USB hub features 2022-12-16 13:21:12 +01:00
usb_c usbc: explicitly declare sizes of state machines arrays 2023-03-03 09:17:11 +01:00
CMakeLists.txt usb: add initial USB host support 2022-12-16 13:21:12 +01:00