From 7b2e8df143fe94742d67271ec39c460f2d3b12dc Mon Sep 17 00:00:00 2001 From: Helga K Date: Sun, 18 Jan 2026 13:55:00 +0400 Subject: [PATCH] quirks: Add quirk for Gigabyte Aorus 15BKF keyboard This keyboard sits on the USB bus, so it's considered an external keyboard by default. This commit changes that to internal so that DWT detection on the laptop touchpad works. (cherry picked from commit cc1499fbb3100c29a300d38bdf3c2776edeaf804) Part-of: --- quirks/50-system-gigabyte.quirks | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/quirks/50-system-gigabyte.quirks b/quirks/50-system-gigabyte.quirks index b30f9603..5879cae0 100644 --- a/quirks/50-system-gigabyte.quirks +++ b/quirks/50-system-gigabyte.quirks @@ -3,3 +3,11 @@ MatchUdevType=touchpad MatchName=ETPS/2 Elantech Touchpad MatchDMIModalias=dmi:*svnGIGABYTE:pnAERO15-XA* AttrPalmSizeThreshold=800 + +[Gigabyte Aorus15BKF keyboard] +MatchUdevType=keyboard +MatchBus=usb +MatchVendor=0x0414 +MatchProduct=0x7A44 +MatchDMIModalias=dmi:*:svnGIGABYTE:pnAORUS15BKF:* +AttrKeyboardIntegration=internal