Skip to content

Commit

Permalink
Added udev rule file
Browse files Browse the repository at this point in the history
  • Loading branch information
Marisa-Chan committed Jun 6, 2014
1 parent f81dac4 commit 247798d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README
Expand Up @@ -30,5 +30,12 @@ Power checker:
Copy files from "power_check" into /usr/share/a4_tool and a4_tool binary to /usr/bin.
Add power_checker.sh to crontab and it will check current power and send notify if power less 50%


Udev and user permissions:
cp udev/10-a4tech-usb-devices.rules /etc/udev/rules.d/
groupadd gmouse
useradd -G gmouse YOUR_USER_NAME


TODO:
profile configuring and scripts parser
1 change: 1 addition & 0 deletions udev/10-a4tech-usb-devices.rules
@@ -0,0 +1 @@
SUBSYSTEM=="usb", ATTRS{idVendor}=="09da", ATTRS{idProduct}=="054f", MODE="660", GROUP="gmouse"

0 comments on commit 247798d

Please sign in to comment.