Re: [PATCH] input:touchscreen:Properly check touchscreen information is read in ads7846_probe

2015-12-22 Thread Dmitry Torokhov
On Tue, Dec 22, 2015 at 9:58 AM, Nicholas Krause wrote: > This properly checks if touchscreen information is read before > allocating a sysfs_group of files for this device's device > structure's kobject(s) and if we fail to read the information > successfully then we must continue with the error

[PATCH] hil_mlc: Convert timeval to ktime_t

2015-12-22 Thread shraddha.6596
From: Shraddha Barke 32-bit systems using 'struct timeval' will break in the year 2038, in order to avoid that the code should be replaced with appropriate types. This patch replaces timeval with 64-bit ktime_t which is y2038 safe. Here, time64_t is used directly since mlc->lcv_t is interested on

Re: [PATCH] HID: sensor-hub: Add quirk for Lenovo Yoga 900 with ITE Chips

2015-12-22 Thread Nish Aravamudan
On Tue, Dec 22, 2015 at 5:27 AM, Jiri Kosina wrote: > On Fri, 18 Dec 2015, Srinivas Pandruvada wrote: > >> This needs same quirk as applied to other YOGA sensor hubs. >> Refer to >> 47eeca8a48 (" HID: sensor-hub: Add in quirk for Lenovo Yogas with ITE") >> >> Signed-off-by: Srinivas Pandruvada >>

Re: [PATCH] HID: sensor-hub: Add quirk for Lenovo Yoga 900 with ITE Chips

2015-12-22 Thread Jiri Kosina
On Fri, 18 Dec 2015, Srinivas Pandruvada wrote: > This needs same quirk as applied to other YOGA sensor hubs. > Refer to > 47eeca8a48 (" HID: sensor-hub: Add in quirk for Lenovo Yogas with ITE") > > Signed-off-by: Srinivas Pandruvada > Tested-by: Nishanth Aravamudan I got a bit lost here ... w

Re: [PATCH] Input: xpad - use LED API when identifying wireless controllers

2015-12-22 Thread Clement Calmels
On Mon, 21 Dec 2015 12:06:50 -0800 Dmitry Torokhov wrote: > On Sun, Dec 20, 2015 at 01:49:25PM +0100, Pavel Rojtberg wrote: > > 2015-12-20 8:55 GMT+01:00 Dmitry Torokhov > > : > > > On Sat, Dec 19, 2015 at 10:17:09PM +0100, Clement Calmels wrote: > > >> On Wed, 16 Dec 2015 14:44:08 -0800 > > >> D