GNU Linux-libre 5.10.102-gnu1 scripts scripts/v5.10.102-gnu1
authorAlexandre Oliva <lxoliva@fsfla.org>
Wed, 23 Feb 2022 23:42:52 +0000 (18:42 -0500)
committerAlexandre Oliva <lxoliva@fsfla.org>
Wed, 23 Feb 2022 23:42:52 +0000 (18:42 -0500)
deblob-check

index a5e066ca2e5e681220b7d3bc178e2b69f089cf46..2603392be8ddbfb0a5c8c7ebeda336a09ad216b5 100755 (executable)
@@ -4,6 +4,7 @@
 #        modified with 2021-10-09 r18376
 #        modified with 2022-01-27 r18550
 #        modified with 2022-01-29 r18573
+#        modified with 2022-02-23 r18607
 # Inspired in gNewSense's find-firmware script.
 # Written by Alexandre Oliva <lxoliva@fsfla.org>
 
@@ -6300,6 +6301,9 @@ set_except () {
     blobna 'bp->fw_\(major\|minor\|eng\|rev\)[ ]=[ ]BCM_5710_FW_\(MAJOR\|MINOR\|ENGINEERING\|REVISION\)_VERSION\(_V15\)\?[;]\([\n][\t]*bp->fw_\(major\|minor\|eng\|rev\)[ ]=[ ]BCM_5710_FW_\(MAJOR\|MINOR\|ENGINEERING\|REVISION\)_VERSION\(_V15\)\?[;]\)*' drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
     blobna '\([,][\n \t]*bp->fw_\(major\|minor\|rev\)\)\+' drivers/net/wireless/broadcom/bnx2x/bnx2x_main.c
 
+    # New in 5.16.11, 5.15.25, 5.10.102.
+    blobname 'gsl1680-rwc-nanote-p8\.fw' drivers/platform/x86/touchscreen_dmi.c
+
     ;;
 
   */*freedo*.patch | */*logo*.patch)