From: lxoliva Date: Tue, 15 Dec 2009 03:04:09 +0000 (+0000) Subject: Match false positive in patch-2.6.31.8. X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=0fd3e41bad907e0540e9832ec03154c21a92d38e;p=releases.git Match false positive in patch-2.6.31.8. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@5717 559672b5-ba27-0410-b829-e8f1faed8b1b --- diff --git a/deblob-check b/deblob-check index c61148484ec..dc9f987df84 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2009-12-10 +# deblob-check version 2009-12-15 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -2124,7 +2124,7 @@ set_except () { accept '[<][<]\([/]Subtype[/]Type1\)\?[/]BaseFont[^ ]*[/]FontDescriptor[ ][0-9][0-9]*[ ]0[ ]R\([/]Type[/]Font\)\?[\n]\?[/]FirstChar[ ][0-9][0-9]*[/]LastChar[ ][0-9][0-9]*[/]Widths\[[\n][0-9 \n]*\]' 'Documentation/DocBook/v4l/.*\.pdf' ;; - */patch*2.6.27*) + */patch*2.6.27*|*/patch*2.6.31.*) accept '[ ]request_firmware[(][)][ ]will[ ]hit[ ]an[ ]OOPS' drivers/media/dvb/frontends/dib7000p.c ;;