]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
hwdb: rename .html=>.csv
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 15 Nov 2023 14:21:26 +0000 (15:21 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 15 Nov 2023 14:21:26 +0000 (15:21 +0100)
The old suffix is now confusing.

hwdb.d/acpi-update.py
hwdb.d/acpi_id_registry.csv [moved from hwdb.d/acpi_id_registry.html with 100% similarity]
hwdb.d/pnp_id_registry.csv [moved from hwdb.d/pnp_id_registry.html with 100% similarity]
tools/update-hwdb.sh

index f65147c91d4d93e37e632564777915d1fd08e1cc..386575067be007ea57597165f3bf41a0762c9dd6 100755 (executable)
@@ -28,5 +28,5 @@ print('# This file is part of systemd.\n'
       '#     https://uefi.org/uefi-pnp-export\n'
       '#     https://uefi.org/uefi-acpi-export')
 
-read_table("acpi_id_registry.html")
-read_table("pnp_id_registry.html")
+read_table('acpi_id_registry.csv')
+read_table('pnp_id_registry.csv')
index abbbb82f4bc4d1a988c21023ab6e7574d7afb04f..096a10016bce64c872c008e5c5264c71fa40e689 100755 (executable)
@@ -21,8 +21,8 @@ if [ "${2:-}" != "-n" ]; then (
     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'
+    curl --fail -L -o pnp_id_registry.csv 'https://uefi.org/uefi-pnp-export'
+    curl --fail -L -o acpi_id_registry.csv 'https://uefi.org/uefi-acpi-export'
 ) fi
 
 set -x