mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 17:00:31 +00:00
[INF]
correctly handle ACPI\ACPI0003 as AcAdapter svn path=/trunk/; revision=67039
This commit is contained in:
parent
dae118ec51
commit
aca71f990a
1 changed files with 13 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
; BATTERY.INF
|
||||
; BATTERY.INF
|
||||
|
||||
[Version]
|
||||
Signature = "$Windows NT$"
|
||||
|
@ -30,11 +30,22 @@ HKR, , Installer32, 0, "batt.dll,BatteryClassInstall"
|
|||
|
||||
[GenericMfg]
|
||||
%ACPI\PNP0C0A.DeviceDesc% = CmBatt,ACPI\PNP0C0A
|
||||
%ACPI\ACPI0003.DeviceDesc% = CmBatt,ACPI\ACPI0003
|
||||
%ACPI\ACPI0003.DeviceDesc% = AcAdapter,ACPI\ACPI0003
|
||||
|
||||
[AcAdapter]
|
||||
AddReg=AcAdapter_Addreg
|
||||
CopyFiles = CmBatt_CopyFiles
|
||||
|
||||
[AcAdapter_Addreg]
|
||||
HKR,,PowerSourceType,%REG_BINARY%,01,00,00,00
|
||||
|
||||
[CmBatt]
|
||||
AddReg=CmBatt_Addreg
|
||||
CopyFiles = CmBatt_CopyFiles
|
||||
|
||||
[CmBatt_Addreg]
|
||||
HKR,,PowerSourceType,%REG_BINARY%,00,00,00,00
|
||||
|
||||
[CmBatt_CopyFiles]
|
||||
cmbatt.sys
|
||||
battc.sys
|
||||
|
|
Loading…
Reference in a new issue