From: Giedrius Statkevicius Date: Thu, 30 Oct 2014 16:57:47 +0000 (+0200) Subject: platform: hp_accel: add a i8042 filter to remove HPQ6000 data from kb bus stream X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~112^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4c724d0723b078e4ab4670e557cda1795036a7a;p=pandora-kernel.git platform: hp_accel: add a i8042 filter to remove HPQ6000 data from kb bus stream Add a i8042 filter to hp_accel to remove accelerometer's data with acpi id HPQ6000 from keyboard bus stream. The codes sent by accelerometer are e0 25, e0 26, e0 27 and e0 28. The relevant information is already passed through /dev/freefall so no need to send these undocumented weird signals through the keyboard bus. Also, unclogs `dmesg` because atkbd complained about weird scan codes, saves processing power and disk space. Signed-off-by: Giedrius Statkevičius Acked-by: Dmitry Torokhov Reviewed-by: Éric Piel Signed-off-by: Darren Hart --- Reading git-diff-tree failed