blob: c43d2dba7dfcabea32dc8e1c10e4c949e9c17857 [file] [log] [blame]
Aaron Durbinf6933a62012-10-30 09:09:39 -05001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2011 Google Inc.
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.
Aaron Durbinf6933a62012-10-30 09:09:39 -050015 */
16
17Device (PWRB)
18{
19 Name(_HID, EisaId("PNP0C0C"))
20
21 // Wake
22 Name(_PRW, Package(){0x1d, 0x05})
23}