From 20618e8e6093c0a37631876298cb735b8c62aa70 Mon Sep 17 00:00:00 2001 From: Freedo Date: Sat, 6 Jul 2024 03:59:45 +0000 Subject: [PATCH] GNU Linux-libre 5.15.162-gnu scripts --- deblob-check | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deblob-check b/deblob-check index c4a6c82c4c0..3269ef9f1c6 100755 --- a/deblob-check +++ b/deblob-check @@ -28,6 +28,8 @@ # modified with 2023-12-26 r19450 (partial) # modified with 2024-03-01 r19492 # modified with 2023-06-12 r19329 (partial) +# modified with 2023-12-26 r19450 (more partial) +# modified with 2023-10-23 r19416 (more partial) # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -6428,6 +6430,11 @@ set_except () { blobname 'qca[/]hpbtfw%02x\.tlv' drivers/bluetooth/btqca.c blobname 'qca[/]hpnv%02x\.bin' drivers/bluetooth/btqca.c + # New in 5.15.162. + blobname 'qca[/]hpnv%02x%s\.\(bin\|%x\)' drivers/bluetooth/btqca.c + blobname 'qca[/]\(ap\|hmt\)btfw%02x\.tlv' drivers/bluetooth/btqca.c + blobname 'qca[/]\(ap\|hmt\)nv%02x\.bin' drivers/bluetooth/btqca.c + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1