Re: [PATCH] hp_accel: Add support for HP ZBook 15

2014-12-11 Thread Éric Piel
...@vger.kernel.org Signed-off-by: Takashi Iwai ti...@suse.de Sorry, it got a be delayed... but it looks completely fine :-) Signed-off-by: Éric Piel eric.p...@tremplin-utc.net Darren, would you wind picking up this patch via your tree? Cheers, Éric --- drivers/platform/x86/hp_accel.c | 1 + 1 file changed

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

2014-11-02 Thread Éric Piel
, Looks fine with respect to the hp accel driver. If Dmitry thinks the behaviour is fine then I've got nothing more to say :-) Reviewed-by: Éric Piel eric.p...@tremplin-utc.net Darren, could you pick up this patch in your tree? Cheers, Éric --- Changes in v2: * Remove a unnecessary deletion

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

2014-10-22 Thread Éric Piel
On 22/10/14 15:20, Giedrius Statkevicius wrote: : My questions are these: - Does any system with the accelerometer whose ACPI id is HPQ0004 or HPQ6007 run into the same issues? - If so, what are the scancodes reported by atkbd? - If not, then where can I find some documentation to find

Re: [PATCH 1/2] drivers: platform: Mark functions as static in hp_accel.c

2013-12-13 Thread Éric Piel
/platform/x86/hp_accel.c:132:5: warning: no previous prototype for ‘lis3lv02d_acpi_write’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org Yes, looks fine. Signed-off-by: Éric Piel eric.p...@tremplin-utc.net Matthew

Re: [PATCH] hp_accel: Add a new PnP ID HPQ6007 for new HP laptops

2013-03-09 Thread Éric Piel
On 08-03-13 23:59, Shuah Khan wrote: : Should this be tagged for stables releases? This patch went into suse git and just checking to see if it should go into stable releases. Hello, This patch will make the module automatically load on some new HP laptops. So although it's not fixing a bug,

Re: [PATCH] hp_accel: Add a new PnP ID HPQ6007 for new HP laptops

2013-03-05 Thread Éric Piel
, so indeed it should work fine. Thanks for the patch, here is my: Acked-by: Éric Piel eric.p...@tremplin-utc.net Matthew, could you pick this patch into your tree? Cheers, Éric --- drivers/platform/x86/hp_accel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/platform/x86

Re: [PATCH 01/10] lis3lv02d: avoid divide by zero due to unchecked

2011-08-03 Thread Éric Piel
Op 01-08-11 23:29, Andrew Morton schreef: On Mon, 1 Aug 2011 23:11:17 +0200 Christian Lamparterchunk...@googlemail.com wrote: On Monday, August 01, 2011 10:29:06 PM Andrew Morton wrote: On Mon, 25 Jul 2011 17:16:23 +0200 __ric Pieleric.p...@tremplin-utc.net wrote: +static int

[PATCH 00/10] lis3: various fixes and enhancements

2011-07-25 Thread Éric Piel
Hello, Here are a couple of patches from my backlog for the lis3. Since the move out of hwmon, I'm not entirely sure to who I should send the patches for the part which lies in driver/misc. Maybe Andrew can pick them, or should I send them directly to Linus? Patch 1 avoids crashes with a

[PATCH 01/10] lis3lv02d: avoid divide by zero due to unchecked

2011-07-25 Thread Éric Piel
and if it isn't use a sane default instead. I went for 100 in the latter case, simply because /sys/devices/platform/lis3lv02d/rate returns it on a successful boot. Signed-off-by: Christian Lamparter chunk...@googlemail.com Signed-off-by: Éric Piel eric.p...@tremplin-utc.net --- drivers/misc/lis3lv02d

[PATCH 02/10] lis3: update maintainer information

2011-07-25 Thread Éric Piel
In the move of the lis3 driver, the hp_accel.c file got dropped from the MAINTAINER file. Make it explicit again that this file is tied to lis3 again. Signed-off-by: Éric Piel eric.p...@tremplin-utc.net --- MAINTAINERS |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[PATCH 05/10] hp_accel: Add HP ProBook 655x

2011-07-25 Thread Éric Piel
Add axis correction for HP ProBook 6555b. Signed-off-by: Malte Starostik m-staros...@versanet.de Signed-off-by: Éric Piel eric.p...@tremplin-utc.net --- drivers/platform/x86/hp_accel.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/platform/x86/hp_accel.c b

[PATCH 03/10] lis3: add support for HP EliteBook 2730p

2011-07-25 Thread Éric Piel
Add axis correction for HP EliteBook 2730p. Tested-by: Witold Pilat witold.pi...@gmail.com Signed-off-by: Éric Piel eric.p...@tremplin-utc.net --- drivers/platform/x86/hp_accel.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/platform/x86/hp_accel.c b/drivers

[PATCH 06/10] CONFIG_HP_ACCEL: Fix help text

2011-07-25 Thread Éric Piel
Adapt the help text for CONFIG_HP_ACCEL to the move of Documentation/hwmon/lis3lv02d to Documentation/misc-devices/ in ff606677f6a47c63329cf8e6c7cf978c29f2d736 Signed-off-by: Malte Starostik m-staros...@versanet.de Signed-off-by: Éric Piel eric.p...@tremplin-utc.net --- drivers/platform/x86

[PATCH 04/10] lis3: add support for HP EliteBook 8540w

2011-07-25 Thread Éric Piel
Add axis correction for HP EliteBook 8540w. Reported-by: Lyall Pearce lyall.pea...@hp.com Signed-off-by: Éric Piel eric.p...@tremplin-utc.net --- drivers/platform/x86/hp_accel.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/platform/x86/hp_accel.c b/drivers

Re: [PATCH 1/2] Make WMI be selected automatically when needed

2010-04-23 Thread Éric Piel
Op 23-04-10 21:20, Matthew Garrett schreef: On Sat, Apr 17, 2010 at 02:58:29AM +0200, Éric Piel wrote: config LEDS_DELL_NETBOOKS tristate External LED on Dell Business Netbooks -depends on X86 ACPI_WMI +depends on X86 +depends on ACPI +select ACPI_WMI I dislike