diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-25 14:47:56 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-05-20 13:32:18 +0300 |
commit | 0a76fd8e8d202dcaabc714850205d5d75c9b8271 (patch) | |
tree | ff273318b169ca8c3e0c800389070eab1d2e046e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | c343a51e167807ec8b1d8d28fe2a83045131a10f (diff) | |
download | linux-0a76fd8e8d202dcaabc714850205d5d75c9b8271.tar.xz |
media: atomisp: add Asus Transform T101HA ACPI vars
Those were extracted from an ACPI dump:
* Original Table Header:
* Signature "DSDT"
* Length 0x0001A0BD (106685)
* Revision 0x02
* Checksum 0x76
* OEM ID "_ASUS_"
* OEM Table ID "Notebook"
* OEM Revision 0x01072009 (17244169)
* Compiler ID "INTL"
* Compiler Version 0x20120913 (538052883)
*/
DefinitionBlock ("", "DSDT", 2, "_ASUS_", "Notebook", 0x01072009)
...
Local0 = Package (0x12)
{
"CamId",
"ov2680",
"CamType",
"1",
"CsiPort",
"0",
"CsiLanes",
"1",
"CsiFmt",
"15",
"CsiBayer",
"0",
"CamClk",
"1",
"Regulator1p8v",
"0",
"Regulator2p8v",
"0"
}
Note: the DMI_MATCH() line probably needs to be tweaked.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions