mirror of
https://github.com/armbian/build.git
synced 2025-08-15 15:46:58 +02:00
6 lines
287 B
Plaintext
6 lines
287 B
Plaintext
# Handle AXP power button with systemd
|
|
ACTION=="remove", GOTO="power_switch_end"
|
|
SUBSYSTEM=="input", KERNEL=="event*", ATTRS{name}=="axp20x-pek", TAG+="power-switch"
|
|
SUBSYSTEM=="input", KERNEL=="event*", ATTRS{name}=="axp[12][890]-supplyer", TAG+="power-switch"
|
|
LABEL="power_switch_end"
|