Skip to content

Commit

Permalink
Reduce latency for FTDI chips to 1ms (default is 16ms)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Aug 5, 2024
1 parent 1b3d1a1 commit 6dd6501
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parts/robot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ SUBSYSTEM=="usb", ATTRS{idVendor}=="1bda", ATTRS{idProduct}=="0010", GROUP="$gro
SUBSYSTEM=="tty", DRIVERS=="ftdi_sio", ATTRS{interface}=="MCV4B", GROUP="$group", MODE="0666"
# SR servo board v4
SUBSYSTEM=="usb", ATTRS{idVendor}=="1bda", ATTRS{idProduct}=="0011", GROUP="$group", MODE="0666"
# Reduce latency for FTDI chips to 1ms (default is 16ms)
ACTION=="add", SUBSYSTEMS=="usb-serial", DRIVERS=="ftdi_sio", ATTR{latency_timer}="1"
EOF

# Setup KCH leds triggered by systemd
Expand Down

0 comments on commit 6dd6501

Please sign in to comment.