Skip to content

Commit 0fe117c

Browse files
author
星空
committed
使用更新现代化的方式定制USB端口,优化Config.plist与Kexts
1 parent a1a09ed commit 0fe117c

28 files changed

Lines changed: 368 additions & 2157 deletions

File tree

EFI/OC/ACPI/SSDT-XOSI.aml

68 Bytes
Binary file not shown.

EFI/OC/ACPI/dsl/SSDT-XOSI.dsl

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@ DefinitionBlock ("", "SSDT", 2, "XK746", "XOSI", 0x00001000) {
22
Method (XOSI, 1, NotSerialized) {
33
Store (
44
Package () {
5-
"Windows 2001", // Windows XP
6-
"Windows 2001 SP1", // Windows XP SP1
7-
"Windows 2001 SP2", // Windows XP SP2
8-
"Windows 2001.1", // Windows Server 2003
9-
"Windows 2006", // Windows Vista
10-
"Windows 2009", // Windows 7, Win Server 2008 R2
11-
"Windows 2012", // Windows 8, Win Server 2012
12-
"Windows 2013", // Windows 8.1
13-
"Windows 2015" // Windows 10
14-
},
5+
"Windows 2000", // Windows 2000
6+
"Windows 2001", // Windows XP
7+
"Windows 2001 SP1", // Windows XP SP1
8+
"Windows 2001.1", // Windows Server 2003
9+
"Windows 2001 SP2", // Windows XP SP2
10+
"Windows 2001.1 SP1", // Windows Server 2003 SP1
11+
"Windows 2006", // Windows Vista
12+
"Windows 2006 SP1", // Windows Vista SP1
13+
"Windows 2006.1", // Windows Server 2008
14+
"Windows 2009", // Windows 7, Win Server 2008 R2
15+
"Windows 2012", // Windows 8, Win Server 2012
16+
"Windows 2013", // Windows 8.1
17+
"Windows 2015" // Windows 10
18+
},
1519
Local0
1620
)
1721

0 commit comments

Comments
 (0)