ST rules
This commit is contained in:
parent
673738e5d2
commit
9122358489
|
@ -18,6 +18,7 @@
|
||||||
*.iml text eol=lf
|
*.iml text eol=lf
|
||||||
*.txt text eol=lf
|
*.txt text eol=lf
|
||||||
*.ini text eol=lf
|
*.ini text eol=lf
|
||||||
|
*.rules text eol=lf
|
||||||
|
|
||||||
# KiCad files
|
# KiCad files
|
||||||
*.dsn text eol=lf
|
*.dsn text eol=lf
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
# put into /etc/udev/rules.d/ to grand all users access to ST USB devices
|
||||||
|
|
||||||
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="1234", MODE="0666"
|
||||||
|
SUBSYSTEM=="usb_device", ATTRS{idVendor}=="1234", MODE="0666"
|
Loading…
Reference in New Issue