mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-21 13:20:42 +01:00
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 cc1499fbb3)
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1434>
This commit is contained in:
parent
7522cb9bae
commit
7b2e8df143
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue