From patchwork Sun Jun 8 20:35:04 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8816 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bFmyg4YXqz3x5G for ; Sun, 8 Jun 2025 20:35:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bFmyc3lmhz6v2 for ; Sun, 8 Jun 2025 20:35:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bFmyZ75hhz34Rv for ; Sun, 8 Jun 2025 20:35:18 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bFmyX0ZxRz339y for ; Sun, 8 Jun 2025 20:35:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bFmyW6C2fzfs; Sun, 8 Jun 2025 20:35:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1749414915; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SLD23DswqZejqdVX5Vpj1O58Yobs/5KTWTC3xfloTl0=; b=16KRh2ZVT2Upf01Xz6Z4cp4WiXSbX6BEQq+B4H++o7R8tPp5FdIcG0CVbwoYt2bf4WghCO ymNCK1z3+lQdwxAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1749414915; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SLD23DswqZejqdVX5Vpj1O58Yobs/5KTWTC3xfloTl0=; b=gkWul6+PJaRML1sSHeZe1NnzeuAb6AzeRXNucS7+zddOycePNPS1tiK8YBWZF6YZpATf6x 4mL9gJ7XH+Mh5wKLmpgXSCesExfAqTLOaUt75/7YLou7r+uK1+1KUalXnMzBq5WHF5pdvr iFYREizFmV2zeMSAPB9iMwzdX6kj9eujmxGBIIX+KgyAa5U6scIxOsXw4jmptZYJ72LfTi ZAlgWZAAwqqNryn5lCJvRvLt6OT0ADO/KwDV8zrZ7gd22LFQwtqWGFfae0kPciSSJhBOqH ueQoIHM9lSMvsvui2I7lJCvegMjJUpeXtlpTch985DL7XSH41mgIzxLQS5UJmQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] hwdata: Update to version 0.396 Date: Sun, 8 Jun 2025 22:35:04 +0200 Message-ID: <20250608203507.3302368-3-adolf.belka@ipfire.org> In-Reply-To: <20250608203507.3302368-1-adolf.belka@ipfire.org> References: <20250608203507.3302368-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 0.395 to 0.396 - Update of rootfile not required - Changelog 0.396 Update usb and vendor ids Signed-off-by: Adolf Belka --- lfs/hwdata | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/hwdata b/lfs/hwdata index e79684e36..00791fbbb 100644 --- a/lfs/hwdata +++ b/lfs/hwdata @@ -24,7 +24,7 @@ include Config -VER = 0.395 +VER = 0.396 THISAPP = hwdata-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = a96521ba4d8cc93bbbc26d3aacee7bce543736b0c941b8ffb43381ae8f91fc190819c55074549fc0e67d0f2218411fac06a7cb42eeccc33ee618d8c574c20786 +$(DL_FILE)_BLAKE2 = a4d74693a78719337dfecae11da0cbd437686da6ff29091961014e75ffe598734f34c62a00a7d0a13b64a02964fc4c5ff54f22a6f87aeebe693f2fa15e366d06 install : $(TARGET)