genode/repos/gems/run/sculpt/usb.config
Norman Feske ae028d89cf driver_manager/sculpt: hook for manual USB policy
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
2018-08-02 14:36:36 +02:00

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>