zephyr/samples/subsys/usb
Emil Obalski 0d8bd579a5 usb: hid: All hid_ops callbacks get device pointer.
This commit extends USB hid API callbacks by adding
'const struct device *dev' parameter. If the application
configured more than one HID device then it must specify
separate hid_ops for each device as its unable to determine
for which device the callback was called.

This patch makes it possible to have only one hid_ops within
the application and the application is aware for which device
the callback was called because of explicit device pointer.

Signed-off-by: Emil Obalski <emil.obalski@nordicsemi.no>
2020-09-04 12:27:44 +02:00
..
audio usb: samples: audio: Add samples to sanitycheck 2020-09-03 21:50:03 +02:00
cdc_acm device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
cdc_acm_composite device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
console device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
dfu sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
hid usb: hid: All hid_ops callbacks get device pointer. 2020-09-04 12:27:44 +02:00
hid-cdc usb: hid: All hid_ops callbacks get device pointer. 2020-09-04 12:27:44 +02:00
hid-mouse device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
inf usb: cdc: add .inf file 2019-05-09 08:20:34 -04:00
mass samples: subsys: usb: mass: add support for Adafruit feather nRF52840 2020-09-02 11:36:22 +02:00
testusb samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
webusb zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
usb.rst doc: fix misspellings in documentation 2019-06-18 15:08:19 -04:00
usb_pid.Kconfig samples: wpanusb: assign next free sample PID 2020-05-27 14:15:52 +02:00