]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/fireinfo/fireinfo-system-blacklist-jetways-product-uuid.patch
hdparm: Fix build with glibc 2.36
[people/pmueller/ipfire-2.x.git] / src / patches / fireinfo / fireinfo-system-blacklist-jetways-product-uuid.patch
CommitLineData
ac7f3c75
PM
1From 33be9aa38d65dace9a61247f41ac3627a6750cce Mon Sep 17 00:00:00 2001
2From: Michael Tremer <michael.tremer@ipfire.org>
3Date: Fri, 8 Jul 2022 08:30:55 +0000
4Subject: [PATCH] system: Blacklist Jetway's product UUID
5
6Fixes: #12896
7Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
8---
9 src/fireinfo/system.py | 3 +++
10 1 file changed, 3 insertions(+)
11
12diff --git a/src/fireinfo/system.py b/src/fireinfo/system.py
13index 4c0b0a3..c9c81b1 100644
14--- a/src/fireinfo/system.py
15+++ b/src/fireinfo/system.py
16@@ -51,6 +51,9 @@ INVALID_ID_STRINGS = (
17 "03000200-0400-0500-0006-000700080009",
18 "11111111-1111-1111-1111-111111111111",
19 "0000000", "00000000",
20+
21+ # Jetway gives all systems the same product UUID
22+ "3b903780-4f79-1018-816e-aeb2724778a7",
23 )
24
25 INVALID_ID_STRINGS_EXACT_MATCH = (
26--
272.30.2
28