mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
0a5e174d78
Issue #5174
18 lines
631 B
Plaintext
18 lines
631 B
Plaintext
<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>
|