platform/x86/intel/hid: Add HP Dragonfly G2 to VGBS DMI quirks
authorMaxim Mikityanskiy <maxtram95@gmail.com>
Sun, 16 Jul 2023 18:32:13 +0000 (21:32 +0300)
committerHans de Goede <hdegoede@redhat.com>
Tue, 25 Jul 2023 13:30:33 +0000 (15:30 +0200)
commit7783e97f8558ad7a4d1748922461bc88483fbcdf
treef3339223337ff6cf7bb2aa649932bbf4e74f6a08
parente3ab18de2b09361d6f0e4aafb9cfd6d002ce43a1
platform/x86/intel/hid: Add HP Dragonfly G2 to VGBS DMI quirks

HP Elite Dragonfly G2 (a convertible laptop/tablet) has a reliable VGBS
method. If VGBS is not called on boot, the firmware sends an initial
0xcd event shortly after calling the BTNL method, but only if the device
is booted in the laptop mode. However, if the device is booted in the
tablet mode and VGBS is not called, there is no initial 0xcc event, and
the input device for SW_TABLET_MODE is not registered up until the user
turns the device into the laptop mode.

Call VGBS on boot on this device to get the initial state of
SW_TABLET_MODE in a reliable way.

Tested with BIOS 1.13.1.

Signed-off-by: Maxim Mikityanskiy <maxtram95@gmail.com>
Link: https://lore.kernel.org/r/20230716183213.64173-1-maxtram95@gmail.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/intel/hid.c