Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit f80067e

Browse files
authored
Change Battery Name via SSDT-BATTNAME.dsl
1 parent 4dc5c0c commit f80067e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
DefinitionBlock ("", "SSDT", 2, "hack", "BATTNAME", 0x00000000)
3+
{
4+
Name (_SB.PCI0.LPCB.EC.BAT0._BIF.PBIF, Package (0x0D)
5+
{
6+
Zero,
7+
0xFFFFFFFF,
8+
0xFFFFFFFF,
9+
One,
10+
0xFFFFFFFF,
11+
Zero,
12+
Zero,
13+
0x64,
14+
Zero,
15+
"AIUU0",
16+
"BAT20101001",
17+
"Li Polymer",
18+
"Lenovo V3000"
19+
})
20+
}
21+

0 commit comments

Comments
 (0)