[PATCH 0/1] alps: Document that Protocol V2 uses standard PS/2 mouse

2015-04-02 Thread Hans de Goede
Hi Dmitry, Here is the promised documentation patch, feel free to squash this into the 2nd patch of the set which I send yesterday. Regards, Hans -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH] alps: Document that Protocol V2 uses standard PS/2 mouse packets for the stick

2015-04-02 Thread Hans de Goede
Document that Protocol V2 uses standard (bare) PS/2 mouse packets for the DualPoint stick. Signed-off-by: Hans de Goede --- Documentation/input/alps.txt | 8 1 file changed, 8 insertions(+) diff --git a/Documentation/input/alps.txt b/Documentation/input/alps.txt index a63e5e0..92ae734

Re: [PATCH 0/3] Cleanup to get rid of a static checker warning

2015-04-02 Thread Jiri Kosina
On Fri, 20 Mar 2015, Ping Cheng wrote: > Patch e2c7d8877e5c leads to the following Smatch complaint: > > drivers/hid/wacom_wac.c:602 wacom_intuos_inout() > error: we previously assumed 'wacom->shared' could be null (see line > 584) > > The first patch in this series fixes that warning.

Re: [PATCH] HID: logitech-hidpp: add a module parameter to keep firmware gestures

2015-04-02 Thread Jiri Kosina
On Thu, 26 Mar 2015, Benjamin Tissoires wrote: > The Logitech T650 used to report 3 fingers swipes to the up as a press on > the Super key. When we switched the touchpad to the raw mode, we also > disable such firmware gesture and some users may rely on it. > > Unfortunately, 3 finger swipes are

Re: [PATCH] HID: wacom: Add support for Cintiq 13HD Touch

2015-04-02 Thread Jiri Kosina
On Wed, 25 Mar 2015, Ping Cheng wrote: > Cintiq 13HD Touch is a new display tablet with pen and 10 finger touches. > > Signed-off-by: Ping Cheng Applied to for-4.1/wacom. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a messag

Re: [PATCH 0/3] Cleanup to get rid of a static checker warning

2015-04-02 Thread Ping Cheng
On Thu, Apr 2, 2015 at 5:21 AM, Jiri Kosina wrote: > On Fri, 20 Mar 2015, Ping Cheng wrote: > >> Patch e2c7d8877e5c leads to the following Smatch complaint: >> >> drivers/hid/wacom_wac.c:602 wacom_intuos_inout() >> error: we previously assumed 'wacom->shared' could be null (see >> line 5

Re: [PATCH] alps: Document that Protocol V2 uses standard PS/2 mouse packets for the stick

2015-04-02 Thread Pali Rohár
On Thursday 02 April 2015 10:08:54 Hans de Goede wrote: > Document that Protocol V2 uses standard (bare) PS/2 mouse > packets for the DualPoint stick. > > Signed-off-by: Hans de Goede > --- > Documentation/input/alps.txt | 8 > 1 file changed, 8 insertions(+) > > diff --git a/Documenta