zephyr/subsys/usb/class
Tomasz Bursztyka 4ae72db135 net: Enable PM settings on network devices
By changing the various *NET_DEVICE* macros. It is up to the device
drivers to either set a proper PM function or, if not supported or PM
disabled, to use device_pm_control_nop relevantly.

All existing macro calls are updated. Since no PM support was added so
far, device_pm_control_nop is used as the default everywhere.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-03-27 14:48:30 +02:00
..
hid kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
netusb net: Enable PM settings on network devices 2020-03-27 14:48:30 +02:00
CMakeLists.txt cmake: Fix usb include directory organization 2019-10-01 19:22:02 +02:00
Kconfig kconfig: Remove redundant 'default n' and 'prompt' properties 2019-12-09 16:14:50 +01:00
Kconfig.template.composite_device_number kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
bluetooth.c Bluetooth: hci_raw: Add support for specifying buffer headroom 2019-11-20 19:29:06 +01:00
cdc_acm.c usb: cdc_acm: set initialization level to POST_KERNEL 2020-03-11 11:09:21 +01:00
loopback.c usb: loopback: re-trigger usb_write after interface configuration 2020-02-13 22:51:05 +02:00
mass_storage.c usb: mass_storage: fix API usage by using memmove 2020-03-17 10:18:42 -04:00
usb_dfu.c usb: dfu: check requested length (wLength) during DFU_UPLOAD 2020-03-02 17:37:24 +02:00