zephyr/include/usb/class
Johann Fischer 085a8b75c5 usb: hid: fix write to interrupt IN endpoint
A HID application can no longer write to the default
interrupt IN endpoint because the addresses are assigned
dynamically. Add hid_int_ep_write() function  and leave
it to the hid-core to call the usb_write() with the correct
endpoint address.

fixes: #8424

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
2018-06-16 11:46:56 +02:00
..
usb_cdc.h usb: cdc: Remove duplicated class code 2018-02-05 06:39:50 -08:00
usb_dfu.h include: usb: add USB DFU class header 2018-04-30 17:42:40 -04:00
usb_hid.h usb: hid: fix write to interrupt IN endpoint 2018-06-16 11:46:56 +02:00
usb_msc.h usb: msc: Remove duplicated class code 2018-02-05 06:39:50 -08:00