platform/x86: dell-privacy: Fix SW_CAMERA_LENS_COVER reporting
authorHans de Goede <hdegoede@redhat.com>
Wed, 21 Dec 2022 22:07:23 +0000 (23:07 +0100)
committerHans de Goede <hdegoede@redhat.com>
Thu, 12 Jan 2023 18:40:19 +0000 (19:40 +0100)
commit1af7fef0d9d3fa075bf4e850f705df1fe97d33ce
tree68d33ab49ffa9254be0d32e3f7b721f46e629a62
parent01fd7e7851ba2275662f771ee17d1f80e7bbfa52
platform/x86: dell-privacy: Fix SW_CAMERA_LENS_COVER reporting

Use KE_VSW instead of KE_SW for the SW_CAMERA_LENS_COVER key_entry
and get the value of the switch from the status field when handling
SW_CAMERA_LENS_COVER events, instead of always reporting 0.

Also correctly set the initial SW_CAMERA_LENS_COVER value.

Fixes: 8af9fa37b8a3 ("platform/x86: dell-privacy: Add support for Dell hardware privacy")
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20221221220724.119594-1-hdegoede@redhat.com
drivers/platform/x86/dell/dell-wmi-privacy.c