From 09cac41d7fb94de4cece86f62c715c59666c1ed4 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Tue, 22 Sep 2015 06:00:02 +0000 Subject: Add false positive match for 4.2.1 and 4.1.8. --- scripts/deblob-check | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/deblob-check b/scripts/deblob-check index 3bca5e723..f59129b5f 100755 --- a/scripts/deblob-check +++ b/scripts/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2015-08-31 +# deblob-check version 2015-09-22 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -4212,6 +4212,9 @@ set_except () { blobname 'atmel[/]wilc1000\(_ap\|_p2p\)\?_fw\.bin' drivers/staging/wilc1000/Makefile blobname 'wifi_firmware\(_ap\|_p2p_concurrency\)\?\.bin' drivers/staging/wilc1000/linux_wlan.c blob 'This[ ]directory[ ]is[ ]_NOT_[ ]for[ ]adding[ ]arbitrary[ ]new[ ]firmware[ ]images.*git[ ]pull[ ]request[ ]to:[\n][^\n]*linux-firmware\@kernel\.org[\n][^\n]*mailing[ ]lists\.' firmware/README.AddingFirmware + + # New in 4.2.1 and 4.1.8. + defsnc '[}][ ]common_modes\[\][ ]=' drivers/gpu/drm/qxl/qxl_display.c ;; */*freedo*.patch | */*logo*.patch) -- cgit v1.2.3