commit | 98280374ff1750acfa582a4575b94f053a29f749 | [log] [tgz] |
---|---|---|
author | Giedrius Statkevičius <giedriuswork@gmail.com> | Sat Oct 18 02:57:20 2014 +0300 |
committer | Darren Hart <dvhart@linux.intel.com> | Wed Nov 19 09:07:07 2014 -0800 |
tree | ed33958666ad98949cdf8f2cc463fca2c63171b9 | |
parent | fc14f9c1272f62c3e8d01300f52467c0d9af50f9 [diff] |
drivers: platform: change 0x20 to I8042_STR_AUXDATA in i8042 filters Instead of using a magic constant 0x20 in some drivers to get data only from the KBC port we should use the constant defined in i8042.h with the same value. Also, this makes these drivers uniform with what constant the only other filter function uses in drivers/input/misc/ideapad_slidebar.c. Signed-off-by: Giedrius Statkevičius <giedriuswork@gmail.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>