Added conbee udev rule
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
3740da12b2
commit
c4a6be008a
2 changed files with 5 additions and 0 deletions
|
@ -92,6 +92,9 @@ dotfiles:
|
||||||
f_rc-manager.conf:
|
f_rc-manager.conf:
|
||||||
src: etc/NetworkManager/conf.d/rc-manager.conf
|
src: etc/NetworkManager/conf.d/rc-manager.conf
|
||||||
dst: /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:
|
profiles:
|
||||||
locale:
|
locale:
|
||||||
dotfiles:
|
dotfiles:
|
||||||
|
@ -125,6 +128,7 @@ profiles:
|
||||||
- f_99-sysctl.conf
|
- f_99-sysctl.conf
|
||||||
- f_override.conf
|
- f_override.conf
|
||||||
- f_rc-manager.conf
|
- f_rc-manager.conf
|
||||||
|
- f_99-conbee-usb-serial.rules
|
||||||
include:
|
include:
|
||||||
- locale
|
- locale
|
||||||
- pacman
|
- pacman
|
||||||
|
|
1
root/etc/udev/rules.d/99-conbee-usb-serial.rules
Normal file
1
root/etc/udev/rules.d/99-conbee-usb-serial.rules
Normal file
|
@ -0,0 +1 @@
|
||||||
|
SUBSYSTEM=="tty", ATTRS{idVendor}=="1cf1", ATTRS{idProduct}=="0030", SYMLINK+="ttyUSB.CONBEE"
|
Loading…
Add table
Add a link
Reference in a new issue