mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 20:30:27 +01: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]
|
||||
MatchUdevType=touchpad
|
||||
MatchName=ACPI0C50:00 18D1:5028
|
||||
MatchName=ACPI0C50:00 18D1:5028*
|
||||
MatchDMIModalias=dmi:*svnGoogle:pnEve*
|
||||
ModelChromebook=1
|
||||
AttrPressureRange=6:4
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ ModelHPPavilionDM4Touchpad=1
|
|||
# Touchpad is a clickpad but INPUT_PROP_BUTTONPAD is not set, see
|
||||
# https://bugs.freedesktop.org/show_bug.cgi?id=97147
|
||||
[HP Stream 11]
|
||||
MatchName=SYN1EDE:00 06CB:7442
|
||||
MatchName=SYN1EDE:00 06CB:7442*
|
||||
MatchDMIModalias=dmi:*svnHewlett-Packard:pnHPStreamNotebookPC11*
|
||||
AttrInputPropEnable=INPUT_PROP_BUTTONPAD
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue