mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-08 13:10:37 +00:00
Added conbee udev rule
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
3740da12b2
commit
c4a6be008a
@ -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
|
||||
|
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…
Reference in New Issue
Block a user