Added conbee udev rule

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-10-27 14:03:05 +02:00
parent c7ad99f5fe
commit 57b4e7e5ca
2 changed files with 5 additions and 0 deletions

View file

@ -92,6 +92,9 @@ dotfiles:
f_rc-manager.conf:
src: etc/NetworkManager/conf.d/rc-manager.conf
dst: /etc/NetworkManager/conf.d/rc-manager.conf
f_99-conbee-usb-serial.rules:
src: etc/udev/rules.d/99-conbee-usb-serial.rules
dst: /etc/udev/rules.d/99-conbee-usb-serial.rules
profiles:
locale:
dotfiles:
@ -125,6 +128,7 @@ profiles:
- f_99-sysctl.conf
- f_override.conf
- f_rc-manager.conf
- f_99-conbee-usb-serial.rules
include:
- locale
- pacman

View file

@ -0,0 +1 @@
SUBSYSTEM=="tty", ATTRS{idVendor}=="1cf1", ATTRS{idProduct}=="0030", SYMLINK+="ttyUSB.CONBEE"