feat(reimaden): add platform support kernel module

This commit is contained in:
514fpv 2024-02-14 03:23:48 +08:00
parent db2f6674bc
commit 61ca8a45cf
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
26 changed files with 2071 additions and 0 deletions

24
spec/reimaden/ac71/wmi.h Normal file
View file

@ -0,0 +1,24 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef AC71_LAPTOP_WMI_H
#define AC71_LAPTOP_WMI_H
/* ========================================================================== */
/* WMI methods */
/* AcpiTest_MULong */
#define AC71_WMI_WMBC_GUID "ABBC0F6F-8EA1-11D1-00A0-C90629100000"
#define AC71_WMBC_GETSETULONG_ID 4
/* ========================================================================== */
/* WMI events */
/* AcpiTest_EventULong */
#define AC71_WMI_EVENT0_GUID "ABBC0F72-8EA1-11D1-00A0-C90629100000"
/* AcpiTest_EventString */
#define AC71_WMI_EVENT1_GUID "ABBC0F71-8EA1-11D1-00A0-C90629100000"
/* AcpiTest_EventPackage */
#define AC71_WMI_EVENT2_GUID "ABBC0F70-8EA1-11D1-00A0-C90629100000"
#endif /* AC71_LAPTOP_WMI_H */