mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 09:10:04 +01:00
quirks: modify touchpad quirk for ThinkBook G7+
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1206>
This commit is contained in:
parent
ea50e1a92c
commit
8fe6cc9396
1 changed files with 9 additions and 16 deletions
|
|
@ -382,18 +382,18 @@ MatchUdevType=keyboard
|
||||||
MatchDMIModalias=dmi:*svnLENOVO:*
|
MatchDMIModalias=dmi:*svnLENOVO:*
|
||||||
AttrKeyboardIntegration=internal
|
AttrKeyboardIntegration=internal
|
||||||
|
|
||||||
# Some ThinkBook 14 G7+ ASP models come with pressure pads that were not
|
# Some ThinkBook 14/16 G7+ ASP models come with pressure pads that were not
|
||||||
# correctly declared as such.
|
# correctly declared as such.
|
||||||
[Lenovo ThinkBook 14 G7+ ASP touchpad]
|
[Lenovo ThinkBook G7+ ASP touchpad]
|
||||||
MatchName=*GXTP5100*
|
MatchName=*GXTP5100*
|
||||||
MatchDMIModalias=dmi:*svnLENOVO:*pvrThinkBook14G7+ASP*:*
|
MatchDMIModalias=dmi:*svnLENOVO:*pvrThinkBook*G7+ASP*:*
|
||||||
MatchUdevType=touchpad
|
MatchUdevType=touchpad
|
||||||
ModelPressurePad=1
|
ModelPressurePad=1
|
||||||
|
|
||||||
# The ThinkBook 14 G6+ IMH also has a similar issue as the G7+ mentioned above.
|
# The ThinkBook 14/16 G6+ IMH also has a similar issue as the G7+ mentioned above.
|
||||||
[Lenovo ThinkBook 14 G6+ IMH]
|
[Lenovo ThinkBook G6+ IMH]
|
||||||
MatchName=*GXTP5100*
|
MatchName=*GXTP5100*
|
||||||
MatchDMIModalias=dmi:*svnLENOVO:*pvrThinkBook14G6+IMH*:*
|
MatchDMIModalias=dmi:*svnLENOVO:*pvrThinkBook*G6+IMH*:*
|
||||||
MatchUdevType=touchpad
|
MatchUdevType=touchpad
|
||||||
ModelPressurePad=1
|
ModelPressurePad=1
|
||||||
|
|
||||||
|
|
@ -411,16 +411,9 @@ MatchDMIModalias=dmi:*svnLENOVO:*pvrThinkPadX9-15Gen1*:*
|
||||||
MatchUdevType=touchpad
|
MatchUdevType=touchpad
|
||||||
ModelPressurePad=1
|
ModelPressurePad=1
|
||||||
|
|
||||||
# The ThinkBook 14 G7+ IAH also has a similar issue as the ASP mentioned above.
|
# The ThinkBook 14/16 G7+ IAH also has a similar issue as the ASP mentioned above.
|
||||||
[Lenovo ThinkBook 14 G7+ IAH touchpad]
|
[Lenovo ThinkBook G7+ IAH touchpad]
|
||||||
MatchName=*GXTP5100*
|
MatchName=*GXTP5100*
|
||||||
MatchDMIModalias=dmi:*svnLENOVO:*pvrThinkBook14G7+IAH*:*
|
MatchDMIModalias=dmi:*svnLENOVO:*pvrThinkBook*G7+IAH*:*
|
||||||
MatchUdevType=touchpad
|
|
||||||
ModelPressurePad=1
|
|
||||||
|
|
||||||
# The ThinkBook 16 G7+ ASP has the same issue as the 14" model mentioned above
|
|
||||||
[Lenovo ThinkBook 16 G7+ ASP touchpad]
|
|
||||||
MatchName=*GXTP5100*
|
|
||||||
MatchDMIModalias=dmi:*svnLENOVO:*pvrThinkBook16G7+ASP*:*
|
|
||||||
MatchUdevType=touchpad
|
MatchUdevType=touchpad
|
||||||
ModelPressurePad=1
|
ModelPressurePad=1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue