Files
stm32-openinverter-teslacha…/libopencm3/tests/gadget-zero/70-libopencm3.rules
T
2022-10-10 12:39:30 +01:00

7 lines
305 B
Plaintext

# Put this in /etc/udev/rules.d/70-libopencm3.rules
# then do "sudo udevadm control --reload" and unplug/replug the usb device.
# This grants user accesss to the "cafe" USB Vendor ID used/hijacked/squatted by the test gadget
# libopencm hacking
SUBSYSTEMS=="usb", ATTRS{idVendor}=="cafe", TAG+="uaccess"