zephyr/subsys/usb/class
Michael Hope 4e7deb49b9 usb: netusb: implement the ethernet interface.
net_eth_get_hw_capabilities() calls .get_capabilities() which is part
of the ethernet API but not the net_if_api that netusb implements.
This causes a fault as .get_capabilities() was past the end of the
struct and resolved to a random address.

Also, make the API const and give it a unique name.

Signed-off-by: Michael Hope <mlhx@google.com>
2018-03-28 09:36:55 +03:00
..
hid hid: change the API table to const. 2018-03-21 19:45:11 -04:00
netusb usb: netusb: implement the ethernet interface. 2018-03-28 09:36:55 +03:00
cdc_acm.c cleanup: replace old jira numbers with GH issues 2018-03-26 13:13:04 -04:00
CMakeLists.txt usb: hid: Add Human Interface Device (HID) class 2018-01-31 07:42:19 -05:00
Kconfig usb: hid: Add Human Interface Device (HID) class 2018-01-31 07:42:19 -05:00
mass_storage.c usb: msc: Cleanup USB write 2018-03-03 10:27:21 +01:00