You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently unix-hotplug devices can be detected based on productid and vendorid. It would be great if this could be extended to include subsystem as well.
For example, it would be really convenient to allow containers to access all camera devices with a single command:
Some devices don't currently have product and vendor IDs, so this change would enable those as well. For example fake v4l2loopback devices are useful for testing. My camera also exposes /dev/media0, which belongs to the media subsystem but lacks a product/vendor ID.
The text was updated successfully, but these errors were encountered:
Currently
unix-hotplug
devices can be detected based onproductid
andvendorid
. It would be great if this could be extended to includesubsystem
as well.For example, it would be really convenient to allow containers to access all camera devices with a single command:
lxc config device add u1 cameras unix-hotplug subsystem=video4linux
Or all cameras with a specific
vendorid
, and so on:lxc config device add u1 logitechcameras unix-hotplug subsystem=video4linux vendorid=****
Some devices don't currently have product and vendor IDs, so this change would enable those as well. For example fake
v4l2loopback
devices are useful for testing. My camera also exposes/dev/media0
, which belongs to themedia
subsystem but lacks a product/vendor ID.The text was updated successfully, but these errors were encountered: