tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / roda / rk9 / acpi / mainboard.asl
blob892637d45b1edea0ef4297a470a6105c42dffa19
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 2007-2009 coresystems GmbH
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License as
8  * published by the Free Software Foundation; version 2 of
9  * the License.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  */
17 Device (LID0)
19         Name(_HID, EisaId("PNP0C0D"))
20         Method(_LID, 0)
21         {
22                 Return (\_SB.PCI0.LPCB.EC0.LIDC)
23         }
26 Device (SLPB)
28         Name(_HID, EisaId("PNP0C0E"))
31 Device (PWRB)
33         Name(_HID, EisaId("PNP0C0C"))
35         // Wake
36         Name(_PRW, Package(){0x18, 0x04})
39 #include "acpi/battery.asl"