hwdata: bump to 0.405
authorAlexandru Ardelean <redacted>
Sun, 15 Mar 2026 10:56:55 +0000 (12:56 +0200)
committerAlexandru Ardelean <redacted>
Thu, 19 Mar 2026 10:45:33 +0000 (12:45 +0200)
Update PCI and USB vendor/device IDs database.

Full release notes:
https://github.com/vcrhonek/hwdata/releases/tag/v0.405

Add quick test.sh to CI

Signed-off-by: Alexandru Ardelean <redacted>
utils/hwdata/Makefile
utils/hwdata/test.sh [new file with mode: 0644]

index 1436fbda5c8c232ba476c1348bcf6f65527fc3b5..5d62c39c84b690ad7e9120cc2c26db88ba41bec0 100644 (file)
@@ -6,14 +6,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=hwdata
-PKG_VERSION:=0.387
-PKG_RELEASE:=2
+PKG_VERSION:=0.405
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/vcrhonek/hwdata/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=8c6be8f0863a8ff5c83b2c46aa525b503b30d42792ed57891c40849de543e1ee
+PKG_HASH:=13605519e72e46aa13d5eede1901a07a6c83cd25ef866a86e7458047b5c81ce5
 
-PKG_MAINTAINER:=
+PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
 PKG_LICENSE:=GPL-2.0-or-later
 PKG_LICENSE_FILES:=COPYING LICENSE
 
diff --git a/utils/hwdata/test.sh b/utils/hwdata/test.sh
new file mode 100644 (file)
index 0000000..ed0697a
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+case "$1" in
+       pciids)
+               test -s /usr/share/hwdata/pci.ids
+               ;;
+       usbids)
+               test -s /usr/share/hwdata/usb.ids
+               ;;
+       pnpids)
+               test -s /usr/share/hwdata/pnp.ids
+               ;;
+esac
git clone https://git.99rst.org/PROJECT