1
0
Fork 0
mirror of https://github.com/tylernguyen/x1c6-hackintosh.git synced 2025-02-05 09:33:13 -06:00
x1c6-hackintosh/patches/SSDT-RMCF-PS2Map-LenovoIWL.dsl

31 lines
No EOL
725 B
Text

//
DefinitionBlock ("", "SSDT", 2, "hack", "RMCF", 0)
{
External(_SB.PCI0.LPCB.KBD, DeviceObj)
Scope (_SB.PCI0.LPCB.KBD)
{
Name (RMCF,Package()
{
"Keyboard", Package()
{
"Custom PS2 Map", Package()
{
Package(){},
"e037=e022"
},
"Custom ADB Map", Package()
{
Package(){},
"46=80",
"e045=80",
"e04e=4d",
"e003=42",
"e04c=6b",
"e054=71"
}
}
})
}
}
//EOF