mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
14 lines
354 B
Plaintext
14 lines
354 B
Plaintext
|
<!--
|
||
|
Manually maintained rules for assigning USB devices to clients.
|
||
|
|
||
|
The content is indented with two tabs because it is incorporated as is
|
||
|
into the <raw> sub node of the the USB driver configuration.
|
||
|
-->
|
||
|
|
||
|
<usb>
|
||
|
|
||
|
<!-- rule for flashing the ergodox firmware
|
||
|
<policy label_suffix="teensy" vendor_id="0x16c0" product_id="0x0478"/>
|
||
|
-->
|
||
|
</usb>
|