From 92cf7d25a03fbf10a1a127db9a14a5adfc9cde18 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Mon, 4 Feb 2019 18:21:37 -0800 Subject: [PATCH] deblob-3.10.105-gnu --- deblob-check | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/deblob-check b/deblob-check index 0d14b15b893..ca49ab3362b 100755 --- a/deblob-check +++ b/deblob-check @@ -1,13 +1,13 @@ #! /bin/sh -# deblob-check version 2014-02-06 +# deblob-check version 2014-02-06 + partial 2014-08-07's r11521 # 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-2014 Alexandre Oliva +# Copyright 2008-2017 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 @@ -3570,6 +3570,14 @@ set_except () { # New in 3.13.2 blobname 'rtlwifi[/]rtl8192cufw_\([AB]\|TMSC\)\.bin' drivers/net/wireless/rtlwifi/rtl8192cu.sw + + # New in 3.16 + # The request_firmware below should really be reject_firmware, but + # it's never really called: it's in a callback passed to + # reject_firmware_nowait. + # Introduced in 3.10.29. + accept '[\t][\t][\t]err[ ]=[ ]request_firmware[(][&]firmware[,][ \t\n]*rtlpriv->cfg' drivers/net/wireless/rtlwifi/core.c + defsnc 'static[ ]const[ ]struct[ ]reg_default[ ]wm5110_sysclk_revd_patch\[\][ ]=' sound/soc/codecs/wm5110.c ;; */*freedo*.patch | */*logo*.patch) -- 2.25.1