We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3011b3 commit 857b99bCopy full SHA for 857b99b
README.md
@@ -49,6 +49,8 @@ You will need to install Zadig drivers (automated through the `Settings > Driver
49
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="01c0", MODE="664", GROUP="plugdev"
50
# Registered Boot
51
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"
54
```
55
56
0 commit comments