mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-02 09:47:03 +03:00
hwdb: add Chromebook pixel (2015) resolution fix
The atmel driver sets a default resolution of 20 for each touchpads it creates. On this model, 10 is more appropriate. The resolution is not set for the touchscreen by the kernel, so match the name to both touchpad and touchscreen.
This commit is contained in:
parent
a58223dc37
commit
696f1dbfe1
@ -83,6 +83,17 @@ evdev:input:b0003v05ACp025b*
|
||||
EVDEV_ABS_35=::94
|
||||
EVDEV_ABS_36=::92
|
||||
|
||||
#########################################
|
||||
# Google
|
||||
#########################################
|
||||
|
||||
# Chromebook Pixel (2015) - Samus
|
||||
evdev:name:Atmel maXTouch Touch*:dmi:bvn*:bvr*:bd*:svnGOOGLE:pnSamus*
|
||||
EVDEV_ABS_00=::10
|
||||
EVDEV_ABS_01=::10
|
||||
EVDEV_ABS_35=::10
|
||||
EVDEV_ABS_36=::10
|
||||
|
||||
#########################################
|
||||
# Lenovo
|
||||
#########################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user