sculpt/usb/default: add device-assignment example

Issue #5174
This commit is contained in:
Norman Feske 2024-04-18 10:33:05 +02:00 committed by Christian Helmuth
parent c6aa50ec56
commit 0a5e174d78

View File

@ -1,2 +1,17 @@
<config bios_handoff="no">
<!-- available devices are listed at /report/runtime/usb/devices -->
<!-- example for a hypothetical development VM -->
<policy label_prefix="vbox6-dev ->">
<device vendor_id="0x1f3a" product_id="0x1010"/> <!-- pinephone fastboot -->
<device vendor_id="0x403" product_id="0x6001"/> <!-- pinephone uart -->
<device vendor_id="0x16d0" product_id="0xe88"/> <!-- joulescope -->
</policy>
<policy label_prefix="usb_webcam ->">
<device vendor_id="0x5986" product_id="0x366"/> <!-- x250 webcam -->
<device vendor_id="0x5986" product_id="0x706"/> <!-- x260 webcam -->
</policy>
</config>