From 3c13dd9ccda5badf50134621f8b6b82b1bc080ea Mon Sep 17 00:00:00 2001 From: RussianNeuroMancer Date: Fri, 30 Aug 2019 15:09:01 +0000 Subject: [PATCH] Tablet Mode Switch on HP Elite x2 1013 G3 is unreliable: https://bugzilla.kernel.org/show_bug.cgi?id=204719 https://bugzilla.kernel.org/show_bug.cgi?id=204739 Keyboard+touchpad is external: http://h10032.www1.hp.com/ctg/Manual/c06077534 (page 12) --- quirks/50-system-hp.quirks | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/quirks/50-system-hp.quirks b/quirks/50-system-hp.quirks index 3f38a5e..d76a742 100644 --- a/quirks/50-system-hp.quirks +++ b/quirks/50-system-hp.quirks @@ -41,3 +41,15 @@ MatchDMIModalias=dmi:*svnHP:pnHPSpectrex360Convertible15-bl1XX:* AttrPressureRange=55:40 AttrThumbPressureThreshold=90 AttrPalmPressureThreshold=100 + +[HP Elite x2 1013 G3 Tablet Mode Switch] +MatchName=*Intel Virtual Button* +MatchDMIModalias=dmi:*svnHP:pnHPElitex21013G3:* +ModelTabletModeSwitchUnreliable=1 + +[HP Elite x2 1013 G3 Touchpad] +MatchUdevType=touchpad +MatchBus=usb +MatchVendor=0x044E +MatchProduct=0x1221 +AttrTPKComboLayout=below \ No newline at end of file -- 2.7.4