zephyr/subsys/usb/class
Michael Rosen 1c89837e79 usb: dfu: add separate pid for dfu mode
Refactor the file structure for USB DFU class to facilitate
separate PID for USB DFU when in DFU mode. As required by USB DFU
1.1 Section 2, the PID in the USB device descriptor must be
different between the Run-time and DFU mode device descriptor to
avoid problems caused by the host OS caching the remaining
descriptors when switching to DFU mode, thus hiding the new
interface descriptors from applications on the host and reporting
the Run-time descriptors when the device is in DFU mode.

To avoid adding too much clutter to the root USB class Kconfig and
CMakeLists files, move the DFU class files into their own directory
with dedicated Kconfig and CMakeLists.txt.

Signed-off-by: Michael Rosen <michael.r.rosen@intel.com>
2020-12-20 13:04:45 -05:00
..
audio usb: audio: Convert drivers to new DT device macros 2020-12-18 07:50:49 -06:00
dfu usb: dfu: add separate pid for dfu mode 2020-12-20 13:04:45 -05:00
hid usb: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 16:58:00 -05:00
netusb
bluetooth.c usb: hci: Remove handling of unused DC statuses. 2020-10-20 10:04:32 -05:00
bt_h4.c usb: hci: Remove handling of unused DC statuses. 2020-10-20 10:04:32 -05:00
cdc_acm.c usb: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 16:58:00 -05:00
CMakeLists.txt usb: dfu: add separate pid for dfu mode 2020-12-20 13:04:45 -05:00
Kconfig usb: dfu: add separate pid for dfu mode 2020-12-20 13:04:45 -05:00
Kconfig.template.composite_device_number
loopback.c
mass_storage.c