mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-28 05:20:45 +02:00
quirks: add a new Apple vendor ID for Bluetooth devices
Also, set a default AttrTouchSizeRange for Apple touchpads via Bluetooth to match the one from the USB rule. Signed-off-by: Sebastian Krzyszkowiak <dos@dosowisko.net>
This commit is contained in:
parent
657842093c
commit
a99793f256
1 changed files with 8 additions and 0 deletions
|
|
@ -14,6 +14,14 @@ MatchVendor=0x05AC
|
|||
MatchBus=bluetooth
|
||||
MatchUdevType=touchpad
|
||||
ModelAppleTouchpad=1
|
||||
AttrTouchSizeRange=150:130
|
||||
|
||||
[Apple Touchpads Bluetooth (new vendor ID)]
|
||||
MatchVendor=0x004C
|
||||
MatchBus=bluetooth
|
||||
MatchUdevType=touchpad
|
||||
ModelAppleTouchpad=1
|
||||
AttrTouchSizeRange=150:130
|
||||
|
||||
[Apple Internal Keyboard]
|
||||
MatchName=*Apple Inc. Apple Internal Keyboard*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue