This patch extracts Managed Object Format object embedded to ACPI WMI devices, which appears some laptops like ThinkPad.
It is compiled binary form and needs extra tools to obtain human readable output. (http://github.com/pali/bmfdec)
Differential D21529
Adding WMI embedded Binary MOF object interface driver. takawata on Sep 5 2019, 3:45 AM. Authored by Tags None Referenced Files
Subscribers
Details
This patch extracts Managed Object Format object embedded to ACPI WMI devices, which appears some laptops like ThinkPad. It is compiled binary form and needs extra tools to obtain human readable output. (http://github.com/pali/bmfdec)
Diff Detail
Event TimelineComment Actions If this driver just provides a single sysctl, then I think that it would be simpler to add that sysctl to acpi_wmi. Comment Actions No features other than obtaining MOF is expected, so I add the feature in parent driver, instead of having new driver.
Comment Actions A couple more nits.
|