From 79560b3e45c27da11286b23430505e15ef01aaa3 Mon Sep 17 00:00:00 2001 From: lxoliva Date: Wed, 16 Jul 2008 11:33:04 +0000 Subject: [PATCH] Adjust to cope with git-linus.diff in 2.6.27-0.148.rc0.git2.fc10. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@3930 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/deblob-check b/deblob-check index 0d0deb502964..4d09cd6f6357 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2008-07-16 +# deblob-check version 2008-07-16.1 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -1091,7 +1091,8 @@ set_except () { initnc '} vsb_snr_tab\[\] =' initnc '} yss225_registers\[\] __devinitdata =' ;; - */patch*2.6.27-rc* | */patch*2.6.26-git*) + + */patch*2.6.27-rc* | */patch*2.6.26-git* | */git-linus.diff) accept ' \.section __ex_table,"a"'"$sepx$blobpat*" 'arch/x86/lib/copy_user_\(nocache_\)\?64.S' initnc 'static struct cipher_testvec des3_ede_cbc_\(enc\|dec\)_tv_template\[\] =' crypto/tcrypt.h @@ -1101,6 +1102,9 @@ set_except () { accept ':03000000020200F9[\n]:040023000205\(9B0037\|5F0073\)[\n]\(:050030000000000000CB[\n]\|:0400430002010000B6[\n]\)*'"$sepx$blobpat*"'[\n]:\(0E06E0006400670065007400060334003700F4\|0606A000060334003700E0\)[\n]:00000001FF[\n]' 'firmware/keyspan_pda/\(keyspan_pda\|xircom_pgs\).HEX' initnc 'static const u16 uda1380_reg\[UDA1380_CACHEREGNUM\] =' sound/soc/codecs/uda1380.c initnc 'static const u16 wm8510_reg\[WM8510_CACHEREGNUM\] =' sound/soc/codecs/wm8510.c + + initnc ' static int sysdiv_to_div_x_2\[\] =' arch/powerpc/platforms/512x/clock.c + initnc 'static const __u16 t10_dif_crc_table\[256\] =' lib/crc-t10dif.c ;; */patch*2.6.26-rc*) -- 2.31.1