zephyr/samples/drivers
Phi Bang Nguyen 10deca2ef6 drivers: video: Fix skipped CIDs when enumerating controls
When enumerating controls with VIDEO_CTRL_FLAG_NEXT_CTRL, if child devices
have controls with IDs lower or equal to the ones in the parent devices,
those controls will be accidentally skipped.

Fix this by resetting the query's ID and tracking of the queried device in
the query when moving to the next device in the pipeline.

Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
Signed-off-by: Josuah Demangeon <me@josuah.net>
2025-06-19 22:37:54 -07:00
..
adc samples: drivers: adc: Add variant for 8-bit resolution on nRF54x 2025-06-18 09:23:23 -04:00
audio samples: Add BL54L15/L15u DVK support 2025-04-23 15:02:20 +02:00
auxdisplay
auxdisplay_digits samples: drivers: Add auxdisplay_digits sample 2025-05-09 21:08:32 +02:00
can
charger samples: drivers: charger: fix typo in sample Kconfig 2025-06-13 10:42:40 -04:00
clock_control_litex boards: enjoydigital: adopt new zephyr:board directive and role 2025-02-28 14:52:23 +01:00
clock_control_xec
counter samples: counter: alarm: revert PR #90709 2025-06-17 16:13:03 +02:00
crypto samples: drivers: crypto: Add entry to sample.yaml for cc23x0 2025-06-11 16:06:55 -07:00
dac boards: nxp: add mcx_n9xx_evk 2025-04-25 11:04:08 +02:00
display test: driver: display: add test case for x_nucleo_gfx01m2 2025-05-13 16:22:52 +02:00
eeprom boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
espi dts: bindings: spi: use hyphen instead of underscore 2025-03-18 16:40:19 +01:00
ethernet samples: net: enable NET_ZPERF_SERVER 2025-04-23 11:48:42 +02:00
flash_shell drivers uart_native_posix: rename to native_pty and support N instances 2025-03-11 18:54:02 +01:00
fpga
gnss ubx: Refactor codebase in order to improve usability 2025-05-30 19:40:19 +02:00
haptics
ht16k33 doc: boards: nordic: Adopt zephyr:board directives 2025-03-31 22:00:02 +02:00
i2c samples: drivers: i2c: add target_eeprom support for frdm_mcxa153 board 2025-05-09 12:51:20 +02:00
i2s samples: i2s: add nucleo u575 overlay & conf files 2025-06-06 08:41:59 +02:00
ipm tests, samples: update esp32_devkitc board records 2025-04-29 16:48:55 +02:00
jesd216 samples: drivers: jesd216: Add support OSPI for Renesas RA8 2025-06-06 08:41:46 +02:00
lcd_cyclonev_socdk
lcd_hd44780 drivers: gpio: Use BIT(n) macro to define GPIO constants 2025-06-03 20:32:33 +02:00
led boards: esp32c6_devkitc: Add i2s support and samples 2025-05-22 15:25:12 +02:00
lora samples: lora: send: counter in packet 2025-05-01 09:34:21 +02:00
mbox tests, samples: update esp32_devkitc board records 2025-04-29 16:48:55 +02:00
mbox_data boards: nxp: add mcx_n9xx_evk 2025-04-25 11:04:08 +02:00
memc drivers: mspi: add APMemory APS Z8 pSRAM driver 2025-06-18 07:36:26 +02:00
misc samples: drivers: misc: Enabled timeaware-gpio for BTL-S 2025-05-20 15:24:18 +02:00
mspi drivers: mspi: add ambiq mspi timing scan utility 2025-06-18 07:36:26 +02:00
peci
ps2
rtc drivers: rtc: add rtc support for apollo510 2025-05-08 08:55:06 +02:00
smbus
soc_flash_nand
soc_flash_nrf samples: drivers: nrf: flash: Execute nrf soc flash sample on nrf54l 2025-05-28 12:22:04 +02:00
spi_bitbang samples: drivers: spi: Add support for RZ/G3S-SMARC 2025-05-15 09:00:31 +02:00
spi_flash samples: drivers: spi_flash: Add support OSPI for Renesas RA8 2025-06-06 08:41:46 +02:00
spi_flash_at45 tests/samples: use integration platforms where possible 2025-03-11 11:35:15 +01:00
spi_fujitsu_fram
stepper drivers: stepper: refactor enable(dev,flag) to enable & disable 2025-04-03 00:03:29 +02:00
uart samples: drivers: uart: async_api: exclude some platforms with LPUART 2025-04-29 02:42:19 +02:00
video drivers: video: Fix skipped CIDs when enumerating controls 2025-06-19 22:37:54 -07:00
virtualization
w1 samples: drivers: w1: Add MAX boards sample overlay files 2025-02-12 23:15:57 +01:00
watchdog tests: drivers: watchdog: Add intel_btl_s_crb overlay 2025-05-20 15:24:18 +02:00
drivers.rst