1 Star 0 Fork 0

bravoadmin/OS-X-Voodoo-PS2-Controller

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SSDT-KEY-DELL-WN09.dsl 667 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Fix for Dell breakless PS2 keys
// This SSDT selects the Dell profile in the Info.plist for VoodooPS2Keyboard.kext
// Note: the path to your ACPI keyboard object must match as specified in the SSDT
// This example assumes _SB.PCI0.LPCB.PS2K
// Other common paths are _SB.PCI0.LPCB.KBC, _SB.PCI0.LPC.KBD, etc.
DefinitionBlock ("", "SSDT", 2, "hack", "ps2dell", 0)
{
// Select Dell specific keyboard map in VoodooPS2Keyboard.kext
Method(_SB.PCI0.LPCB.PS2K._DSM, 4)
{
If (!Arg2) { Return (Buffer() { 0x03 } ) }
Return (Package()
{
"RM,oem-id", "DELL",
"RM,oem-table-id", "WN09",
})
}
}
// EOF
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bravoadmin/OS-X-Voodoo-PS2-Controller.git
git@gitee.com:bravoadmin/OS-X-Voodoo-PS2-Controller.git
bravoadmin
OS-X-Voodoo-PS2-Controller
OS-X-Voodoo-PS2-Controller
master

搜索帮助