Skip to content

Commit 857b99b

Browse files
authored
Updated udev rules
1 parent b3011b3 commit 857b99b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ You will need to install Zadig drivers (automated through the `Settings > Driver
4949
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="01c0", MODE="664", GROUP="plugdev"
5050
# Registered Boot
5151
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="01cb", MODE="664", GROUP="plugdev"
52+
# Official VID
53+
SUBSYSTEMS=="usb", ATTRS{idVendor}=="308f", MODE="664", GROUP="plugdev"
5254
```
5355

5456

0 commit comments

Comments
 (0)