mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-23 00:20:43 +01:00
fix: add apple m2 keyboard quirks
this fix dwt https://github.com/AsahiLinux/linux/issues/103 Signed-off-by: Cyril Levis <git@levis.name>
This commit is contained in:
parent
6e1be53df5
commit
32c9bdcccc
1 changed files with 6 additions and 0 deletions
|
|
@ -114,6 +114,12 @@ AttrSizeHint=104x75
|
|||
AttrTouchSizeRange=150:130
|
||||
AttrPalmSizeThreshold=1600
|
||||
|
||||
[Apple Laptop Keyboard (MTP)]
|
||||
MatchUdevType=keyboard
|
||||
MatchName=Apple*MTP*
|
||||
MatchVendor=0x5AC
|
||||
AttrKeyboardIntegration=internal
|
||||
|
||||
# The Linux applespi driver currently uses the Synaptics vendor for some reason
|
||||
[Apple Laptop Touchpad (SPI)]
|
||||
MatchUdevType=touchpad
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue