hwdata: update to 0.406
authorAlexandru Ardelean <redacted>
Wed, 22 Apr 2026 09:16:55 +0000 (12:16 +0300)
committerAlexandru Ardelean <redacted>
Sun, 10 May 2026 08:32:19 +0000 (11:32 +0300)
Updates PCI, USB, OUI, and other hardware ID databases.

Changelog: https://github.com/vcrhonek/hwdata/commits/v0.406

Signed-off-by: Alexandru Ardelean <redacted>
utils/hwdata/Makefile
utils/hwdata/test.sh

index 5d62c39c84b690ad7e9120cc2c26db88ba41bec0..ee6c2042937ce8e2bfd1530ac909d4e089b23799 100644 (file)
@@ -6,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=hwdata
-PKG_VERSION:=0.405
+PKG_VERSION:=0.406
 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:=13605519e72e46aa13d5eede1901a07a6c83cd25ef866a86e7458047b5c81ce5
+PKG_HASH:=1ccfd1ca723595b1fe8794f4157ec5635be1ebedb5d13769b4be75d0b75bc199
 
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
 PKG_LICENSE:=GPL-2.0-or-later
index ed0697adc315267495f4df59bbaa5845fa04cba4..0ac3ae1abf6ca9a42b91d95f457d4426e35a94d8 100644 (file)
@@ -3,11 +3,14 @@
 case "$1" in
        pciids)
                test -s /usr/share/hwdata/pci.ids
+               grep -q "^8086" /usr/share/hwdata/pci.ids
                ;;
        usbids)
                test -s /usr/share/hwdata/usb.ids
+               grep -q "^0781" /usr/share/hwdata/usb.ids
                ;;
        pnpids)
                test -s /usr/share/hwdata/pnp.ids
+               grep -q "PNP" /usr/share/hwdata/pnp.ids
                ;;
 esac
git clone https://git.99rst.org/PROJECT