Skip to content

Commit 518ed49

Browse files
committed
small fix for Atmel ICE Debugger UDEV rule
1 parent e37e6c0 commit 518ed49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arduino-linux-setup-11.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ SUBSYSTEM!="usb|tty|hidraw", GOTO="openocd_rules_end"
134134
135135
#Please keep this list sorted by VID:PID
136136
137-
#Atmel ICE
138-
ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2141", MODE="664", GROUP="plugdev"
137+
#Atmel ICE Debugger
138+
ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2141", MODE="664", GROUP="plugdev", TAG+="uaccess"
139139
140140
#CMSIS-DAP compatible adapters
141141
ATTRS{product}=="*CMSIS-DAP*", MODE="664", GROUP="plugdev"

0 commit comments

Comments
 (0)