Re: [PATCH 2/3] HID:hid-lg: Fixed Report Descriptor for Logitech MOMO Force (Black) to split Accel/Brake into seperate axis

2013-10-10 Thread Jiri Kosina
On Wed, 9 Oct 2013, Simon Wood wrote: Signed-off-by: Simon Wood si...@mungewell.org Simon, thanks for the series. I however very much dislike commits without a single line of changelog ... could you please resend the series with a few sentences as a patch description (i.e. what, why, how).

Re: [PATCH 1/1] HID: wiimote: invert Y-Axis and add automatic calibration for Wii U Pro Controller

2013-10-10 Thread David Herrmann
Hi On Sun, Oct 6, 2013 at 8:44 PM, Rafael Brune m...@rbrune.de wrote: With these changes the Wii U Pro Controller fully complies to the gamepad-API and with the calibration is fully usable out-of-the-box without any user-space tools. This potentially breaks compatibility with software that

Re: Q: weird hidraw behaviour

2013-10-10 Thread David Herrmann
Hi On Tue, Sep 24, 2013 at 10:56 AM, Mika Westerberg mika.westerb...@linux.intel.com wrote: Hi, I noticed that after commit 212a871a393 (HID: hidraw: correctly deallocate memory on device disconnect) hidraw doesn't close the underlying hid device when the device node is closed last time.

Re: Q: weird hidraw behaviour

2013-10-10 Thread Mika Westerberg
On Thu, Oct 10, 2013 at 11:26:45AM +0200, David Herrmann wrote: Hi On Tue, Sep 24, 2013 at 10:56 AM, Mika Westerberg mika.westerb...@linux.intel.com wrote: Hi, I noticed that after commit 212a871a393 (HID: hidraw: correctly deallocate memory on device disconnect) hidraw doesn't close

Re: Q: weird hidraw behaviour

2013-10-10 Thread David Herrmann
Hi On Thu, Oct 10, 2013 at 11:39 AM, Mika Westerberg mika.westerb...@linux.intel.com wrote: On Thu, Oct 10, 2013 at 11:26:45AM +0200, David Herrmann wrote: I don't know whether it's intentional, but it is hardcoded this way now. Logic is, -close() is called on hidraw_disconnect() that is,

Re: [PATCH v2 2/2] input: rotary-encoder: Add 'on-each-step' to binding documentation

2013-10-10 Thread Ezequiel GarcĂ­a
On 4 October 2013 11:09, Ezequiel Garcia ezequiel.gar...@free-electrons.com wrote: On Fri, Oct 04, 2013 at 02:19:56PM +0100, Mark Rutland wrote: On Fri, Oct 04, 2013 at 01:53:23PM +0100, Ezequiel Garcia wrote: The driver now supports a new mode to handle the interruptions generated by the

[PATCHv2 2/3] HID:hid-lg: Fixed Report Descriptor for Logitech MOMO Force (Black) to split Accel/Brake into seperate axis

2013-10-10 Thread Simon Wood
By default the Logitech MOMO Force (Black) presents a combined accel/brake axis ('Y'). This patch modifies the HID descriptor to present seperate accel/brake axes ('Y' and 'Z'). Signed-off-by: Simon Wood si...@mungewell.org --- drivers/hid/hid-lg.c | 58

[PATCHv2 1/3] HID:hid-lg: Fixed ReportDescriptor for Logitech Formula Vibration to split Accel/Brake into seperate axis

2013-10-10 Thread Simon Wood
Requires https://patchwork.kernel.org/patch/2998241/ By default the Logitech Formula Vibration presents a combined accel/brake axis ('Y'). This patch modifies the HID descriptor to present seperate accel/brake axes ('Y' and 'Z'). Signed-off-by: Simon Wood si...@mungewell.org ---

[PATCHv2 3/3] HID:Kconfig: Correct MOMO description in wrong place (handled by LG4FF).

2013-10-10 Thread Simon Wood
Minor correction to the description in Kconfig. The Logitect MOMO wheel is actually handled by the LOGITECH_WHEELS (hid-lg4ff) section, not by the LOGITECH_FF (hid-lgff). Signed-off-by: Simon Wood si...@mungewell.org --- drivers/hid/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git

Re: [PATCH 1/1] HID: wiimote: invert Y-Axis and add automatic calibration for Wii U Pro Controller

2013-10-10 Thread Rafael Brune
Hi On Oct 10, 2013, at 11:16 AM, David Herrmann wrote: Hi On Sun, Oct 6, 2013 at 8:44 PM, Rafael Brune m...@rbrune.de wrote: With these changes the Wii U Pro Controller fully complies to the gamepad-API and with the calibration is fully usable out-of-the-box without any user-space tools.

[PATCH v2 2/2] Input: wacom - add support for three new Intuos devices

2013-10-10 Thread Ping Cheng
This series of models added a hardware switch to turn touch data on/off. To report the state of the switch, SW_TOUCH is added in include/uapi/linux/input.h. The driver is also updated to process wireless devices that do not support touch interface. Tested-by: Jason Gerecke killert...@gmail.com

[PATCH v2 1/2] Input - wacom: Not all multi-interface devices support touch

2013-10-10 Thread Ping Cheng
Some multi-interface devices support expresskeys on a separate interface, such as Bamboo; some multi-interface devices do not support touch at all, such as Pen only Intuos5. Make sure we report the right device names. Tested-by: Jason Gerecke killert...@gmail.com Signed-off-by: Ping Cheng

[PATCH] Input: add regulator haptic driver

2013-10-10 Thread hyunhee.kim
From: Hyunhee Kim hyunhee@samsung.com Date: Wed, 9 Oct 2013 16:21:36 +0900 Subject: [PATCH] Input: add regulator haptic driver The regulator haptic driver function can be used to control motor by on/off regulator. User can control the haptic driver by using force feedback framework.

[PATCH] Input: add regulator haptic driver

2013-10-10 Thread hyunhee.kim
From: Hyunhee Kim hyunhee@samsung.com Date: Wed, 9 Oct 2013 16:21:36 +0900 Subject: [PATCH] Input: add regulator haptic driver The regulator haptic driver function can be used to control motor by on/off regulator. User can control the haptic driver by using force feedback framework.