Browse Source

Add 70-joystick.hwdb

Mike Gilbert 6 years ago
parent
commit
ab22c5b128
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
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)