blob: 53390b09765931fbdcfd7f5252660ed280100623 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* SPDX-License-Identifier: GPL-2.0-only */
// Scope is \_SB.PCI0.LPCB
Device (SIO) {
Name (_HID, EisaId("PNP0A05"))
Name (_UID, 0)
// Keyboard or AUX port (a.k.a Mouse)
#ifdef SIO_EC_ENABLE_PS2K
#include <drivers/pc80/pc/ps2_controller.asl>
#endif
}
|