zephyr/subsys/usb
Sathish Kuttan a3095087aa subsys: usb: Make HID payload size configurable
The payload size was hardcoded to 64.
This commit adds a configuration option to choose > 64 bytes
when the device allows larger packets.
A configuration option USB_HID_MAX_PAYLOAD_SIZE is added in
subsys/usb/class/hid/Kconfig
The default value is set to 64

Signed-off-by: Sathish Kuttan <sathish.k.kuttan@intel.com>
2018-06-19 20:16:18 -04:00
..
class subsys: usb: Make HID payload size configurable 2018-06-19 20:16:18 -04:00
CMakeLists.txt subsys: usb: rework composite device support 2018-06-15 11:02:05 +02:00
Kconfig usb: provide different USB product strings in the USB samples 2018-03-14 11:25:56 +01:00
usb_descriptor.c subsys: usb: configure Interface descriptor at runtime 2018-06-15 11:02:05 +02:00
usb_descriptor.h subsys: usb: rework composite device support 2018-06-15 11:02:05 +02:00
usb_device.c subsys: usb: rework composite device support 2018-06-15 11:02:05 +02:00