repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mainboard/intel/avenuecity_crb: Update full IIO configuration
[coreboot2.git]
/
src
/
mainboard
/
dell
/
e7240
/
acpi
/
ec.asl
blob
24915c22ef2757413dbd2a61edfa2c46934d6dd5
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
/* FIXME: not working yet */
4
Device(EC)
5
{
6
Name (_HID, EISAID("PNP0C09"))
7
Name (_UID, 0)
8
Name (_GPE, 39)
9
10
Method (_Q66, 0, NotSerialized)
11
{
12
Store ("EC: _Q66", Debug)
13
}
14
}