You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
305 B
6 lines
305 B
# 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"
|
|
|