X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=deblob-check;h=2a5fb7f70428c722b382c0e110fd3a315d5bc0f1;hb=e8e153ab39b64e8963f6dec298b2910e4e778604;hp=6804881982fa96d05567a05988dfef44c52c6206;hpb=0349a5a570038c1961adb0ed009ab34d3006dc22;p=releases.git diff --git a/deblob-check b/deblob-check index 6804881982fa..2a5fb7f70428 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2008-10-21 +# deblob-check version 2008-10-28 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -1330,7 +1330,7 @@ set_except () { # initnc 'static uint32_t nv\(4[013467ace]\|49_4b\|8[46]\)_ctx_\(voodoo\|prog\)\[\] =' 'drivers/char/drm/nv40_graph.c|.*' ;; - */linux-2.6-lirc.patch) + */linux-2.6*-lirc.patch) initnc 'const unsigned char map_table\[\] =' ;; */linux-2.6-modsign-mpilib.patch) @@ -1388,6 +1388,21 @@ set_except () { # drivers/net/e1000e/phy.c initnc 'static const u16 e1000_igp_2_cable_length_table\[\] =' ;; + */git-wireless-dev.patch) + # Fedora 8ish kernel-xen builds + initnc ' static const u8 log10\[\] =' + initnc 'static const u16 rtl8225bcd_rxgain\[\] =' + initnc 'static const u8 rtl8225_agc\[\] =' + initnc 'static const u8 rtl8225_tx_power_cck\[\] =' + initnc 'static const u8 rtl8225_tx_power_cck_ch14\[\] =' + initnc 'static const u16 rtl8225z2_rxgain\[\] =' + initnc 'static const u8 rtl8225z2_tx_gain_cck_ofdm\[\] =' + initnc 'static const s8 bcm43xx_tssi2dbm_[bg]_table\[\] =' + initnc 'static struct iwl_tx_power power_gain_table\[2\]\[IWL_MAX_GAIN_ENTRIES\] =' + initnc 'static const struct gain_entry gain_table\[2\]\[108\] =' + initnc 'static const u32 rf_vals_abg_5222\[\] =' + initnc ' static const u8 t\[\] =' + ;; esac }