All public logs

Jump to navigation Jump to search

Combined display of all available logs of chriesibaum wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:11, 6 August 2025 PTH talk contribs created page Udev rules for serial devices to make names fixed (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...")