Skip to content

Commit

Permalink
hwmon: (asus-ec-sensors) autoload module via DMI data
Browse files Browse the repository at this point in the history
Replace autoloading data based on the ACPI EC device with the DMI
records for motherboards models. The ACPI method created a bug that when
this driver returns error from the probe function because of the
unsupported motherboard model, the ACPI subsystem concludes
that the EC device does not work properly.

Fixes: 5cd2901 ("hwmon: (asus-ec-sensors) introduce ec_board_info struct for board data")
Bug: https://bugzilla.kernel.org/show_bug.cgi?id=216412
Bug: https://bugzilla.redhat.com/show_bug.cgi?id=2121844
Signed-off-by: Eugene Shalygin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Cc: [email protected]
Signed-off-by: Guenter Roeck <[email protected]>
  • Loading branch information
zeule authored and groeck committed Sep 9, 2022
1 parent e43212e commit 88700d1
Showing 1 changed file with 222 additions and 186 deletions.
Loading

0 comments on commit 88700d1

Please sign in to comment.