mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-13 05:39:07 -04:00
Add framework for registering custom udev rules
This commit is contained in:
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\"");
|
||||
Reference in new issue
Block a user