Re: [PATCH] HID: microsoft: Add support for Surface Pro 4 Type Cover

2015-10-30 Thread Jiri Kosina
On Fri, 30 Oct 2015, Andy Shevchenko wrote: > >> Adding support for device 0x07e8 (SP4 Type Cover) > >> > >> Signed-off-by: savoca > > > > Thanks for the patch. > > > > The authorship and signoffs should same real names though. Could you > > please resend with that fixed? >

Re: [PATCH v3] Input: tsc2005 - Add support for tsc2004

2015-10-30 Thread Arnd Bergmann
On Thursday 29 October 2015 20:01:51 Michael Welling wrote: > On Fri, Oct 30, 2015 at 09:39:05AM +0900, Mark Brown wrote: > > On Thu, Oct 29, 2015 at 03:23:31PM -0700, Dmitry Torokhov wrote: > > > > > However, you have regmap in the driver core already. Mark, is it > > > possible to have regmap

Re: [PATCH] Evdev: Fix bug in checking duplicate clock change request

2015-10-30 Thread Dmitry Torokhov
Hi Aniroop, On Thu, Oct 29, 2015 at 01:38:32AM +0530, Aniroop Mathur wrote: > From: Aniroop Mathur > > clk_type and clkid stores different predefined clock identification > values so they cannot be compared for checking duplicate clock change > request. Therefore, lets fix

hitel

2015-10-30 Thread LADDER LOANS
-- Üdvözlet mindenkinek odakint, Ez Molly Logan -tól LADDER LOANS Cég székhelye UK. Bármit is van a cél, LADDER LOANS segíthet megvalósítani ezt a célt. Lehet, hogy a felújításokat, az autó meg kell, oly módon, hogy megszilárdítsa az adósságait, az ünnep már dolgozott olyan keményen,

[PATCH 4/4] Input: tsc2004 - Document ts2004 dt bindings

2015-10-30 Thread Michael Welling
Adds documentation for the devicetree bindings of the new tsc2004 driver. Signed-off-by: Michael Welling --- .../bindings/input/touchscreen/tsc2005.txt | 39 ++ 1 file changed, 39 insertions(+) diff --git

[PATCH 1/4] Input: tsc2005 - Separate SPI and core functions

2015-10-30 Thread Michael Welling
This patch separates the SPI functionality from core functionality that overlaps with the tsc2004. Prepares kernel for new tsc2004 driver without much redundant code. Signed-off-by: Michael Welling --- drivers/input/touchscreen/Kconfig | 4 +

[PATCH 2/4] Input: tsc200x-core - Rename functions and variables

2015-10-30 Thread Michael Welling
The functions, variables, and defines of the new tsc200x-core.c are renamed to tsc200x instead of tsc2005 avoid possible confusion. Signed-off-by: Michael Welling --- drivers/input/touchscreen/tsc2005.c | 2 +- drivers/input/touchscreen/tsc200x-core.c | 200

[PATCH v4 0/4] tsc2005 - Add support for tsc2004

2015-10-30 Thread Michael Welling
Adds support for the i2c based tsc2004. Due to the overlapping functionality of the tsc2004 and tsc2005 the common code was moved to a core driver (tsc200x-core). v4: Break patch into series. Isolates the I2C and SPI commands to respective drivers. v3: Splits the tsc2004 and tsc2005 into

[PATCH 3/4] Input: tsc2004 - Add support for tsc2004

2015-10-30 Thread Michael Welling
Adds support for the i2c based tsc2004. Signed-off-by: Michael Welling --- drivers/input/touchscreen/Kconfig | 13 ++ drivers/input/touchscreen/Makefile | 1 + drivers/input/touchscreen/tsc2004.c | 86 + 3 files changed, 100

Re: [PATCH v2] Input: tsc2005 - Add support for tsc2004

2015-10-30 Thread Arnd Bergmann
On Tuesday 27 October 2015 23:12:58 Dmitry Torokhov wrote: > > Yes it does. > > > > I have been told that using wildcard names is bad in other subsystems. > > Perhaps tsc200x-core.c should be called something else because it has > > nothing to do with the tsc2007 but it is covered by the

Re: [PATCH] Evdev: Fix bug in checking duplicate clock change request

2015-10-30 Thread Aniroop Mathur
Hello Mr. Torokhov, On Fri, Oct 30, 2015 at 4:45 PM, Dmitry Torokhov wrote: > Hi Aniroop, > > On Thu, Oct 29, 2015 at 01:38:32AM +0530, Aniroop Mathur wrote: >> From: Aniroop Mathur >> >> clk_type and clkid stores different predefined clock

Re: [RFC 1/5] INPUT: xpad: Add minimal support for Logitech G920 Wheel

2015-10-30 Thread Jiri Kosina
On Fri, 23 Oct 2015, Simon Wood wrote: > When plugged in the Logitech G920 wheel starts with USBID 046d:c261 > and behaviors as a vendor specific class. If a 'magic' byte sequence > is sent the wheel will detach and reconnect as a HID device with the > USBID 046d:c262. [ Benjamin added to CC ]

Re: [PATCH] HID: microsoft: Add support for Surface Pro 4 Type Cover

2015-10-30 Thread Jiri Kosina
On Tue, 27 Oct 2015, savoca wrote: > Adding support for device 0x07e8 (SP4 Type Cover) > > Signed-off-by: savoca Thanks for the patch. The authorship and signoffs should same real names though. Could you please resend with that fixed? -- Jiri Kosina SUSE Labs -- To

[git pull] Input updates for 4.3-rc7

2015-10-30 Thread Dmitry Torokhov
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. You will get a change to ALPS driver where we had limit the quirk for trackstick handling from being active on all Dells to just a few models;

Re: [PATCH v9 2/9] Input: goodix - reset device at init

2015-10-30 Thread Dmitry Torokhov
On Mon, Oct 19, 2015 at 05:52:39PM +0300, mika.westerb...@linux.intel.com wrote: > On Mon, Oct 19, 2015 at 02:32:24PM +, Tirdea, Irina wrote: > > > > > > > -Original Message- > > > From: linux-input-ow...@vger.kernel.org > > > [mailto:linux-input-ow...@vger.kernel.org] On Behalf Of

Re: [PATCH] Evdev: Fix bug in checking duplicate clock change request

2015-10-30 Thread Aniroop Mathur
On Fri, Oct 30, 2015 at 6:34 PM, Aniroop Mathur wrote: > > Hello Mr. Torokhov, > > On Fri, Oct 30, 2015 at 4:45 PM, Dmitry Torokhov > wrote: > > Hi Aniroop, > > > > On Thu, Oct 29, 2015 at 01:38:32AM +0530, Aniroop Mathur wrote: > >> From:

Re: Fwd: Re: FocalTech touchpad stops working after suspend

2015-10-30 Thread Nathanaël/Thatoo
Hello everybody, Thanks to Harris Anggara (harrisanggara) and Daniel Drake (dsdrake) here, https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1490130 , I could solve my problem by adding this patch to the kernel : https://marc.info/?l=linux-input=144312209020616=2 Now i'm using kernel 4.2 for

Re: [PATCH] HID: microsoft: Add support for Surface Pro 4 Type Cover

2015-10-30 Thread Andy Shevchenko
On Fri, Oct 30, 2015 at 3:53 PM, Jiri Kosina wrote: > On Tue, 27 Oct 2015, savoca wrote: > >> Adding support for device 0x07e8 (SP4 Type Cover) >> >> Signed-off-by: savoca > > Thanks for the patch. > > The authorship and signoffs should same real names

[PATCH] HID: microsoft: Add support for Surface Pro 4 Type Cover

2015-10-30 Thread savoca
From: Alex Deddo Adding support for device 0x07e8 (SP4 Type Cover) Signed-off-by: Alex Deddo --- drivers/hid/hid-core.c | 2 ++ drivers/hid/hid-ids.h | 1 + drivers/hid/hid-microsoft.c | 2 ++ drivers/hid/usbhid/hid-quirks.c |

Re: [PATCH] HID: microsoft: Add support for Surface Pro 4 Type Cover

2015-10-30 Thread Andy Shevchenko
Summon author, Kenny, of the mentioned patch. On Fri, Oct 30, 2015 at 7:49 PM, Andy Shevchenko wrote: > On Fri, Oct 30, 2015 at 3:53 PM, Jiri Kosina wrote: >> On Tue, 27 Oct 2015, savoca wrote: >> >>> Adding support for device 0x07e8 (SP4 Type Cover)

Re: [PATCH] HID: microsoft: Add support for Surface Pro 4 Type Cover

2015-10-30 Thread Andy Shevchenko
On Fri, Oct 30, 2015 at 9:21 PM, Kenny Speer wrote: > Hi All, what information would you like? Just found many patches are flying around to support MS Surface 3 / Pro 3 / Pro 4 / Book. https://groups.google.com/forum/?hl=en#!topic/linux-surface/VlE9JGvxEyg I'm actually