mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-06-17 06:48:28 +02:00
quirks: refactor pixart touchpads
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1401>
This commit is contained in:
parent
02b495e790
commit
1e9b81f75d
6 changed files with 30 additions and 33 deletions
28
quirks/30-vendor-pixart.quirks
Normal file
28
quirks/30-vendor-pixart.quirks
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
# GPD Win Max - All versions
|
||||
# TongFang GX4 (X4SP4NAL)
|
||||
[Pixart Touchpad (093A:0255)]
|
||||
MatchBus=i2c
|
||||
MatchUdevType=touchpad
|
||||
MatchVendor=0x093A
|
||||
MatchProduct=0x0255
|
||||
AttrEventCode=-BTN_RIGHT
|
||||
|
||||
# Framework Laptop
|
||||
# PCSpecialist Recoil 17
|
||||
[Pixart Touchpad (093A:0274)]
|
||||
MatchBus=i2c
|
||||
MatchUdevType=touchpad
|
||||
MatchVendor=0x093A
|
||||
MatchProduct=0x0274
|
||||
AttrEventCode=-BTN_RIGHT
|
||||
|
||||
# Chuwi AeroBook Plus
|
||||
# Chuwi Gemibook
|
||||
[Pixart Touchpad (093A:1336)]
|
||||
MatchBus=i2c
|
||||
MatchUdevType=touchpad
|
||||
MatchVendor=0x093A
|
||||
MatchProduct=0x1336
|
||||
AttrEventCode=-BTN_RIGHT
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
# Tested on PCSpecialist Recoil 17
|
||||
[Uniwill Touchpad]
|
||||
MatchUdevType=touchpad
|
||||
MatchBus=i2c
|
||||
MatchVendor=0x093A
|
||||
MatchProduct=0x0274
|
||||
AttrEventCode=-BTN_RIGHT
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
[Chuwi Gemibook]
|
||||
MatchName=HTIX5288:00 093A:1336 Touchpad
|
||||
MatchUdevType=touchpad
|
||||
AttrEventCode=-BTN_RIGHT
|
||||
|
||||
[Chuwi AeroBook Plus]
|
||||
MatchName=SYNA3602:01 093A:1336 Touchpad
|
||||
MatchUdevType=touchpad
|
||||
AttrEventCode=-BTN_RIGHT
|
||||
|
|
@ -1,8 +1,4 @@
|
|||
[Framework Laptop Touchpad]
|
||||
MatchName=PIXA3854:00 093A:0274 Touchpad
|
||||
MatchUdevType=touchpad
|
||||
MatchDMIModalias=dmi:*svnFramework:pnLaptop*
|
||||
AttrEventCode=-BTN_RIGHT
|
||||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
[Framework Laptop 16 Keyboard Module]
|
||||
MatchName=Framework Laptop 16 Keyboard Module*
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
[GPD Win Max - All versions]
|
||||
MatchName=HTIX5288:00 093A:0255 Touchpad
|
||||
MatchUdevType=touchpad
|
||||
MatchDMIModalias=dmi:*svnGPD:*pnG1619-*
|
||||
AttrEventCode=-BTN_RIGHT
|
||||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
[GPD MicroPC 2 Touchpad]
|
||||
MatchName=ALPS0001:00 36B6:C001 Touchpad
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
[TongFang GX4 (X4SP4NAL) Touchpad]
|
||||
MatchName=UNIW0001:00 093A:0255 Touchpad
|
||||
MatchUdevType=touchpad
|
||||
MatchDMIModalias=dmi:*svnAiStone:pnX4SP4NAL:*
|
||||
AttrEventCode=-BTN_RIGHT
|
||||
Loading…
Add table
Reference in a new issue