Hidden dependency of i2c-hid on GPIOLIB

2015-04-13 Thread Gabriele Mazzotta
Hi, my touchpad stopped working because of a485923efbb8 ("HID: i2c-hid: Add support for ACPI GPIO interrupts"). It turned out that I need CONFIG_GPIOLIB. I think this dependency should be made explicit or the driver should not depend on it. Regards, Gabriele -- To unsubscribe from this list: send

Re: [PATCH] Add a quirk for the Dell XPS 13 (2015) when in PS/2 mode.

2015-04-13 Thread Mario Limonciello
On 04/10/2015 09:19 PM, Ben Gamari wrote: Mario Limonciello writes: snip snip Is this to say that the issue will be fixed with a BIOS update? Cheers, - Ben From what I have gathered this is expected behavior that won't change. The EC will intentionally drop packets while processing key

[Patch V2] Driver for Logitech M560

2015-04-13 Thread Goffredo Baroncelli
Hi Benjamin, I accepted near all your suggestions; the one which I leaved out is the one related to using input_event()/input_sync() instead of rewriting the hid report. I am not against to it, but... I don't know enough the hid stack, so I need some more suggestions from your side. In the meant

Re: Driver for Logitech M560

2015-04-13 Thread Goffredo Baroncelli
On 2015-04-13 17:06, Benjamin Tissoires wrote: > On Fri, Apr 10, 2015 at 2:56 PM, Goffredo Baroncelli > wrote: >> Hi, >> >> after the Antonio's mail, I updated my work on the latest kernel (3.19.3); >> this work for me, but I am sure that I made some mistakes, so please >> consider this a beta.

Re: [PATCH v2] Input: set INPUT_PROP_POINTING_STICK in hid-lenovo

2015-04-13 Thread Benjamin Tissoires
Hi Andreas, [please do not forget to CC Jiri when submitting to HID, or your patch will get lost] On Wed, Apr 8, 2015 at 5:36 AM, Andreas Fleig wrote: > Set flags INPUT_PROP_POINTER and INPUT_PROP_POINTING_STICK for the > trackpoint integrated in Lenovo USB and Bluetooth keyboards. Libinput chec

Re: [PATCH] Input: Fix multitouch support for Type Cover 3

2015-04-13 Thread Felipe
On Mon, Apr 13, 2015 at 11:16 AM Benjamin Tissoires wrote: > > On Sun, Apr 12, 2015 at 6:04 PM, Felipe wrote: > > Hi Benjamin, > > > > On Sat, Apr 11, 2015 at 11:08 AM, Benjamin Tissoires > > wrote: > >> Hi Felipe, > >> > >> On Sat, Apr 11, 2015 at 12:17 AM, Felipe Otamendi > >> wrote: > >>> Ma

Re: Driver for Logitech M560

2015-04-13 Thread Benjamin Tissoires
On Fri, Apr 10, 2015 at 2:56 PM, Goffredo Baroncelli wrote: > Hi, > > after the Antonio's mail, I updated my work on the latest kernel (3.19.3); > this work for me, but I am sure that I made some mistakes, so please consider > this a beta. Thanks for the patch. I have some comments, please see

Re: [PATCH] Input: Fix multitouch support for Type Cover 3

2015-04-13 Thread Benjamin Tissoires
On Sun, Apr 12, 2015 at 6:04 PM, Felipe wrote: > Hi Benjamin, > > On Sat, Apr 11, 2015 at 11:08 AM, Benjamin Tissoires > wrote: >> Hi Felipe, >> >> On Sat, Apr 11, 2015 at 12:17 AM, Felipe Otamendi >> wrote: >>> Make the Type Cover 3 use the hid multitouch driver, which is better suited >>> for

RE: [RFC v3 5/9] cec: add new driver for cec support.

2015-04-13 Thread Kamil Debski
Hi Hans, Thank you so much for the review. From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Hans Verkuil Sent: Friday, March 20, 2015 7:08 PM > > Hi Kamil, > > Once again thank you for continuing this work! > > I do have some comments, see below

Re: Driver for Logitech M560

2015-04-13 Thread Antonio Ospite
On Sun, 12 Apr 2015 20:47:39 +0200 Goffredo Baroncelli wrote: > Hi Antonio, > > I update my repository; I rebased my work on the current linux v3.19.3 > kernel. The new repository is https://github.com/kreijack/logitech-m560.git > (branch master). > > If you want to make a dkms package for thi

[PATCH 2/2] xpad: Kudos to the reverse-engineering work

2015-04-13 Thread Ming-ting Yao Wei
This adds credits to the reverse engineering work. --- drivers/input/joystick/xpad.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c index 9b08c47..882b528 100644 --- a/drivers/input/joystick/xpad.c +++ b/drivers/input/joystick/x

[PATCH 1/2] xpad: Add rumble support for Xbox One controller

2015-04-13 Thread Ming-ting Yao Wei
This adds rumble support for Xbox One controller. Tested with fftest. --- drivers/input/joystick/xpad.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c index 3aa2f3f..9b08c47 100644 --- a/drivers