zephyr/samples
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
..
application_development samples: Fix device instance const qualifier loss 2020-09-02 13:48:13 +02:00
basic
bluetooth samples: bluetooth: hci_uart: Improve RX path 2020-09-03 10:45:43 +02:00
boards samples: add missing sample.yaml files 2020-09-03 09:49:28 -04:00
cpp_synchronization
debug samples: debug: Add a simple gdbstub sample 2020-09-02 20:54:57 -04:00
display samples: display: lvgl: add information for buydisplay shield 2020-09-03 16:36:50 -05:00
drivers samples: drivers: Update sample overlay with sector size values 2020-09-04 11:58:22 +02:00
hello_world
mpu
net samples: net: sockets: Increase FD count for TLS echo samples 2020-09-03 11:00:01 +03:00
philosophers
portability
posix
scheduler
sensor
shields
smp
subsys usb: hid: All hid_ops callbacks get device pointer. 2020-09-04 12:27:44 +02:00
synchronization
testing/integration
tfm_integration
userspace samples: Fix device instance const qualifier loss 2020-09-02 13:48:13 +02:00
video
classic.rst
index.rst samples: debug: Add a simple gdbstub sample 2020-09-02 20:54:57 -04:00