Re: [PATCH v2 6/6] HID: uclogic: actually invert the in-range bit for huion tablets only

2015-02-28 Thread Nikolai Kondrashov
On 02/26/2015 08:57 PM, Benjamin Tissoires wrote: This hack is only needed for Huion tablets. It does not seem to have any effect on the other tablets handled by this device right now, but it's better to check for the product id sooner than discovering that we have messed up one tablet later.

Re: Bug in i2c-core?

2015-02-28 Thread Thomas Petazzoni
Dmitry, Uwe, On Fri, 27 Feb 2015 19:39:49 +0100, Uwe Kleine-König wrote: Input is allocated with devm_* and input_register_device knows how to deal with that: ah, something new each day. Thanks for teaching me. Thanks as well, I also discovered that thanks to this discussion. Best

Re: [PATCH] Input: ALPS - fix memory leak when detection fails

2015-02-28 Thread Pali Rohár
On Saturday 28 February 2015 00:53:57 Dmitry Torokhov wrote: This fixes memory leak introduced by commit a09221e83e13e09a33109b9b037484eade901cea Signed-off-by: Dmitry Torokhov dmitry.torok...@gmail.com --- drivers/input/mouse/alps.c | 4 +++- 1 file changed, 3 insertions(+), 1

Re: [PATCH] Input: psmouse - when comparing PNP IDs ignore case

2015-02-28 Thread Hans de Goede
Hi, On 28-02-15 01:18, Dmitry Torokhov wrote: PNP IDs are supposed to be case-insensitive and so we should compare them as such. Signed-off-by: Dmitry Torokhov dmitry.torok...@gmail.com Looks good: Acked-by: Hans de Goede hdego...@redhat.com Regards, Hans ---

Re: [PATCH v6 3/5] power: max77843_battery: Add Max77843 fuel gauge device driver

2015-02-28 Thread Paul Bolle
On Tue, 2015-02-24 at 10:29 +0900, Jaewon Kim wrote: diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 994793d..555e436 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -212,6 +212,15 @@ config BATTERY_MAX17042 with MAX17042. This driver also supports

Re: [PATCH v6 2/5] power: max77843_charger: Add Max77843 charger device driver

2015-02-28 Thread Paul Bolle
On Tue, 2015-02-24 at 10:29 +0900, Jaewon Kim wrote: diff --git a/drivers/power/max77843_charger.c b/drivers/power/max77843_charger.c new file mode 100644 index 000..392eebc1a --- /dev/null +++ b/drivers/power/max77843_charger.c @@ -0,0 +1,508 @@ +/* + * Charger driver for Maxim

[PATCH v2] HID: multitouch: Add support for button type usage

2015-02-28 Thread Seth Forshee
According to [1], Windows Precision Touchpad devices must supply a button type usage in the device capabilities feature report. A value of 0 indicates that the device contains a depressible button (i.e. it's a click-pad) whereas a value of 1 indicates a non-depressible button. Add support for this