mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-08 06:38:02 +02:00
quirks: speed up the TrackPoint on the IBM USB UltraNav keyboard a bit
By default it's unbearably slow.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
(cherry picked from commit b31d842ac3)
This commit is contained in:
parent
be5c7723b2
commit
cbbac5ebd0
1 changed files with 6 additions and 0 deletions
|
|
@ -39,3 +39,9 @@ MatchUdevType=mouse
|
||||||
MatchVendor=0x17EF
|
MatchVendor=0x17EF
|
||||||
MatchProduct=0x6049
|
MatchProduct=0x6049
|
||||||
ModelLenovoScrollPoint=1
|
ModelLenovoScrollPoint=1
|
||||||
|
|
||||||
|
[IBM USB Travel Keyboard with Ultra Nav Mouse]
|
||||||
|
MatchUdevType=pointingstick
|
||||||
|
MatchVendor=0x04B3
|
||||||
|
MatchProduct=0x301E
|
||||||
|
AttrTrackpointMultiplier=1.50
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue