mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
ae028d89cf
This patch adds the /config/usb file to Sculpt, which allows then user to manually define rules for assigning USB devices to clients. The content is incorporated by the driver manager into the USB driver configuration. Note that this mechanism does not work for HID devices because these devices are claimed by the USB driver's built-in HID support. Issue #2890
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>
|