diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2016-08-09 08:58:19 +1000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-08-09 00:58:19 +0200 |
commit | 9c067923cb4c629cdfe8dee467935db91a3190ad (patch) | |
tree | 7eda33ea328393cdccb71cdf37ef1604c1688376 /hwdb | |
parent | 87da8a864fd2173e176eb8b2f09b27711f1d3b5e (diff) |
hwdb: fix duplicate entry for Apple touchpads (#3921)
Copy-paste error, correct IDs from the kernel's drivers/input/mouse/bcm5974.c
Fixes: https://github.com/systemd/systemd/pull/3906/
Diffstat (limited to 'hwdb')
-rw-r--r-- | hwdb/60-evdev.hwdb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hwdb/60-evdev.hwdb b/hwdb/60-evdev.hwdb index d4cd61c24d..4d14a6a2f4 100644 --- a/hwdb/60-evdev.hwdb +++ b/hwdb/60-evdev.hwdb @@ -76,9 +76,9 @@ evdev:input:b0003v05ACp0254* EVDEV_ABS_36=::92 # MacbookPro10,1 (unibody, June 2012) -evdev:input:b0003v05ACp0259* -evdev:input:b0003v05ACp025A* -evdev:input:b0003v05ACp025B* +evdev:input:b0003v05ACp0262* +evdev:input:b0003v05ACp0263* +evdev:input:b0003v05ACp0264* # MacbookPro10,2 (unibody, October 2012) evdev:input:b0003v05ACp0259* evdev:input:b0003v05ACp025A* |