aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2020-08-12 22:45:10 -0400
committerMike Gilbert <floppym@gentoo.org>2020-08-12 22:45:10 -0400
commitcad1d07b026dd2c04b6940cf9c72b4b8639ae55b (patch)
treeedca473b80f56bcdc7f50f20879b04069d48c897
parentUpdate data (diff)
downloadhwids-cad1d07b026dd2c04b6940cf9c72b4b8639ae55b.tar.gz
hwids-cad1d07b026dd2c04b6940cf9c72b4b8639ae55b.tar.bz2
hwids-cad1d07b026dd2c04b6940cf9c72b4b8639ae55b.zip
Include 60-autosuspend-chromiumos.hwdb
Bug: https://bugs.gentoo.org/736746 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9edfd50..e6c9349 100644
--- a/Makefile
+++ b/Makefile
@@ -32,9 +32,17 @@ INSTALL_TARGETS-yes = install-base
INSTALL_TARGETS-$(UDEV) += install-hwdb
SYSTEMD_SOURCE = https://github.com/systemd/systemd/raw/master/hwdb.d
-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-joystick.hwdb 70-mouse.hwdb 70-pointingstick.hwdb 70-touchpad.hwdb
+UDEV_FILES = 20-acpi-vendor.hwdb
+UDEV_FILES += 20-bluetooth-vendor-product.hwdb
+UDEV_FILES += 20-net-ifname.hwdb
+UDEV_FILES += 60-autosuspend-chromiumos.hwdb
+UDEV_FILES += 60-evdev.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
all: $(ALL_TARGETS-yes)