diff options
| author | cpldcpu <cpldcpu@gmail.com> | 2013-12-17 10:06:40 +0100 |
|---|---|---|
| committer | cpldcpu <cpldcpu@gmail.com> | 2013-12-17 10:06:40 +0100 |
| commit | a44f516520527a08c251561b28ee973d4060195f (patch) | |
| tree | 4ce48f1e6762ffb12816fd7b6cd3c3e62705ef64 /commandline/49-micronucleus.rules | |
| parent | a6afba324cc7ae49b755a2786104f45aea2b290c (diff) | |
| parent | 04e0d950d18fba8af17e844f9d6d0bb868cb5981 (diff) | |
| download | micronucleus-a44f516520527a08c251561b28ee973d4060195f.tar.gz micronucleus-a44f516520527a08c251561b28ee973d4060195f.tar.bz2 micronucleus-a44f516520527a08c251561b28ee973d4060195f.zip | |
v1.10: Merging changes into testing
Diffstat (limited to 'commandline/49-micronucleus.rules')
| -rw-r--r-- | commandline/49-micronucleus.rules | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/commandline/49-micronucleus.rules b/commandline/49-micronucleus.rules new file mode 100644 index 0000000..bed33d6 --- /dev/null +++ b/commandline/49-micronucleus.rules @@ -0,0 +1,16 @@ +# UDEV Rules for Micronucleus boards including the Digispark. +# This file must be placed at: +# +# /etc/udev/rules.d/49-micronucleus.rules (preferred location) +# or +# /lib/udev/rules.d/49-micronucleus.rules (req'd on some broken systems) +# +# After this file is copied, physically unplug and reconnect the board. +# +SUBSYSTEMS=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0753", MODE:="0666" +KERNEL=="ttyACM*", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0753", MODE:="0666", ENV{ID_MM_DEVICE_IGNORE}="1" +# +# If you share your linux system with other users, or just don't like the +# idea of write permission for everybody, you can replace MODE:="0666" with +# OWNER:="yourusername" to create the device owned by you, or with +# GROUP:="somegroupname" and mange access using standard unix groups. |
