diff options
author | Eugeniy Meshcheryakov <eugen@debian.org> | 2011-10-04 15:14:02 +0200 |
---|---|---|
committer | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2011-10-08 23:04:27 +0200 |
commit | e42363c0f6a26522159e286e1524487863b66618 (patch) | |
tree | a45897c5710a276251983c632ad2f24bec45c4b6 /contrib | |
parent | da8ce5f2e193b8637202d56c69b22a158a12e32a (diff) |
Add udev rules for openmoko neo1973 debug board
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/openocd.udev | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/openocd.udev b/contrib/openocd.udev index c2390725..3de11c10 100644 --- a/contrib/openocd.udev +++ b/contrib/openocd.udev @@ -67,5 +67,8 @@ ATTRS{idVendor}=="0403", ATTRS{idProduct}=="c141", MODE="664", GROUP="plugdev" # Hilscher NXHX Boards ATTRS{idVendor}=="0640", ATTRS{idProduct}=="0028", MODE="664", GROUP="plugdev" +# Debug Board for Neo1973 +ATTRS{idVendor}=="1457", ATTRS{idProduct}=="5118", MODE="644", GROUP="plugdev" + LABEL="openocd_rules_end" |