From 49c560a4a77b6064929db0583ed38cb3e97892f6 Mon Sep 17 00:00:00 2001 From: lxoliva Date: Wed, 21 Jul 2021 05:19:27 +0000 Subject: [PATCH] GNU Linux-libre 5.13.4-gnu, 5.12.19-gnu, and 5.10.52-gnu git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@18170 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index 3b1806df1db..5fc5f99c708 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2021-07-14 +# deblob-check version 2021-07-20 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -6215,6 +6215,12 @@ set_except () { blobname 'amd[/]amd_sev_fam1[79]h_model[03]xh\.sbin' drivers/crypto/ccp/sev-dev.c blobname 'gt912-glavey-tm800a550l.fw' drivers/platform/x86/touchscreen_dmi.c + # New in 5.13.4, 5.12.19. + defsnc 'static[ ]unsigned[ ]char[ ]screen_bits\[\][ ]=' arch/m68k/68000/screen.h + # New in 5.13.4, 5.12.19, 5.10.52. + defsc '[\t]setrate_44100\[\][ ]=' sound/usb/usx2y/usbusx2yaudio.c + defsc 'static[ ]const[ ]struct[ ]s_c2[ ]setrate_48000\[\][ ]=' sound/usb/usx2y/usbusx2yaudio.c + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1