From 774fc5427d6b535c3f2b71852da94bdb7a2732b9 Mon Sep 17 00:00:00 2001 From: Freedo Date: Thu, 18 Jul 2024 19:24:59 +0000 Subject: [PATCH] GNU Linux-libre 5.15.163-gnu scripts --- deblob-check | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deblob-check b/deblob-check index 3269ef9f1c6..5e29feedab5 100755 --- a/deblob-check +++ b/deblob-check @@ -30,6 +30,7 @@ # modified with 2023-06-12 r19329 (partial) # modified with 2023-12-26 r19450 (more partial) # modified with 2023-10-23 r19416 (more partial) +# modified with 2024-07-05 r19593 (partial) # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -6435,6 +6436,10 @@ set_except () { blobname 'qca[/]\(ap\|hmt\)btfw%02x\.tlv' drivers/bluetooth/btqca.c blobname 'qca[/]\(ap\|hmt\)nv%02x\.bin' drivers/bluetooth/btqca.c + # New in 6.10-rc, 6.9.9, 6.6.39, 6.1.98, 5.15.163, 5.10.222. + blobname 'gsl1680-globalspace-solt-ivw116\.fw' drivers/platform/x86/touchscreen_dmi.c + blobname 'E\.WSA116_8\.E1\.042\.bin' drivers/platform/x86/touchscreen_dmi.c + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1