-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path80-pixhawk.rules
23 lines (17 loc) · 1.12 KB
/
80-pixhawk.rules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# udev rules for Pixhawk
# Pixhawk Autopilots
# ------------------
# Pixracer (and probably others with PX4 installed)
SUBSYSTEM=="tty", ATTRS{manufacturer}=="3D Robotics", ATTRS{product}=="PX4 FMU*", SYMLINK+="ttyPixhawk"
# Pixracer, Pixhawk 4 (and probably others with ArduPilot installed)
SUBSYSTEM=="tty", ATTRS{manufacturer}=="ArduPilot", ATTRS{product}=="Pix*", SYMLINK+="ttyPixhawk"
# Pixhawk 4 (ArduPilot)
SUBSYSTEM=="tty", ATTRS{manufacturer}=="ArduPilot", ATTRS{product}=="Pixhawk4", SYMLINK+="ttyPixhawk"
# Generic FTDI Adaptors
SUBSYSTEM=="tty", ATTRS{manufacturer}=="FTDI", ATTRS{product}=="TTL232R-3V3", ATTRS{serial}=="FTFMF4KI", SYMLINK+="ttyPixhawk"
SUBSYSTEM=="tty", ATTRS{manufacturer}=="FTDI", ATTRS{product}=="TTL232R-3V3", ATTRS{serial}=="FTFMEX1F", SYMLINK+="ttyPixhawk"
SUBSYSTEM=="tty", ATTRS{manufacturer}=="FTDI", ATTRS{product}=="TTL232R-3V3", ATTRS{serial}=="FTADJEJY", SYMLINK+="ttyPixhawk"
SUBSYSTEM=="tty", ATTRS{manufacturer}=="FTDI", ATTRS{product}=="TTL232R-3V3", ATTRS{serial}=="FTFMEVYD", SYMLINK+="ttyPixhawk"
# Radios
# ----------
SUBSYSTEM=="tty", ATTRS{manufacturer}=="Silicon Labs", SYMLINK+="ttySiK"