mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-04 18:48:01 +02:00
quirks: acer add detachable keyboards
Cover Acer detachable keyboards used in Switch tablet devices to set them internal and allow DWT. Move one of them from chicony using the below method. While at it change the match for internal keyboard in Acer Spin 5 to rely of bus and type and add ':' before svn dmi match. Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1392>
This commit is contained in:
parent
130f95fd43
commit
d5110e1e68
2 changed files with 36 additions and 20 deletions
|
|
@ -1,6 +1,39 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
[Acer Spin 5]
|
||||
MatchName=AT Translated Set 2 keyboard
|
||||
MatchDMIModalias=dmi:*svnAcer:pnSpinSP513-52N:*
|
||||
[Acer Spin 5 (SP513-52N)]
|
||||
MatchBus=ps2
|
||||
MatchUdevType=keyboard
|
||||
MatchDMIModalias=dmi:*:svnAcer:pnSpinSP513-52N:*
|
||||
ModelTabletModeNoSuspend=1
|
||||
|
||||
# Input devices
|
||||
|
||||
# These ones are detachable keyboard+touchpad combos, set internal to allow DWT
|
||||
|
||||
# Acer Switch Alpha 12 (SA5-271) and (SA5-271P)
|
||||
# Acer Switch 3 (SW312-31)
|
||||
# We define the touchpad as below till the tests allow to set keyboard internal.
|
||||
[Acer Detachable Touchpad (04F2:1558)]
|
||||
MatchUdevType=touchpad
|
||||
MatchBus=usb
|
||||
MatchVendor=0x04F2
|
||||
MatchProduct=0x1558
|
||||
AttrTPKComboLayout=below
|
||||
|
||||
# Acer Switch 7 (SW713-51GNP)
|
||||
[Acer Detachable Keyboard (06CB:819E)]
|
||||
MatchUdevType=keyboard
|
||||
MatchBus=usb
|
||||
MatchVendor=0x06CB
|
||||
MatchProduct=0x819E
|
||||
AttrKeyboardIntegration=internal
|
||||
|
||||
# Acer Switch Alpha 12 (SA5-271P)
|
||||
# Acer Switch 3 (SW312-31)
|
||||
# Acer Switch 5 (SW512-52) and (SW512-52P)
|
||||
[Acer Detachable Keyboard (06CB:81A7)]
|
||||
MatchUdevType=keyboard
|
||||
MatchBus=usb
|
||||
MatchVendor=0x06CB
|
||||
MatchProduct=0x81A7
|
||||
AttrKeyboardIntegration=internal
|
||||
|
|
|
|||
|
|
@ -1,17 +0,0 @@
|
|||
# Do not edit this file, it will be overwritten on update
|
||||
|
||||
# Acer Hawaii Keyboard, uses Chicony VID
|
||||
[Acer Hawaii Keyboard]
|
||||
MatchUdevType=touchpad
|
||||
MatchBus=usb
|
||||
MatchVendor=0x04F2
|
||||
MatchProduct=0x1558
|
||||
AttrTPKComboLayout=below
|
||||
|
||||
# Lenovo MIIX 720 comes with a detachable touchpad-keyboard combo
|
||||
[Chicony Lenovo MIIX 720 Touchpad]
|
||||
MatchUdevType=touchpad
|
||||
MatchBus=usb
|
||||
MatchVendor=0x17EF
|
||||
MatchProduct=0x60A6
|
||||
AttrTPKComboLayout=below
|
||||
Loading…
Add table
Reference in a new issue