GNU Linux-libre 6.7.11-gnu scripts
[releases.git] / deblob-check
index 7545e52a455b41a8b56e6331a97bbf1cb8d6f8a4..7a0e605a0b37f3186a7058a0d5d8e02ee5641472 100755 (executable)
@@ -2,6 +2,10 @@
 
 # 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 <lxoliva@fsfla.org>
 
@@ -7213,6 +7217,13 @@ set_except () {
     # New in 6.7.2.
     accept '[\t][\t]\[SOF_IPC_TYPE_4\][ ]=[ ]["]sof-arl-s\.ri["]' sound/soc/sof/intel/pci-mtl.c
 
+    # 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)