diff --git a/udev/50-picoprobe.rules b/udev/50-picoprobe.rules index 07657e6f4..a34819822 100644 --- a/udev/50-picoprobe.rules +++ b/udev/50-picoprobe.rules @@ -2,6 +2,10 @@ # https://github.com/raspberrypi/picoprobe SUBSYSTEM=="usb", ATTR{idVendor}=="2e8a", ATTR{idProduct}=="0004", MODE:="666" +# 2e8a:000c Raspberry Pi picoprobe +# https://github.com/raspberrypi/picoprobe +SUBSYSTEM=="usb", ATTR{idVendor}=="2e8a", ATTR{idProduct}=="000c", MODE:="666" + # If you share your linux system with other users, or just don't like the # idea of write permission for everybody, you can replace MODE:="0666" with # OWNER:="yourusername" to create the device owned by you, or with