mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-01 10:30:45 +02:00
quirks: add positivo vaio fe15 right button
Signed-off-by: David Santamaría Rogado <howl.nsp@gmail.com> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1458>
This commit is contained in:
parent
488c0c9645
commit
7face63bd5
1 changed files with 11 additions and 0 deletions
11
quirks/50-system-positivo.quirks
Normal file
11
quirks/50-system-positivo.quirks
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
# Most Pixart Touchpad (093A:0255) devices don't have buttons so we remove right
|
||||
# button in 30-vendor-pixart.quirks, but this one does.
|
||||
[Positivo VAIO FE15 Touchpad]
|
||||
MatchBus=i2c
|
||||
MatchVendor=0x093A
|
||||
MatchProduct=0x0255
|
||||
MatchUdevType=touchpad
|
||||
MatchDMIModalias=dmi:*:svnPositivoBahia-VAIO:pnVJFE59F11X-*:*
|
||||
AttrEventCode=+BTN_RIGHT
|
||||
Loading…
Add table
Reference in a new issue