commit: cad1d07b026dd2c04b6940cf9c72b4b8639ae55b Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Aug 13 02:45:10 2020 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Aug 13 02:45:10 2020 +0000 URL: https://gitweb.gentoo.org/proj/hwids.git/commit/?id=cad1d07b
Include 60-autosuspend-chromiumos.hwdb Bug: https://bugs.gentoo.org/736746 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> Makefile | 14 +++++++++++--- 1 file 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)
