1 /* SPDX-License-Identifier: GPL-2.0-only */
3 // Scope is \_SB.PCI0.LPCB
7 Name (_HID, EisaId("PNP0A05"))
10 #ifdef SIO_EC_ENABLE_PS2K
11 Device (PS2K) // Keyboard
14 Name (_HID, EISAID("PNP0303"))
15 Name (_CID, EISAID("PNP030B"))
17 Method (_STA, 0, NotSerialized)
22 Name (_CRS, ResourceTemplate()
31 #ifdef SIO_ENABLE_PS2M
32 Device (PS2M) // Mouse
34 Name (_HID, EISAID("PNP0F13"))
36 Method (_STA, 0, NotSerialized)
41 Name (_CRS, ResourceTemplate()