Re: [PATCH RFC] platform: hp_accel: add a i8042 filter to remove accelerometer data

2014-10-22 Thread Giedrius Statkevicius
On 2014.10.22 00:45, Darren Hart wrote: On Sat, Oct 18, 2014 at 11:59:22PM +0300, Giedrius Statkevicius wrote: Hello, Hi Giedrius, this patch fixes bug #84941 from the kernel bugzilla. Basically, it seems that the accelerometer sends some signals as button presses through the keyboard

Re: [PATCH RFC] platform: hp_accel: add a i8042 filter to remove accelerometer data

2014-10-22 Thread Giedrius Statkevicius
On 2014.10.22 17:19, Éric Piel wrote: On the HP laptop I had (with HPQ0004), no fake keys were reported. I guess this is a new feature, then. It should be noted that on my laptop, the accelerometer is completely decoupled from the hard disk. For example, when freefall is detected, nothing

[PATCH] platform: hp_accel: Add SERIO_I8042 as a dependency since it now includes i8042.h/serio.h

2014-11-10 Thread Giedrius Statkevicius
Make hp_accel dependent on SERIO_I8042 in the Kconfig because since commit a4c724d0723b078e4ab4670e557cda1795036a7a ('platform: hp_accel: add a i8042 filter to remove HPQ6000 data from kb bus stream') hp_accel includes i8042.h and serio.h. Reported-by: Jim Davis jim.ep...@gmail.com Signed-off-by:

[PATCH] platform: x86: hp_wireless: Inform the user if hp_wireless_input_setup()/add() fails

2014-11-28 Thread Giedrius Statkevicius
in this case. Signed-off-by: Giedrius Statkevicius giedriusw...@gmail.com --- drivers/platform/x86/hp-wireless.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/platform/x86/hp-wireless.c b/drivers/platform/x86/hp-wireless.c index 415348f..4e4cc8b 100644 --- a/drivers/platform/x86/hp

Re: [PATCH] platform: x86: hp_wireless: Inform the user if hp_wireless_input_setup()/add() fails

2014-11-28 Thread Giedrius Statkevicius
On 2014.11.29 01:15, Borislav Petkov wrote: On Sat, Nov 29, 2014 at 12:14:27AM +0200, Giedrius Statkevicius wrote: In hpwl_add() there is a unused variable err to which we assign the result of hp_wireless_input_setup() but we don't do anything depending on the result so print out a message

Re: [PATCH] platform: x86: hp_wireless: Inform the user if hp_wireless_input_setup()/add() fails

2014-12-02 Thread Giedrius Statkevicius
On 2014.11.26 00:57, Darren Hart wrote: On Sat, Nov 29, 2014 at 01:04:17AM +0100, Borislav Petkov wrote: On Sat, Nov 29, 2014 at 01:48:31AM +0200, Giedrius Statkevicius wrote: On 2014.11.29 01:15, Borislav Petkov wrote: On Sat, Nov 29, 2014 at 12:14:27AM +0200, Giedrius Statkevicius wrote