diff options
author | bnewbold <bnewbold@robocracy.org> | 2010-04-07 00:44:36 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2010-04-07 01:00:19 -0400 |
commit | 9314fec2c5d987a38564756c81e08ad1081cae6f (patch) | |
tree | 2ea772314f12f84d4567e00103233f08a4fc95f9 /notes | |
parent | 2596f1409a328c6e321054a9017826ef64f1b657 (diff) | |
download | librambutan-9314fec2c5d987a38564756c81e08ad1081cae6f.tar.gz librambutan-9314fec2c5d987a38564756c81e08ad1081cae6f.zip |
should have had this in before
Diffstat (limited to 'notes')
-rw-r--r-- | notes/45-maple.rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/notes/45-maple.rules b/notes/45-maple.rules new file mode 100644 index 0000000..e1d3638 --- /dev/null +++ b/notes/45-maple.rules @@ -0,0 +1,6 @@ +BUS!="usb", ACTION!="add", SUBSYSTEM!=="usb_device", GOTO="maple_rules_end" + +SYSFS{idProduct}=="1001", SYSFS{idVendor}=="0110", MODE="664", GROUP="plugdev" +SYSFS{idProduct}=="1002", SYSFS{idVendor}=="0110", MODE="664", GROUP="plugdev" + +LABEL="maple_rules_end" |