Talk:Hardware/Framework/Laptop 16

From NixOS Wiki
Revision as of 20:23, 29 June 2024 by Betalars (talk | contribs) (→‎improving the udev rule section: new section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Latest comment: 29 June by Betalars in topic improving the udev rule section

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