diff options
author | Michał Bartoszkiewicz <mbartoszkiewicz@gmail.com> | 2016-07-25 16:13:26 +0200 |
---|---|---|
committer | Michał Bartoszkiewicz <mbartoszkiewicz@gmail.com> | 2016-07-25 16:13:26 +0200 |
commit | 03066d238076798510b762c59fe6d2ab8c800905 (patch) | |
tree | 9054e35cf177d017b9400f2085c14b16fb40cdc1 /Makefile | |
parent | use https for pci.ids (diff) | |
download | hwids-03066d238076798510b762c59fe6d2ab8c800905.tar.gz hwids-03066d238076798510b762c59fe6d2ab8c800905.tar.bz2 hwids-03066d238076798510b762c59fe6d2ab8c800905.zip |
Add 70-touchpad.hwdb
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 70-mouse.hwdb -UDEV_FILES += 70-pointingstick.hwdb +UDEV_FILES += 70-pointingstick.hwdb 70-touchpad.hwdb all: $(ALL_TARGETS-yes) |