summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAlexandre Oliva <lxoliva@fsfla.org>2009-01-23 23:34:29 +0000
committerAlexandre Oliva <lxoliva@fsfla.org>2009-01-23 23:34:29 +0000
commita757e369c9b037c78a84012241f0a05d50a6ed8a (patch)
tree62638e62f15ad0f5c25637d18f4e43ee78858a78 /scripts
parentbe7813265a636b6687301d13f4ee9c51e8092204 (diff)
downloadlinux-libre-raptor-a757e369c9b037c78a84012241f0a05d50a6ed8a.tar.gz
linux-libre-raptor-a757e369c9b037c78a84012241f0a05d50a6ed8a.zip
Clean up patterns for files that are now matched within linux-*.*.*.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/deblob-check25
1 files changed, 7 insertions, 18 deletions
diff --git a/scripts/deblob-check b/scripts/deblob-check
index 3280b044d..7724a5251 100755
--- a/scripts/deblob-check
+++ b/scripts/deblob-check
@@ -573,24 +573,6 @@ set_except () {
blobna "request_firmware\\(_nowait\\)\\?"
case $prefix$1 in
- /drivers/net/tg3.c)
- # This file contains firmwares that we deblob with high
- # sensitivity, so make sure the sequences of numbers that are not
- # blobs are not deblobbed. FIXME: we should have patterns to
- # recognize the blobs instead.
- defsnc ' static const u32 test_pat\[4\]\[6\] =' drivers/net/tg3.c
- accept " }\\(,\\? mem_tbl_5\\(70x\\|705\\|755\\|906\\)\\[\\] = {$sepx$blobpat*$sepx}\\)*;" drivers/net/tg3.c
- ;;
-
- ---/drivers/media/video/gspca/conex.c)
- # FIXME: we shouldn't have to duplicate this here, but deblob
- # doesn't pass us a pathname that matches linux-*.*.*/, and then
- # we end up deblobbing false positives.
- defsnc 'static const __u8 cx_inits_\(176\|320\|352\|640\)\[\] =' drivers/media/video/gspca/conex.c
- defsnc 'static const __u8 cx_jpeg_init\[\]\[8\] =' drivers/media/video/gspca/conex.c
- defsnc 'static const __u8 cxjpeg_\(640\|352\|320\|176\|qtable\)\[\]\[8\] =' drivers/media/video/gspca/conex.c
- ;;
-
*/*linux*.tar* | */*kernel*.tar* | */*linux-*.*.*/*)
# false alarms, contain source
# drivers/net/wan/wanxlfw.inc_shipped -> wanxlfw.S
@@ -665,6 +647,13 @@ set_except () {
defsnc 'static const char zr360[56]0_dqt\[0x86\] =' 'drivers/media/video/zr36060\.c\|drivers/media/video/zoran/zr36060\.c'
defsnc 'static u8 tas3004_treble_table\[\] =' sound/aoa/codecs/tas-basstreble.h
+ # This file contains firmwares that we deblob with high
+ # sensitivity, so make sure the sequences of numbers that are not
+ # blobs are not deblobbed. FIXME: we should have patterns to
+ # recognize the blobs instead.
+ defsnc ' static const u32 test_pat\[4\]\[6\] =' drivers/net/tg3.c
+ accept " }\\(,\\? mem_tbl_5\\(70x\\|705\\|755\\|906\\)\\[\\] = {$sepx$blobpat*$sepx}\\)*;" drivers/net/tg3.c
+
# end of generic checked expressions.
# version-specific checked bits start here
OpenPOWER on IntegriCloud