5 lines
213 B
Plaintext
5 lines
213 B
Plaintext
|
# Sample udev rule for ttyUSB devices used by cheap GPS hardware (for use with
|
||
|
# gpsd) such as a PL2303 USB-Serial adapter.
|
||
|
|
||
|
KERNEL=="ttyUSB[0-9]*", NAME="tts/USB%n", SYMLINK="ttyUSB%n", GROUP="tty", MODE="0660"
|