We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da57cfa commit 61fb6c6Copy full SHA for 61fb6c6
1 file changed
mpflash/udev_rules/50-picoprobe.rules
@@ -2,6 +2,10 @@
2
# https://github.com/raspberrypi/picoprobe
3
SUBSYSTEM=="usb", ATTR{idVendor}=="2e8a", ATTR{idProduct}=="0004", MODE:="666"
4
5
+# 2e8a:000c Raspberry Pi Debugprobe on Pico (CMSIS-DAP)
6
+# https://github.com/raspberrypi/debugprobe
7
+SUBSYSTEM=="usb", ATTR{idVendor}=="2e8a", ATTR{idProduct}=="000c", MODE:="666"
8
+
9
# If you share your linux system with other users, or just don't like the
10
# idea of write permission for everybody, you can replace MODE:="0666" with
11
# OWNER:="yourusername" to create the device owned by you, or with
0 commit comments