From: lxoliva Date: Sat, 2 Aug 2008 01:41:55 +0000 (+0000) Subject: updated for 2.6.27-rc1-git3 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=56aaf8f429d0f1ebf92342f38e67ffc5db634231;p=releases.git updated for 2.6.27-rc1-git3 git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@4069 559672b5-ba27-0410-b829-e8f1faed8b1b --- diff --git a/deblob-check b/deblob-check index 9990a8a4be51..176b1bd0d616 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2008-08-01 +# deblob-check version 2008-08-02 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -986,7 +986,7 @@ set_except () { initnc 'static unsigned char a2232_65EC02code\[\] =' initnc 'static unsigned char atkbd_set3_keycode\[512\] =' initnc 'static unsigned char atkbd_unxlate_table\[128\] =' - initnc 'static unsigned char banner_table\[\] =' + initnc 'static unsigned char banner_table\[\] =' arch/sh/boards/superh/microdev/led.c initnc 'static unsigned char bootlogo_bits\[\] =' initnc 'static unsigned char bus2core_8260\[\] =' initnc 'static unsigned char bus2core_8280\[\] =' @@ -1130,6 +1130,7 @@ set_except () { initnc 'static u8 sample_\(german_\(all\|old\)\|american_\(dialtone\|ringing\|busy\)\|special[123]\|silence\)\[\] =' drivers/isdn/mISDN/dsp_tones.c initnc 'struct pattern {[^}]*int tone;[^}]*} pattern\[\] =' drivers/isdn/mISDN/dsp_tones.c initnc 'static u8 \([au]\|_4\)law_to_\([ua]law\|4bit\)\[256\] =' drivers/isdn/mISDN/l1oip_codec.c + initnc 'static unsigned char banner_table\[\] =' arch/sh/boards/mach-microdev/led.c ;;