zephyr/samples/subsys
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
..
canbus subsys: canopen: Add a wrapper to avoid passing device to CO_init 2020-09-02 13:48:13 +02:00
console doc: update function references to use :c:func: 2020-08-31 09:57:33 -04:00
fs sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
ipc device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
logging sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
mgmt mgmt/osdp: Refactor struct osdp_cmd members for readability 2020-09-04 10:58:13 +02:00
nvs samples: nvs: Do full chip erase when flashing 2020-08-11 09:39:49 -04:00
power/device_pm device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
settings sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
shell sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
tracing sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
usb usb: hid: All hid_ops callbacks get device pointer. 2020-09-04 12:27:44 +02:00
subsys.rst doc: add labels to sample docs 2017-04-04 20:48:08 +00:00