blob: 6c0f460c846f2932e05ae0b8c57701bc124eaed6 (
plain)
1
2
3
4
|
# 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"
|