aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2021-06-13 10:22:55 -0400
committerMike Gilbert <floppym@gentoo.org>2021-06-13 10:22:55 -0400
commit38c60203816a642ba5ee44bed9d722ce317788e3 (patch)
treef2d84d94c86c64924b6b872f3cfcf58b8f5fa6a8
parentUpdate data (diff)
downloadhwids-38c60203816a642ba5ee44bed9d722ce317788e3.tar.gz
hwids-38c60203816a642ba5ee44bed9d722ce317788e3.tar.bz2
hwids-38c60203816a642ba5ee44bed9d722ce317788e3.zip
Add several missing hwdb files
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3246cae..2993750 100644
--- a/Makefile
+++ b/Makefile
@@ -34,14 +34,20 @@ INSTALL_TARGETS-$(UDEV) += install-hwdb
SYSTEMD_SOURCE = https://github.com/systemd/systemd/raw/master/hwdb.d
UDEV_FILES = 20-acpi-vendor.hwdb
UDEV_FILES += 20-bluetooth-vendor-product.hwdb
+UDEV_FILES += 20-dmi-id.hwdb
UDEV_FILES += 20-net-ifname.hwdb
+UDEV_FILES += 20-vmbus-class.hwdb
+UDEV_FILES += 60-autosuspend.hwdb
+UDEV_FILES += 60-autosuspend-fingerprint-reader.hwdb
UDEV_FILES += 60-evdev.hwdb
+UDEV_FILES += 60-input-id.hwdb
UDEV_FILES += 60-keyboard.hwdb
UDEV_FILES += 60-sensor.hwdb
UDEV_FILES += 70-joystick.hwdb
UDEV_FILES += 70-mouse.hwdb
UDEV_FILES += 70-pointingstick.hwdb
UDEV_FILES += 70-touchpad.hwdb
+UDEV_FILES += 80-ieee1394-unit-function.hwdb
all: $(ALL_TARGETS-yes)