summaryrefslogtreecommitdiff
path: root/modules/pc/udev/z012_mchp_tools.nix
blob: 6a778e38f61a07c734f60d9bf853c7ac0e15ba2e (plain) (blame)
1
2
3
4
5
6
7
8
{
  services.udev.extraRules = ''
    # 2017.12.15 Rules file created.

    ACTION=="add", SUBSYSTEM=="tty", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="6124", MODE="666"
    # ACTION=="add", SUBSYSTEM=="tty", KERNEL=="ttyACM[0-9]*", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="6124", MODE="0666"
  '';
}