platform/x86: think-lmi: add missing type attribute
authorMark Pearson <mpearson-lenovo@squebb.ca>
Mon, 20 Mar 2023 00:32:18 +0000 (20:32 -0400)
committerHans de Goede <hdegoede@redhat.com>
Wed, 22 Mar 2023 14:20:20 +0000 (15:20 +0100)
commit583329dcf22e568a328a944f20427ccfc95dce01
tree2adbc23b2b65a8fe9eb28cbd27b87ce693af206f
parentb7c994f8c35e916e27c60803bb21457bc1373500
platform/x86: think-lmi: add missing type attribute

This driver was missing the mandatory type attribute...oops.

Add it in along with logic to determine whether the attribute is an
enumeration type or a string by parsing the possible_values attribute.

Upstream bug https://bugzilla.kernel.org/show_bug.cgi?id=216460

Fixes: a40cd7ef22fb ("platform/x86: think-lmi: Add WMI interface support on Lenovo platforms")
Signed-off-by: Mark Pearson <mpearson-lenovo@squebb.ca>
Link: https://lore.kernel.org/r/20230320003221.561750-1-mpearson-lenovo@squebb.ca
Reviewed-by: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/think-lmi.c