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 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
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 samples: cpp_synchronization: filter for integration 2020-07-30 08:00:03 -04:00
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 samples: hello_world: filter for integration 2020-07-30 08:00:03 -04:00
mpu device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
net samples: net: sockets: Increase FD count for TLS echo samples 2020-09-03 11:00:01 +03:00
philosophers samples: philosophers: enable for integration testing 2020-07-30 08:00:03 -04:00
portability zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
posix samples: posix: eventfd: bugfix for regex check 2020-06-19 15:17:37 +02:00
scheduler samples: scheduler: metairq_dispatch: add label directive 2020-08-28 12:54:40 +02:00
sensor device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
shields device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
smp samples: pi: add integration support 2020-07-30 08:00:03 -04:00
subsys usb: hid: All hid_ops callbacks get device pointer. 2020-09-04 12:27:44 +02:00
synchronization samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
testing/integration sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
tfm_integration sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
userspace samples: Fix device instance const qualifier loss 2020-09-02 13:48:13 +02:00
video device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
classic.rst samples: cpp_synchronization: Change sample description to rst format 2020-05-15 17:18:56 +02:00
index.rst samples: debug: Add a simple gdbstub sample 2020-09-02 20:54:57 -04:00