Udev rules for serial devices to make names fixed: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 August 2025

  • curprev 15:1415:14, 6 August 2025PTH talk contribs 860 bytes +75 No edit summary
  • curprev 15:1315:13, 6 August 2025PTH talk contribs 785 bytes +179 No edit summary
  • curprev 15:1115:11, 6 August 2025PTH talk contribs 606 bytes +606 Created page with " To add a special device name to a serial device add the following udev rule to your system: <syntaxhighlight lang="sh"> /etc/udev/rules.d/99-custom_serial_dev_MT.rules </syntaxhighlight> <syntaxhighlight lang="sh"> # serial tty interface of a FTDI driven device SUBSYSTEM=="tty", ATTRS{idVendor}=="XXXX", ATTRS{idProduct}=="YYYY", ATTRS{serial}=="XXXXXXXXXX", SYMLINK+="ttyUSB_<my special dev name>" # USB gadget driver for serial devices / tty interface SUBSYSTEMS=="u..."