blob: 21449a26eeaab0c422018a1312258b012d11bf01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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", GROUP:="uucp", MODE:="0660"
KERNEL=="ttyACM*", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0753", GROUP:="uucp", MODE:="0660", ENV{ID_MM_DEVICE_IGNORE}="1"
#
|