mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
5 lines
236 B
Text
5 lines
236 B
Text
SUBSYSTEM!="switch", GOTO="dp_end"
|
|
KERNEL!="dp", GOTO="dp_end"
|
|
ATTRS{state}=="1", TEST=="/usr/bin/dock-hotplug", RUN+="/usr/bin/dock-hotplug"
|
|
ATTRS{state}=="0", TEST=="/usr/bin/dock-hotplug", RUN+="/usr/bin/dock-hotplug"
|
|
LABEL="dp_end"
|