summaryrefslogtreecommitdiff
path: root/tools/update-hwdb.sh
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-01-27 09:17:26 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-01-27 09:22:15 +0100
commit4095cff07e1db4c220ff150e77287b8f4f6bc3fe (patch)
tree1ed488d9c970c8ae1e5d6d73efd2a482af9c7cdc /tools/update-hwdb.sh
parente3c368f63c8ec71ba06e699ff46eb3e0d8e3bb0a (diff)
downloadsystemd-4095cff07e1db4c220ff150e77287b8f4f6bc3fe.tar.gz
meson: rename target to update-hwdb
The goal is to have all "update-*" targets named uniformly so that tab-completion works. The script is renamed to match.
Diffstat (limited to 'tools/update-hwdb.sh')
-rwxr-xr-xtools/update-hwdb.sh32
1 files changed, 32 insertions, 0 deletions
diff --git a/tools/update-hwdb.sh b/tools/update-hwdb.sh
new file mode 100755
index 0000000000..42251612dd
--- /dev/null
+++ b/tools/update-hwdb.sh
@@ -0,0 +1,32 @@
+#!/bin/sh
+set -eu
+
+cd "$1"
+
+unset permissive
+if [ "${2:-}" = "-p" ]; then
+ permissive=1
+ shift
+else
+ permissive=0
+fi
+
+if [ "${2:-}" != "-n" ]; then (
+ [ -z "$permissive" ] || set +e
+ set -x
+
+ curl --fail -L -o usb.ids 'http://www.linux-usb.org/usb.ids'
+ curl --fail -L -o pci.ids 'http://pci-ids.ucw.cz/v2.2/pci.ids'
+ curl --fail -L -o ma-large.txt 'http://standards-oui.ieee.org/oui/oui.txt'
+ curl --fail -L -o ma-medium.txt 'http://standards-oui.ieee.org/oui28/mam.txt'
+ curl --fail -L -o ma-small.txt 'http://standards-oui.ieee.org/oui36/oui36.txt'
+ curl --fail -L -o pnp_id_registry.html 'https://uefi.org/uefi-pnp-export'
+ curl --fail -L -o acpi_id_registry.html 'https://uefi.org/uefi-acpi-export'
+) fi
+
+set -x
+./acpi-update.py >20-acpi-vendor.hwdb.base
+patch -p0 -o- 20-acpi-vendor.hwdb.base <20-acpi-vendor.hwdb.patch >20-acpi-vendor.hwdb
+! diff -u 20-acpi-vendor.hwdb.base 20-acpi-vendor.hwdb >20-acpi-vendor.hwdb.patch
+
+./ids_parser.py