mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
eb80d6ce66
This commit removes the report service from the usb_webcam pkg, which was used to enable or disable the webcam driver. The on/off state is instead controlled by the presence of a capture client. That is, once a capture client appears, the webcam driver is started. Vice versa, once no capture client exists, the webcam driver is removed automatically. Internally, the detection of presence of a capture client is based on nitpicker's 'displays' report, which is consumed as input of the rom_filter, which in turn generates the configuration of a dynamic sub init. Fixes #4287 |
||
---|---|---|
.. | ||
acpica | ||
gcov | ||
mesa_gears | ||
mesa_gpu-cpu | ||
mesa_gpu-intel | ||
pdf_view | ||
qt5_textedit | ||
system_clock-pc | ||
system_rtc-linux | ||
system_rtc-pc | ||
test-expat | ||
test-ldso | ||
test-libc | ||
test-libc_connect_lwip | ||
test-libc_connect_lxip | ||
test-libc_connect_vfs_server_lwip | ||
test-libc_connect_vfs_server_lxip | ||
test-libc_counter | ||
test-libc_execve | ||
test-libc_fifo_pipe | ||
test-libc_fork | ||
test-libc_getenv | ||
test-libc_pipe | ||
test-libc_vfs | ||
test-libc_vfs_block | ||
test-libc_vfs_counter | ||
test-libc_vfs_fs | ||
test-libc_vfs_fs_chained | ||
test-libc_vfs_ram | ||
test-pthread | ||
test-sequence | ||
test-spark | ||
test-spark_exception | ||
test-spark_secondary_stack | ||
test-stdcxx | ||
test-tcp_bulk_lwip | ||
test-tcp_bulk_lxip | ||
usb_webcam |