zephyr/subsys/usb
Savinay Dharmappa 6b44a00336 subsys: usb: class: hid: Add OUT interrupt endpoint
patch add a OUT interrupt endpoint descriptor and registers a
corresponding notification callback with usb driver, which is invoked
when data is sent to device from host.

Implement the read ready notification as suggesteed by
Aurelien Jarno <aurelien@aurel32.net>

Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com>
Signed-off-by: Johann Fischer <j.fischer@phytec.de>
2018-08-27 18:59:58 -04:00
..
class subsys: usb: class: hid: Add OUT interrupt endpoint 2018-08-27 18:59:58 -04:00
CMakeLists.txt usb: osdesc: Add MS OS Descriptors version 1 support 2018-07-12 23:10:22 -04:00
Kconfig Kconfig: Use the first default with a satisfied condition 2018-08-10 12:38:28 -07:00
bos.c usb: bos: Add USB BOS descriptors API 2018-06-20 15:47:00 -04:00
os_desc.c usb: osdesc: Use definition for string descriptor index 2018-07-12 23:10:22 -04:00
os_desc.h usb: osdesc: Use definition for string descriptor index 2018-07-12 23:10:22 -04:00
usb_descriptor.c usb: set SN string descriptor at runtime 2018-07-16 17:20:58 +02:00
usb_descriptor.h usb: set SN string descriptor at runtime 2018-07-16 17:20:58 +02:00
usb_device.c irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00