Jump to content

Talk:Hardware/Framework/Laptop 16: Difference between revisions

From NixOS Wiki
(No difference)

Revision as of 20:23, 29 June 2024

improving the udev rule section

I would have liked to add a udev rule for the trackpad too, but did not manage to find a working rule. This is my WIP:

ACTION=="add", SUBSYSTEM=="i2c", DRIVERS=="i2c_hid_acpi", ATTRS{idVendor}=="093a", ATTRS{idProduct}=="0274", ATTR{power/wakeup}="disabled", ATTR{driver/1-1.1.1.4/power/wakeup}="disabled"

feel free to point out the error if you can find it. Betalars (talk) 20:23, 29 June 2024 (UTC)Reply