提交 4465857d 编写于 作者: M Mattia Dongili 提交者: Len Brown

sony_acpi: Add lanpower and audiopower controls

audiopower works well on my SZ72B so it's not marked has "debug" while lanpower
has at least one report of not resuming power happily so morked as "debug"
Signed-off-by: NMattia Dongili <malattia@linux.it>
Signed-off-by: NLen Brown <len.brown@intel.com>
上级 05e2d827
......@@ -102,10 +102,26 @@ static struct sony_acpi_value {
.name = "cdpower",
.acpiget = "GCDP",
.acpiset = "SCDP",
.min = -1,
.max = -1,
.min = 0,
.max = 1,
.debug = 0,
},
{
.name = "audiopower",
.acpiget = "GAZP",
.acpiset = "AZPW",
.min = 0,
.max = 1,
.debug = 0,
},
{
.name = "lanpower",
.acpiget = "GLNP",
.acpiset = "LNPW",
.min = 0,
.max = 1,
.debug = 1,
},
{
.name = "PID",
.acpiget = "GPID",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册