From df4e6522c37e84d93e98c41d4dee550f570af130 Mon Sep 17 00:00:00 2001 From: Freedo Date: Fri, 1 Mar 2024 22:24:31 +0000 Subject: [PATCH] GNU Linux-libre 5.15.150-gnu scripts --- deblob-check | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index a22f2600328..7b9955d04a5 100755 --- a/deblob-check +++ b/deblob-check @@ -26,13 +26,14 @@ # modified with 2023-08-08 r19366 # modified with 2023-10-23 r19416 (partial) # modified with 2023-12-26 r19450 (partial) +# modified with 2024-03-01 r19492 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva # Check http://www.fsfla.org/svn/fsfla/software/linux-libre for newer # versions. -# Copyright 2008-2023 Alexandre Oliva +# Copyright 2008-2024 Alexandre Oliva # # This program is part of GNU Linux-libre, a GNU project that # publishes scripts to clean up Linux so as to make it suitable for @@ -6419,6 +6420,9 @@ set_except () { # New in 6.7-rc, 6.6.9, 6.1.70, 5.15.146, and 5.10.206. accept '[/][*][ ]Chen-Yu[ ]Tsai[\'"'"']s[ ]regdb[ ]certificate[ ][*][/][\n0-9a-fx, ]*' net/wireless/certs/wens.hex + # New in 6.7.7, 6.6.19, 6.1.80, and 5.15.150. + blobname '\(silead[/]\)\?gsl3692-teclast-x16-plus\.fw' drivers/platform/x86/touchscreen_dmi.c + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1