diff options
author | AJM <poslathian@poslathian.(none)> | 2010-05-21 20:02:22 -0400 |
---|---|---|
committer | AJM <poslathian@poslathian.(none)> | 2010-05-21 20:02:22 -0400 |
commit | 4197727c10c0a6bb01034458754376104c9ec7e8 (patch) | |
tree | f6899b2c53e32daeaed630aff81dc035116e512e /notes/45-maple.rules | |
parent | d44f856baffd72742d2287f75df5c2c5dff07a73 (diff) | |
download | librambutan-4197727c10c0a6bb01034458754376104c9ec7e8.tar.gz librambutan-4197727c10c0a6bb01034458754376104c9ec7e8.zip |
minor mods to adjust the driver number and the vendor product id's (serial port now 1eaf:0004) and fixed a bug in reset.py,
added a no-delay usb serial loop to main.cpp as an example. has no problem at 115200 in minicom!
Diffstat (limited to 'notes/45-maple.rules')
-rw-r--r-- | notes/45-maple.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/notes/45-maple.rules b/notes/45-maple.rules index e3032b9..c2e6c56 100644 --- a/notes/45-maple.rules +++ b/notes/45-maple.rules @@ -3,5 +3,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" SYSFS{idProduct}=="0003", SYSFS{idVendor}=="1EAF", MODE="664", GROUP="plugdev" +SYSFS{idProduct}=="0004", SYSFS{idVendor}=="1EAF", MODE="664", GROUP="plugdev" LABEL="maple_rules_end" |