Skip to content

Commit

Permalink
Improve udev rules
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgreig committed Jun 10, 2019
1 parent 7177310 commit eb0d52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion driver/99-ffp.rules
@@ -1 +1 @@
SUBSYSTEM=="usb", ATTR{idVendor}=="1209", ATTR{idProduct}=="FF50", GROUP="plugdev"
SUBSYSTEM=="usb", ATTR{idVendor}=="1209", ATTR{idProduct}=="ff50", GROUP="plugdev"
2 changes: 1 addition & 1 deletion driver/README.md
Expand Up @@ -7,7 +7,7 @@ udev:

```
sudo cp 99-ffp.rules /etc/udev/rules.d
sudo systemctl restart udev
sudo udevadm control --reload
```

Confirm you are in the `plugdev` group, or modify `99-ffp.rules` to use another
Expand Down

0 comments on commit eb0d52d

Please sign in to comment.