zephyr/subsys/usb/class
Tomasz Bursztyka 97326c0445 device: Fix structure attributes access
Since struct devconfig was merged earlier into struct device, let's fix
accessing config_info, name, ... attributes everywhere via:

grep -rlZ 'dev->config->' | xargs -0 sed -i 's/dev->config->/dev->/g'

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-05-08 23:07:44 +02:00
..
audio device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
hid device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
netusb net: Enable PM settings on network devices 2020-03-27 14:48:30 +02:00
bluetooth.c Bluetooth: hci_raw: Move buffer management to common place 2020-04-20 21:59:47 +03:00
bt_h4.c Bluetooth: hci_raw: Move buffer management to common place 2020-04-20 21:59:47 +03:00
cdc_acm.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
CMakeLists.txt usb: Add Audio class related files 2020-05-08 15:12:27 +02:00
Kconfig usb: Add Audio class related files 2020-05-08 15:12:27 +02:00
Kconfig.template.composite_device_number kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05: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: align page buffer 2020-05-06 11:31:44 +02:00
usb_dfu.c usb: Special return values for custom_handler 2020-05-07 11:20:27 +02:00