aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-09-15 19:53:37 +0300
committerSamuli Suominen <ssuominen@gentoo.org>2013-09-15 19:53:37 +0300
commit4b28056ba6d671d31721378669d980a85342a7db (patch)
tree659c67573e5d13c4229da170655c1c9d781fcd05 /Makefile
parentUpdate. (diff)
downloadhwids-4b28056ba6d671d31721378669d980a85342a7db.tar.gz
hwids-4b28056ba6d671d31721378669d980a85342a7db.tar.bz2
hwids-4b28056ba6d671d31721378669d980a85342a7db.zip
Add 60-keyboard.hwdb file for udev >= 205. Update Makefile for it. Fix minor bug in Makefile fetch.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9400689..8cd3f9a 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,8 @@ fetch:
$(Q)curl -z oui.txt -o oui.txt -R http://standards.ieee.org/develop/regauth/oui/oui.txt
$(Q)curl -z iab.txt -o iab.txt -R http://standards.ieee.org/develop/regauth/iab/iab.txt
$(Q)curl -z udev/20-acpi-vendor.hwdb -o udev/20-acpi-vendor.hwdb -R http://cgit.freedesktop.org/systemd/systemd/plain/hwdb/20-acpi-vendor.hwdb
- $(Q)curl -z udev/20-bluetooth-vendor-product.hwdb -o udev/20-bluetooth-vendor-product.hwdb http://cgit.freedesktop.org/systemd/systemd/plain/hwdb/20-bluetooth-vendor-product.hwdb
+ $(Q)curl -z udev/20-bluetooth-vendor-product.hwdb -o udev/20-bluetooth-vendor-product.hwdb -R http://cgit.freedesktop.org/systemd/systemd/plain/hwdb/20-bluetooth-vendor-product.hwdb
+ $(Q)curl -z udev/60-keyboard.hwdb -o udev/60-keyboard.hwdb -R http://cgit.freedesktop.org/systemd/systemd/plain/hwdb/60-keyboard.hwdb
$(Q)curl -z udev-hwdb-update.pl -o udev-hwdb-update.pl -R http://cgit.freedesktop.org/systemd/systemd/plain/hwdb/ids-update.pl
$(Q)$(STATUS)