mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-06 03:28:00 +02:00
quirks: add wildcard to HID-over-I2C names (for FreeBSD)
The FreeBSD HID stack adds the device type to the evdev name, so we get e.g. "ACPI0C50:00 18D1:5028 TouchPad". (Maybe this shouldn't be matched by name at all though...) Signed-off-by: Greg V <greg@unrelenting.technology>
This commit is contained in:
parent
6941f74070
commit
06697b5e85
2 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@ ModelChromebook=1
|
||||||
|
|
||||||
[Google Chromebook Eve]
|
[Google Chromebook Eve]
|
||||||
MatchUdevType=touchpad
|
MatchUdevType=touchpad
|
||||||
MatchName=ACPI0C50:00 18D1:5028
|
MatchName=ACPI0C50:00 18D1:5028*
|
||||||
MatchDMIModalias=dmi:*svnGoogle:pnEve*
|
MatchDMIModalias=dmi:*svnGoogle:pnEve*
|
||||||
ModelChromebook=1
|
ModelChromebook=1
|
||||||
AttrPressureRange=6:4
|
AttrPressureRange=6:4
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ ModelHPPavilionDM4Touchpad=1
|
||||||
# Touchpad is a clickpad but INPUT_PROP_BUTTONPAD is not set, see
|
# Touchpad is a clickpad but INPUT_PROP_BUTTONPAD is not set, see
|
||||||
# https://bugs.freedesktop.org/show_bug.cgi?id=97147
|
# https://bugs.freedesktop.org/show_bug.cgi?id=97147
|
||||||
[HP Stream 11]
|
[HP Stream 11]
|
||||||
MatchName=SYN1EDE:00 06CB:7442
|
MatchName=SYN1EDE:00 06CB:7442*
|
||||||
MatchDMIModalias=dmi:*svnHewlett-Packard:pnHPStreamNotebookPC11*
|
MatchDMIModalias=dmi:*svnHewlett-Packard:pnHPStreamNotebookPC11*
|
||||||
AttrInputPropEnable=INPUT_PROP_BUTTONPAD
|
AttrInputPropEnable=INPUT_PROP_BUTTONPAD
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue