From ab22c5b128bbfd149d49d70ce488cd6c611cfb21 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 15 Jul 2017 10:35:56 -0400 Subject: [PATCH] Add 70-joystick.hwdb --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe14a74..638e95a 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ 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-evdev.hwdb 60-keyboard.hwdb 60-sensor.hwdb -UDEV_FILES += 70-mouse.hwdb 70-pointingstick.hwdb 70-touchpad.hwdb +UDEV_FILES += 70-joystick.hwdb 70-mouse.hwdb 70-pointingstick.hwdb 70-touchpad.hwdb all: $(ALL_TARGETS-yes) -- 2.25.1