From c0dc41933b2c673ffaab2cd0b076f929d248a04e Mon Sep 17 00:00:00 2001 From: lxoliva Date: Fri, 1 Mar 2024 21:00:05 +0000 Subject: [PATCH] GNU Linux-libre scripts updated for 6.7.7, 6.6.19, 6.1.80, 5.15.150 git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@19492 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index 6bb904c0f17..b7b6504be7d 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2024-01-26 r19474 +# deblob-check version 2024-03-01 r19492 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -7212,6 +7212,9 @@ 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 + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1