From patchwork Thu Jul 9 15:08:48 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10028 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) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gwyzQ1ZtNz3wfB for ; Thu, 09 Jul 2026 15:09:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gwyzP6Xzfz6dn for ; Thu, 09 Jul 2026 15:09:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gwyzM3LFRz35ZH for ; Thu, 09 Jul 2026 15:09:03 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gwyzD2gtgz32Mx for ; Thu, 09 Jul 2026 15:08:56 +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 4gwyzD12GRz77q; Thu, 09 Jul 2026 15:08:56 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1783609736; 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=xtkJoKPoM4+invTQjf3uTcHY8gVGANeU/CZ/OXjN0BQ=; b=fyenRcUCqST0JFDD0ncAzG6qgd376zHdXdecpyhvNIuAz0RngjJ1zyOvwh0afEySFvYdem rFjG0ZFNy5330dAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1783609736; 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=xtkJoKPoM4+invTQjf3uTcHY8gVGANeU/CZ/OXjN0BQ=; b=ClSPJKirkyTizohpE+FQ1FimSM568ETmrqGPY1sIWJpdWm6YMRC+BLtk5oC1ka5Em4oXaC bwWtcXVOGFn8QCeb4UuiUzdsyh1inTT6bcqDWmUcLh//MHzn4TV7o/+jfRGEtdLD6+lidL BX8ouZD/67f4MtnoHIyHA/Nq1vYbsWDsWprOkfbg/GN71CgTBsMzmjbpu8ghI5DQV1G0MS +Z4hIezpWuavpt1NPYMKUrn2wadYEMu4jEAY/rBpw4Srso5nAg+NjrWpuKuu3BY6q/El2Z fhROybSzjvStJaUQSpLeeM52DZnrRi/qlUgi+1ThTAzdMRciuKJtM4IA7XtC9Q== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] hwdata: Update to version 0.409 Date: Thu, 9 Jul 2026 17:08:48 +0200 Message-ID: <20260709150851.3632942-6-adolf.belka@ipfire.org> In-Reply-To: <20260709150851.3632942-1-adolf.belka@ipfire.org> References: <20260709150851.3632942-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.408 to 0.409 - No change to rootfile - Changelog 0.409 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 a53de632b..bf8447f9a 100644 --- a/lfs/hwdata +++ b/lfs/hwdata @@ -24,7 +24,7 @@ include Config -VER = 0.408 +VER = 0.409 THISAPP = hwdata-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = b5e6e5da6b6da4a1961468390cf86e291f2e3ba9db10cf98426c9619ec756f6cfcd80c0ebe42c4abcf55e70cfda73fbfd3b8fb422adb208d2da35999540580f7 +$(DL_FILE)_BLAKE2 = 49f9d31b7c0d16466e85b5af03d6457a4fd0d79769018d5440801efadb8fb55aa0dc978401141adafadc082b795f6da0f791e9b64c2766439b90e799b3ee7c10 install : $(TARGET)