Re: [PATCH v2] platform: hp_accel: add a i8042 filter to remove HPQ6000 data from kb bus stream

2014-11-03 Thread Darren Hart
On Sun, Nov 02, 2014 at 11:19:30PM +0100, Éric Piel wrote: > On 30-10-14 17:57, Giedrius Statkevicius wrote: > >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

Re: [PATCH v2] platform: hp_accel: add a i8042 filter to remove HPQ6000 data from kb bus stream

2014-11-03 Thread Darren Hart
On Sun, Nov 02, 2014 at 11:19:30PM +0100, Éric Piel wrote: On 30-10-14 17:57, Giedrius Statkevicius wrote: 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

Re: [PATCH v2] platform: hp_accel: add a i8042 filter to remove HPQ6000 data from kb bus stream

2014-11-02 Thread Éric Piel
On 30-10-14 17:57, Giedrius Statkevicius wrote: 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

Re: [PATCH v2] platform: hp_accel: add a i8042 filter to remove HPQ6000 data from kb bus stream

2014-11-02 Thread Éric Piel
On 30-10-14 17:57, Giedrius Statkevicius wrote: 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

[PATCH v2] platform: hp_accel: add a i8042 filter to remove HPQ6000 data from kb bus stream

2014-10-30 Thread Giedrius Statkevicius
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

[PATCH v2] platform: hp_accel: add a i8042 filter to remove HPQ6000 data from kb bus stream

2014-10-30 Thread Giedrius Statkevicius
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