From cfa4d1904ed8d4925184c642f820fe2dd5126702 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Fri, 17 Jul 2015 21:04:54 -0400 Subject: [PATCH] Add 60-evdev.hwdb, remove 70-touchpad.hwdb --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1e84ea5..18e42ad 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,8 @@ INSTALL_TARGETS-$(UDEV) += install-hwdb SYSTEMD_SOURCE = https://github.com/systemd/systemd/raw/master/hwdb UDEV_FILES = 20-acpi-vendor.hwdb 20-bluetooth-vendor-product.hwdb -UDEV_FILES += 20-net-ifname.hwdb 60-keyboard.hwdb 70-mouse.hwdb -UDEV_FILES += 70-pointingstick.hwdb 70-touchpad.hwdb +UDEV_FILES += 20-net-ifname.hwdb 60-evdev.hwdb 60-keyboard.hwdb 70-mouse.hwdb +UDEV_FILES += 70-pointingstick.hwdb all: $(ALL_TARGETS-yes) -- 2.25.1