From 1b636ea4889ef0fc97aa37bb1ad50aefa10ab9b0 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 27 Jan 2022 08:04:18 -0500 Subject: [PATCH] GNU Linux-libre 5.10.94-gnu1 scripts --- deblob-check | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/deblob-check b/deblob-check index 37fdc05d99a..c09998fcc56 100755 --- a/deblob-check +++ b/deblob-check @@ -1,13 +1,15 @@ #! /bin/sh -# deblob-check version 2021-08-29 + 2021-10-09's r18376 +# deblob-check version 2021-08-29 r18269 +# modified with 2021-10-09 r18376 +# modified with 2022-01-27 r18550 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva # Check http://www.fsfla.org/svn/fsfla/software/linux-libre for newer # versions. -# Copyright 2008-2021 Alexandre Oliva +# Copyright 2008-2022 Alexandre Oliva # # This program is part of GNU Linux-libre, a GNU project that # publishes scripts to clean up Linux so as to make it suitable for @@ -6282,6 +6284,9 @@ set_except () { # New in 5.14.11, 5.10.72. blobname '\(silead[/]\)\?gsl1680-chuwi-hi\(10plus\|book\)\.fw' drivers/platform/x86/touchscreen_dmi.c + # New in 5.16.3, 5.15.17, 5.10.94, 5.4.174, 4.19.226, 4.14.263. + accept 'static[ ]struct[ ]dvb_usb_device_properties[ ]\(p1100\|s660\|p7500\)_properties[ ]=[ ][{][\n]\([ ]\.\(caps\|usb_ctrl\|size_of_priv\)[ ]*=[ ][^",]*,[\n]*\)*[ ]\.firmware[ ]*=[ ]' drivers/media/usb/dvb-usb/dw2102.c + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1