Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix udev rule syntax in HelpConnection
- Corrected attribute syntax from `ATTR` to `ATTRS` for `idVendor` and `idProduct` in udev rules generation within `HelpConnection.js`. This change ensures proper device identification and access on Linux systems. "The singular form of udev criteria (KERNEL, SUBSYSTEM, DRIVER, ATTR) only match the device being added, whereas the plural forms (including ATTRS) match the device being added or any of its parent devices." per https://unix.stackexchange.com/questions/424727/difference-between-attrs-and-attr-in-udev-rules
- Loading branch information