Browse Source

Add udev/60-sensor.hwdb

Mike Gilbert 7 years ago
parent
commit
5b030d20fa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
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-evdev.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 60-sensor.hwdb
+UDEV_FILES += 70-mouse.hwdb 70-pointingstick.hwdb 70-touchpad.hwdb
 
 all: $(ALL_TARGETS-yes)