[PATCH 2/4] HID: sony: Use standard output reports instead of raw reports to send data to the Dualshock 4.

2014-01-16 Thread Frank Praznik
Use regular HID output reports instead of raw reports in the dualshock4_state_worker function. (Thanks Simon Mungewell) Signed-off-by: Frank Praznik --- Apply against jikos/hid.git/for-3.14/sony drivers/hid/hid-sony.c | 45 - 1 file changed, 28 i

[PATCH 4/4] HID: sony: Map gyroscopes and accelerometers to axes

2014-01-16 Thread Frank Praznik
Use a modified HID descriptor for the Dualshock 4 to assign the gyroscope sensors and accelerometers to axes. Signed-off-by: Frank Praznik --- Apply against jikos/hid.git/for-3.14/sony drivers/hid/hid-sony.c | 78 ++ 1 file changed, 78 inserti

[PATCH 3/4] HID: sony: Fix spacing in the device definitions.

2014-01-16 Thread Frank Praznik
Fix cosmetic spacing in the device definitions. Signed-off-by: Frank Praznik --- Apply against jikos/hid.git/for-3.14/sony drivers/hid/hid-sony.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/hid/hid-sony.c b/drivers/hid/hid-sony.c index e623131..a7c

[PATCH 1/4] HID: sony: Use separate identifiers for USB and Bluetooth connected Dualshock 4 controllers.

2014-01-16 Thread Frank Praznik
Use separate identifiers for Dualshock 4 controllers connected via USB and Bluetooth. Signed-off-by: Frank Praznik --- Apply against jikos/hid.git/for-3.14/sony drivers/hid/hid-sony.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/drivers/hid/hid-sony.c

[PATCH 0/4] HID: sony: Additional fixes and improvements for the Dualshock 4

2014-01-16 Thread Frank Praznik
These series of patches makes some fixes and improvements to the Dualshock 4 driver. There seems to be an issue in Bluez that prevents these controllers from connecting via bluetooth, so rumble and LED support for Bluetooth devices is currently missing from the driver since it can't be tested.

Re: [PATCH 2/2] Input: edt-ft5x06: Add DT support

2014-01-16 Thread Simon Budig
On 16/01/14 08:49, Lothar Waßmann wrote: >>> --- /dev/null >>> +++ b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt >>> @@ -0,0 +1,31 @@ >>> +* EDT FT5x06 Multiple Touch Controller >>> + > [...] >>> +- threshold: allows setting the "click"-threshold in the range from 20 to >>>

Re: [PATCHv2 3/3] Input: edt-ft5x06: Add DT support

2014-01-16 Thread Simon Budig
Hi Dmitry On 17/01/14 01:26, Dmitry Torokhov wrote: >> + The following properties provide default values for the >> + corresponding parameters (see Documentation/input/edt-ft5x06.txt) >> +- edt,threshold: allows setting the "click"-threshold in the range from 20 >> to 80. >> +- edt,gain: sensit

Re: [PATCHv2 3/3] Input: edt-ft5x06: Add DT support

2014-01-16 Thread Jingoo Han
On Friday, January 17, 2014 9:27 AM, Dmitry Torokhov wrote: > On Thu, Jan 16, 2014 at 09:02:18AM +0100, Lothar Waßmann wrote: > > > > Signed-off-by: Lothar Waßmann > > --- > > .../bindings/input/touchscreen/edt-ft5x06.txt | 29 + > > drivers/input/touchscreen/edt-ft5x06.c |

Re: [PATCH 4/4] Input: synaptics-rmi4 - switch to using i2c_transfer()

2014-01-16 Thread Dmitry Torokhov
On Tue, Jan 14, 2014 at 12:26:47AM -0800, Christopher Heiny wrote: > On 01/09/2014 11:44 PM, Dmitry Torokhov wrote: > > > >-dev_dbg(&client->dev, "writes 1 bytes: %02x\n", txbuf[0]); > >+retval = i2c_transfer(client->adapter, msgs, sizeof(msgs)); > >+if (retval == sizeof(msgs)) > > I t

Re: [PATCH] Input: wacom - add support for DTU-1031

2014-01-16 Thread Dmitry Torokhov
Hi Ping, On Thu, Jan 16, 2014 at 01:29:39PM -0800, Ping Cheng wrote: > Signed-off-by: Ping Cheng > --- > drivers/input/tablet/wacom_wac.c | 80 > +++- > drivers/input/tablet/wacom_wac.h | 6 ++- > 2 files changed, 84 insertions(+), 2 deletions(-) > > diff -

Re: [PATCH] Input: wacom - Fix wacom->shared guards for dual input devices

2014-01-16 Thread Dmitry Torokhov
On Wed, Jan 15, 2014 at 02:04:17PM -0800, Ping Cheng wrote: > features->quirks can have multiple bits set. For dual input, we only > need to check WACOM_QUIRK_MULTI_INPUT. > > Reviewed-by: Jason Gerecke > Signed-off-by: Ping Cheng Applied, thank you. > --- > drivers/input/tablet/wacom_wac.c |

Re: [PATCHv2 1/3] Input: edt_ft5x06: use devm_* functions where appropriate

2014-01-16 Thread Dmitry Torokhov
On Thu, Jan 16, 2014 at 09:02:16AM +0100, Lothar Waßmann wrote: > Simplify the error path and remove() function by using devm_* > functions for requesting gpios and irq and allocating the input > device. > > Signed-off-by: Lothar Waßmann Applied, thank you. > --- > drivers/input/touchscreen/ed

Re: [PATCHv2 3/3] Input: edt-ft5x06: Add DT support

2014-01-16 Thread Dmitry Torokhov
Hi Lothar, On Thu, Jan 16, 2014 at 09:02:18AM +0100, Lothar Waßmann wrote: > > Signed-off-by: Lothar Waßmann > --- > .../bindings/input/touchscreen/edt-ft5x06.txt | 29 + > drivers/input/touchscreen/edt-ft5x06.c | 121 > +--- > 2 files changed, 132 inser

Re: [PATCH] HID: hid-sensor-hub:Fix buggy report descriptors

2014-01-16 Thread Jiri Kosina
On Tue, 14 Jan 2014, Srinivas Pandruvada wrote: > This addresses regression caused by commit id "751d17e23a9f7" > iio: hid-sensors: Fix power and report state. Applied, thanks Srinivas. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the bo

Re: [PATCH v2 1/3] HID: sony: Add force-feedback support for the Dualshock 4

2014-01-16 Thread simon
> On Sat, 11 Jan 2014, Frank Praznik wrote: > >> Adds the Dualshock 4 to the HID device list and enables force-feedback. >> >> Adds a Dualshock 4 specific worker function since the Dualshock 4 needs >> a >> different report than the Sixaxis. >> >> The right motor in the Dualshock 4 is variable so t

Re: [PATCH 1/5] HID: logitech-dj: Fix USB 3.0 issue

2014-01-16 Thread Jiri Kosina
On Wed, 8 Jan 2014, Benjamin Tissoires wrote: > From: Benjamin Tisssoires > > This fix (not very clean though) should fix the long time USB3 > issue that was spotted last year. The rational has been given by > Hans de Goede: Man this is so ugly ... makes one wonder how come that other OSes don'

Re: [PATCH v2 1/3] HID: sony: Add force-feedback support for the Dualshock 4

2014-01-16 Thread Jiri Kosina
On Sat, 11 Jan 2014, Frank Praznik wrote: > Adds the Dualshock 4 to the HID device list and enables force-feedback. > > Adds a Dualshock 4 specific worker function since the Dualshock 4 needs a > different report than the Sixaxis. > > The right motor in the Dualshock 4 is variable so the full r

[PATCH] Input: wacom - add support for DTU-1031

2014-01-16 Thread Ping Cheng
Signed-off-by: Ping Cheng --- drivers/input/tablet/wacom_wac.c | 80 +++- drivers/input/tablet/wacom_wac.h | 6 ++- 2 files changed, 84 insertions(+), 2 deletions(-) diff --git a/drivers/input/tablet/wacom_wac.c b/drivers/input/tablet/wacom_wac.c index 0bcc7a

Re: Fwd: [PATCH] add support for ALPS v7 protocol device

2014-01-16 Thread Dylan Thurston
Yes. --Dylan On Thu, Jan 16, 2014 at 01:36:01PM +0800, Elaine Chen wrote: > Do you mean that cursor jitters, moves away from target when hitting the > button? > > 2014/1/16 Dylan Thurston : > > Another small issue: it's a little difficult to click in the touchpad > > area without moving the mou

[PATCHv2 2/3] DT: Add vendor prefix for Emerging Display Technologies

2014-01-16 Thread Lothar Waßmann
Signed-off-by: Lothar Waßmann --- .../devicetree/bindings/vendor-prefixes.txt|1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index b458760..49774c3 1006

[PATCHv2 3/3] Input: edt-ft5x06: Add DT support

2014-01-16 Thread Lothar Waßmann
Signed-off-by: Lothar Waßmann --- .../bindings/input/touchscreen/edt-ft5x06.txt | 29 + drivers/input/touchscreen/edt-ft5x06.c | 121 +--- 2 files changed, 132 insertions(+), 18 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/touc

[PATCHv2 1/3] Input: edt_ft5x06: use devm_* functions where appropriate

2014-01-16 Thread Lothar Waßmann
Simplify the error path and remove() function by using devm_* functions for requesting gpios and irq and allocating the input device. Signed-off-by: Lothar Waßmann --- drivers/input/touchscreen/edt-ft5x06.c | 62 ++- 1 files changed, 20 insertions(+), 42 deletions(-

[PATCHv2 0/3] Input: edt-ft5x06: Add DT support

2014-01-16 Thread Lothar Waßmann
Changes wrt. v1: addressed the comments from Jingoo Han and Mark Rutland - added another patch to convert the driver to use devm_* functions - removed sysfs reference from bindings documentation - changed '_' to '-' in property name - added 'edt,' prefix to properties names - added sanity check for