From b386afd5d08bb562fc1a6830d03d7be122c9eae0 Mon Sep 17 00:00:00 2001 From: Freedo Date: Fri, 29 Mar 2024 17:08:06 +0000 Subject: [PATCH] GNU Linux-libre 6.7.11-gnu scripts --- deblob-check | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deblob-check b/deblob-check index 3f17304b76c..7a0e605a0b3 100755 --- a/deblob-check +++ b/deblob-check @@ -3,6 +3,9 @@ # deblob-check version 2023-12-27 r19451 # modified with 2024-01-26 r19474 # modified with 2024-03-01 r19492 +# modified with 2024-03-27 r19512 +# modified with 2024-03-29 r19515 +# modified with 2024-03-29 r19518 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -7217,6 +7220,10 @@ set_except () { # 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 + # New in 6.8.2, 6.7.11, 6.6.23, 6.1.83. + accept '[\t]ret[ ]=[ ]request_firmware[(][&]\(sdev->basefw\.fw\|adata->fw_dbin\)[,][ ]fw_filename[,][ ]sdev->dev[)]' sound/soc/sof/amd/acp-loader.c + accept '[\t][\t][\t]*adata->fw_\(code\|data\)_bin[ ]=[ ]devm_kasprintf[(]sdev->dev[,][ \n\t]*GFP_KERNEL[,][ \n\t]*["]\(%s[/]\)\?sof-%s-\(code\|data\)\.bin["]' sound/soc/sof/amd/acp.c + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1