You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Match the special power key input/event
ACTION=="add", SUBSYSTEM=="input", ATTRS{name}=="axp81x-supplyer", TAG+="power-switch"
# Match the touchpad and special/blue Fn-keys
# Also matches the normal keyboard but it fires no power-switch relevant events
ACTION=="add", SUBSYSTEM=="input", ATTRS{idVendor}=="258a", ATTRS{idProduct}=="000c", TAG+="power-switch"
# Match the lid/hall sensor
ACTION=="add", SUBSYSTEM=="input", ATTRS{name}=="hall", TAG+="power-switch"
The text was updated successfully, but these errors were encountered:
Gist
Copied here for convenience.
The text was updated successfully, but these errors were encountered: