Skip to content

Commit

Permalink
[udev] restore low latency ftdi operation
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Sep 12, 2020
1 parent 4ac475d commit 20f356e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kobuki_ftdi/57-kobuki.rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# On precise, for some reason, USER and GROUP are getting ignored.
# So setting mode = 0666 for now.
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTRS{serial}=="kobuki*", MODE:="0666", GROUP:="dialout", SYMLINK+="kobuki"
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTRS{serial}=="kobuki*", ATTR{device/latency_timer}="1", MODE:="0666", GROUP:="dialout", SYMLINK+="kobuki"
# Bluetooth module (currently not supported and may have problems)
# SUBSYSTEM=="tty", ATTRS{address}=="00:00:00:41:48:22", MODE:="0666", GROUP:="dialout", SYMLINK+="kobuki"

5 changes: 5 additions & 0 deletions kobuki_ftdi/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========


Forthcoming
-----------
* [udev] restore low latency timer for ftdi operation

0.7.8 (2017-04-02)
------------------
* debian postinstall script for kobuki's udev rule
Expand Down

0 comments on commit 20f356e

Please sign in to comment.