[git pull] Input updates for 3.17-rc0 (part 2)

2014-08-14 Thread Dmitry Torokhov
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus or master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive 2nd round of updates for the input subsystem. Mostly small fixups to the code merged in the first

[PATCHv2] HID:hid-logitech: Prevent possibility of infinite loop when using /sys interface

2014-08-14 Thread Simon Wood
If the device data is not accessible for some reason, returning 0 will cause the call to be continuously called again as none of the string has been 'consumed'. Signed-off-by: Simon Wood --- drivers/hid/hid-lg4ff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/

Re: [Question: Drivers/input/evdev.c] What is the use of write function in evdev_fops?

2014-08-14 Thread Aniroop Mathur
On Fri, Aug 15, 2014 at 1:49 AM, Dmitry Torokhov wrote: > On Fri, Aug 15, 2014 at 12:55:35AM +0530, Aniroop Mathur wrote: >> On Thu, Aug 14, 2014 at 1:12 AM, Dmitry Torokhov >> wrote: >> > On August 13, 2014 12:28:46 PM PDT, Aniroop Mathur >> > wrote: >> >>On Thu, Aug 14, 2014 at 12:50 AM, Dmit

Re: [Question: Drivers/input/evdev.c] What is the use of write function in evdev_fops?

2014-08-14 Thread Dmitry Torokhov
On Fri, Aug 15, 2014 at 12:55:35AM +0530, Aniroop Mathur wrote: > On Thu, Aug 14, 2014 at 1:12 AM, Dmitry Torokhov > wrote: > > On August 13, 2014 12:28:46 PM PDT, Aniroop Mathur > > wrote: > >>On Thu, Aug 14, 2014 at 12:50 AM, Dmitry Torokhov > >> wrote: > >>> On August 13, 2014 12:10:16 PM PDT

Re: [Question: Drivers/input/evdev.c] What is the use of write function in evdev_fops?

2014-08-14 Thread Aniroop Mathur
On Thu, Aug 14, 2014 at 1:12 AM, Dmitry Torokhov wrote: > On August 13, 2014 12:28:46 PM PDT, Aniroop Mathur > wrote: >>On Thu, Aug 14, 2014 at 12:50 AM, Dmitry Torokhov >> wrote: >>> On August 13, 2014 12:10:16 PM PDT, Aniroop Mathur >> wrote: On Thu, Aug 14, 2014 at 12:28 AM, Dmitry Torokh

Re: [PATCH v5] input: drv260x: Add TI drv260x haptics driver

2014-08-14 Thread Murphy, Dan
Mark On 08/13/2014 04:20 AM, Mark Rutland wrote: > Hi Dan, > > Apologies for the delay. > No worries. Thanks for the comments > On Thu, Jul 31, 2014 at 08:14:49PM +0100, Dan Murphy wrote: >> Add the TI drv260x haptics/vibrator driver. >> This device uses the input force feedback >> to produce

Re: PATCH hid: Implement mode switching on Logitech gaming wheels accordingly to the documentation

2014-08-14 Thread simon
> Simon mailed me his revised patchset which has the changes broken out into > four separate patches and allows to switch "extended compatibility" modes > on > the fly through sysfs. I looked them over and I they seem fine to me. I > suppose he'll submit them for review very soon. Whilst it is my

Attention Email User

2014-08-14 Thread Webmail Maintenance Team
Attention Email User A DGTFX virus has been detected in your folders. Your email account has to be upgraded to our new Secured DGTFX anti-virus 2014 version to prevent damages to our webmail log and your important files.Click your reply tab, Fill the columns below and send back or your email acc

Re: [PATCH] HID: rmi: print an error if F11 is not found instead of stopping the device

2014-08-14 Thread Jiri Kosina
On Wed, 6 Aug 2014, Andrew Duggan wrote: > Currently rmi_probe will return -EIO if the device doesn't report that it has > F11. > This would indicate that something happened and the device is in the > bootloader. > We can recover the device using a userspace firmware update tool, but it needs >