From af31d58fd3fbeef7c45b85d0154c208d73720a52 Mon Sep 17 00:00:00 2001 From: lxoliva Date: Thu, 1 Nov 2012 00:29:30 +0000 Subject: [PATCH] False positives in patch for 3.6.5-gnu. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@9165 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index 248da50c56d..ff1ba48aabb 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2012-10-29 +# deblob-check version 2012-10-31 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -3156,6 +3156,8 @@ set_except () { */patch-3.6*) # Present in patch for 3.6.4. accept 'MODULE_FIRMWARE[(]["]keyspan_pda[/]\(keyspan_pda\|xircom_pgs\)\.fw["][)][;]' drivers/usb/serial/keyspan_pda.c + # Present in patch for 3.6.5. + defsnc 'static[ ]const[ ]u32[ ]ar9300Modes_high_power_tx_gain_table_2p2\[\]\[5\][ ]=' drivers/net/wireless/ath/ath9k/ar9003_2p2_initvals.h ;; */patch-3.5*) -- 2.31.1