1 /* SPDX-License-Identifier: GPL-2.0-only */
6 Name (_HID, EISAID("PNP0A05"))
11 Name(_HID, EISAID("PNP0501"))
17 // always enable for now
23 Return(ResourceTemplate() {
24 IO(Decode16, 0x3f8, 0x3f8, 0x8, 0x8)
28 // Some methods need an implementation here:
29 // missing: _STA, _DIS, _CRS, _PRS,
30 // missing: _SRS, _PS0, _PS3
35 Name(_HID, EISAID("PNP0501"))
41 // always enable for now
47 Return(ResourceTemplate() {
48 IO(Decode16, 0x2f8, 0x2f8, 0x8, 0x8)
52 // Some methods need an implementation here:
53 // missing: _STA, _DIS, _CRS, _PRS,
54 // missing: _SRS, _PS0, _PS3