adjustments neded for GNU Linux-libre 5.16.3-gnu
authorlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Thu, 27 Jan 2022 14:02:36 +0000 (14:02 +0000)
committerlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Thu, 27 Jan 2022 14:02:36 +0000 (14:02 +0000)
Also affects 5.15.17-gnu, 5.10.94-gnu1, 5.4.174-gnu1, 4.19.226-gnu1,
and 4.14.263-gnu1.

Added revision number next to date.

git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@18550 559672b5-ba27-0410-b829-e8f1faed8b1b

deblob-check

index 364a623b4dde104e122753d5e888cd32b93f7ad6..710c04533e3f0c0f27d628193f91667c6843219f 100755 (executable)
@@ -1,13 +1,13 @@
 #! /bin/sh
 
-# deblob-check version 2021-12-20
+# deblob-check version 2022-01-27 r18550
 # Inspired in gNewSense's find-firmware script.
 # Written by Alexandre Oliva <lxoliva@fsfla.org>
 
 # Check http://www.fsfla.org/svn/fsfla/software/linux-libre for newer
 # versions.
 
-# Copyright 2008-2021 Alexandre Oliva <lxoliva@fsfla.org>
+# Copyright 2008-2022 Alexandre Oliva <lxoliva@fsfla.org>
 #
 # 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
@@ -6395,6 +6395,9 @@ set_except () {
     blobname 'qcom[/]%s[/]%s-tplg\.bin' sound/soc/qcom/qdsp6/topology.c
     blobname '%s-%s-%s\.%s' sound/soc/codecs/wm_adsp.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)