Skip to content
  • Hans de Goede's avatar
    quirks: Add HP stream x360 11 ModelTabletModeNoSuspend keyboard quirk · 36181294
    Hans de Goede authored and Peter Hutterer's avatar Peter Hutterer committed
    
    
    The HP stream x360 11's embedded-controller filters out events form its
    builtin keyboard when in tablet-mode itself; and it has a capacitive
    home-button (windows logo) underneath its display which also sends
    PS/2 key-events.
    
    Suspending the keyboard while in tablet-mode also disable the capacitive
    home button, which is undesirable.
    
    Add a ModelTabletModeNoSuspend quirk so that the home button keeps working
    when in tablet-mode. This can safely be done since the rest of the
    keyboard gets disabled by the embedded-controller for us.
    
    Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
    36181294