GNU Linux-libre 5.15.17-gnu scripts scripts/v5.15.17-gnu
authorAlexandre Oliva <lxoliva@fsfla.org>
Thu, 27 Jan 2022 13:04:18 +0000 (08:04 -0500)
committerAlexandre Oliva <lxoliva@fsfla.org>
Thu, 27 Jan 2022 13:04:18 +0000 (08:04 -0500)
deblob-check

index 23c764ebd6359598cf8bfc60b445bc19d9f733b1..f90246c0d1dc2490c522674828a98b248e757a20 100755 (executable)
@@ -1,13 +1,16 @@
 #! /bin/sh
 
-# deblob-check version 2021-11-18
+# deblob-check version 2021-10-23 r18408
+#        modified with 2021-11-17 r18471
+#        modified with 2021-11-18 r18476
+#        modified with 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
@@ -6314,6 +6317,9 @@ set_except () {
     defsnc 'static[ ]const[ ]u32[ ]____cacheline_aligned[ ]ck\[32\][ ]=' lib/crypto/sm4.c
     defsnc 'static[ ]const[ ]u8[ ]____cacheline_aligned[ ]sbox\[256\][ ]=' lib/crypto/sm4.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)