diff options
author | Perry Hung <iperry@alum.mit.edu> | 2010-05-28 03:08:36 -0400 |
---|---|---|
committer | Perry Hung <iperry@alum.mit.edu> | 2010-05-28 03:08:36 -0400 |
commit | acf8b5476fe601f17aafc2676b2161de12b72213 (patch) | |
tree | 8c2f78441eea05b73ba76d041b471ebcf243c0b9 /support/scripts | |
parent | 5b9c5d9c9388f58c0d08c398dc368ca40460830a (diff) | |
download | librambutan-acf8b5476fe601f17aafc2676b2161de12b72213.tar.gz librambutan-acf8b5476fe601f17aafc2676b2161de12b72213.zip |
udev rule symlink
new udev rule, adds a symlink to /dev/maple
Diffstat (limited to 'support/scripts')
-rw-r--r-- | support/scripts/45-maple.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support/scripts/45-maple.rules b/support/scripts/45-maple.rules new file mode 100644 index 0000000..ce11a92 --- /dev/null +++ b/support/scripts/45-maple.rules @@ -0,0 +1,3 @@ +ATTRS{idProduct}=="0003", ATTRS{idVendor}=="1eaf", MODE="664", GROUP="plugdev" +ATTRS{idProduct}=="0004", ATTRS{idVendor}=="1eaf", MODE="664", GROUP="plugdev" SYMLINK+="maple" + |