mirror of
https://github.com/6-robot/wpb_home.git
synced 2025-09-15 12:58:59 +08:00
5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
# udev rule for ftdi
|
|
#
|
|
KERNEL=="ttyUSB*", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE:="0777", SYMLINK+="ftdi"
|
|
|