mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 04:40:05 +01:00
Quirk all StarLabs trackpads
Quirk all the StarLabs trackpads as they are all the same design, a clickpad with physical buttons that act as one button. Fixes #771. Signed-off-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
parent
e0e0e3aa8f
commit
4d26736e20
3 changed files with 6 additions and 35 deletions
0
device-
Normal file
0
device-
Normal file
|
|
@ -1,35 +0,0 @@
|
||||||
[StarBook Mk V]
|
|
||||||
MatchName=STAR0001:00 093A:0255 Touchpad
|
|
||||||
MatchUdevType=touchpad
|
|
||||||
MatchDMIModalias=dmi:*svnStarLabs:pnStarBook*
|
|
||||||
AttrEventCodeDisable=BTN_RIGHT
|
|
||||||
|
|
||||||
[StarLabTop Mk IV - coreboot firmware]
|
|
||||||
MatchName=STAR0001:00 093A:1336 Touchpad
|
|
||||||
MatchUdevType=touchpad
|
|
||||||
MatchDMIModalias=dmi:*svnStarLabs:pnLabTop*
|
|
||||||
AttrEventCodeDisable=BTN_RIGHT
|
|
||||||
|
|
||||||
[StarLabTop Mk IV - AMI firmware]
|
|
||||||
MatchName=PCT1336:00 093A:1336 Touchpad
|
|
||||||
MatchUdevType=touchpad
|
|
||||||
MatchDMIModalias=dmi:*svnStarLabs:pnLabTop*
|
|
||||||
AttrEventCodeDisable=BTN_RIGHT
|
|
||||||
|
|
||||||
[StarLite Mk IV - AMI firmware]
|
|
||||||
MatchName=HTIX5288:00 093A:0255 Touchpad
|
|
||||||
MatchUdevType=touchpad
|
|
||||||
MatchDMIModalias=dmi:*svnStarLabs:pnStarLite*
|
|
||||||
AttrEventCodeDisable=BTN_RIGHT
|
|
||||||
|
|
||||||
[StarLite Mk III - coreboot firmware]
|
|
||||||
MatchName=STAR0001:00 093A:0255 Touchpad
|
|
||||||
MatchUdevType=touchpad
|
|
||||||
MatchDMIModalias=dmi:*svnStarLabs:pnLite*
|
|
||||||
AttrEventCodeDisable=BTN_RIGHT
|
|
||||||
|
|
||||||
[StarLite Mk III - AMI firmware]
|
|
||||||
MatchName=HTIX5288:00 093A:0255 Touchpad
|
|
||||||
MatchUdevType=touchpad
|
|
||||||
MatchDMIModalias=dmi:*svnStarLabs:pnLite*
|
|
||||||
AttrEventCodeDisable=BTN_RIGHT
|
|
||||||
6
quirks/50-system-starlabs.quirks
Normal file
6
quirks/50-system-starlabs.quirks
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
[Star Labs Touchpad]
|
||||||
|
MatchName=*Touchpad
|
||||||
|
MatchUdevType=touchpad
|
||||||
|
MatchDMIModalias=dmi:*svnStarLabs:*
|
||||||
|
AttrEventCodeDisable=BTN_RIGHT
|
||||||
|
AttrInputPropEnable=INPUT_PROP_BUTTONPAD
|
||||||
Loading…
Add table
Reference in a new issue