Add framework for registering custom udev rules

This commit is contained in:
Adam Honse committed 2026-08-20 10:38:57 -05:00
1 parent 33854f8886
commit c5befc354b
6 files changed
+69 -1

No files matched your search

@@ -139,4 +139,6 @@ DetectedControllers DetectValveSteamMachineControllers()
return(detected_controllers);
}
REGISTER_DETECTOR("Valve Steam Machine", DetectValveSteamMachineControllers);
REGISTER_DETECTOR("Valve Steam Machine", DetectValveSteamMachineControllers);
REGISTER_CUSTOM_UDEV_RULE(valve_steam, "Valve Steam Machine", "SUBSYSTEM==\"leds\", KERNEL==\"valve-leds[0-9]*\", TAG+=\"uaccess\"");