From: lxoliva Date: Wed, 8 Sep 2010 11:42:47 +0000 (+0000) Subject: Match hid_keyboard on hid-support*.patch X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=705c056c8b9a33d0e45a4925780ee762051e7761;p=releases.git Match hid_keyboard on hid-support*.patch git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@7301 559672b5-ba27-0410-b829-e8f1faed8b1b --- diff --git a/deblob-check b/deblob-check index dcea14cc3cbe..23ffb14a79f1 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2010-08-30 +# deblob-check version 2010-09-08 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -2027,7 +2027,7 @@ set_except () { initnc 'static[ ]\(const[ ]\)\?unsigned[ ]char[ ]euc2sjisibm_g3upper_map\[\]\[2\][ ]=' initnc 'static[ ]const[ ]unsigned[ ]char[ ]green\[256\][ ]=' initnc 'static[ ]const[ ]unsigned[ ]char[ ]hash_table_ops\[64[*]4\][ ]=' - initnc 'static[ ]const[ ]unsigned[ ]char[ ]hid_keyboard\[256\][ ]=' + defsnc 'static[ ]const[ ]unsigned[ ]char[ ]hid_keyboard\[256\][ ]=' drivers/hid/hid-input.c initnc 'static[ ]const[ ]unsigned[ ]char[ ]mts_direction\[256[/]8\][ ]=' initnc 'static[ ]const[ ]unsigned[ ]char[ ]red\[256\][ ]=' initnc 'static[ ]\(const[ ]\)\?unsigned[ ]char[ ]sjisibm2euc_map\[\]\[2\][ ]=' @@ -2673,6 +2673,10 @@ set_except () { defsnc 'static[ ]const[ ]int[ ]expected_result\[FIFO_SIZE\][ ]=' samples/kfifo/inttype-example.c ;; + */hid-support*.patch) + initnc '\([;][/][*]@@[ ]-[0-9]*,[0-9]*[ ][+][0-9]*,[0-9]*[ ]@@[ ]\)\?static[ ]const[ ]unsigned[ ]char[ ]hid_keyboard\[256\][ ]=\([ ][{][*][/][;]\)\?' drivers/hid/hid-input.c + ;; + */sched-fix-over-scheduling-bug.patch) accept 'CPU[ ]\+before[ ]\+after[\n]\([\n][01][0-9][ ]\+:[ ][0-9]\+[ ]\+:[ ][67]\)*' ;;