Add support for CameraShutter (#3358)

This commit is contained in:
yinyue200
2024-11-11 02:35:43 +08:00
committed by GitHub
parent df5bdfde33
commit 000162b989
3 changed files with 41 additions and 19 deletions

View File

@@ -129,6 +129,7 @@ public class AsusACPI
public const int ScreenPadToggle = 0x00050031;
public const int ScreenPadBrightness = 0x00050032;
public const int CameraShutter = 0x00060078;
public const int CameraLed = 0x00060079;
public const int StatusLed = 0x000600C2;