commit | c388b2c67e64d20cc0ad0d48d0e3e819d489bfed | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Tue Jul 12 23:59:41 2011 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Jul 13 00:08:10 2011 -0700 |
tree | c9a4a6da8c6326a950466966c51e4ab535e2c2aa | |
parent | bdda82162837a20e591ac01b306dc8f052270510 [diff] |
Input: atkbd - make dmi callback functions return 1 We only care about if there is a successful match from the table (or no match at all), so let's make dmi_check_system return immediately instead of iterating thorough the whole table. Make the dmi callback function return 1 then dmi_check_system will return immediately if we have a successful match. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>