Re: [RFC RESEND 5/5] Input: evdev - add new EVIOCGABSRANGE ioctl

2014-08-05 Thread Peter Hutterer
sorry for the late comments, not sure how that slipped through but it hadn't shown up in my inbox unil Benjamin poked me. On Sat, Jul 19, 2014 at 03:10:45PM +0200, David Herrmann wrote: > When we introduced the slotted MT ABS extensions, we didn't take care to > make SYN_DROPPED recoverable. Imagi

Re: [PATCH] Input - wacom: update the ABI doc according to latest changes

2014-08-05 Thread Ping Cheng
On Tue, Aug 5, 2014 at 2:34 PM, Benjamin Tissoires wrote: > Hi Ping, > > On Aug 05 2014 or thereabouts, Ping Cheng wrote: >> Thank you Benjamin for updating the ABI docs. My comments are inline. >> >> With those lines updated, this patch is: >> >> Reviewed-by: Ping Cheng > > Thanks! > >> >> Cheer

Re: [PATCH] Input - wacom: update the ABI doc according to latest changes

2014-08-05 Thread Benjamin Tissoires
Hi Ping, On Aug 05 2014 or thereabouts, Ping Cheng wrote: > Thank you Benjamin for updating the ABI docs. My comments are inline. > > With those lines updated, this patch is: > > Reviewed-by: Ping Cheng Thanks! > > Cheers, > > Ping > > On Tue, Aug 5, 2014 at 8:34 AM, Benjamin Tissoires >

Re: [PATCH] Input - wacom: update the ABI doc according to latest changes

2014-08-05 Thread Ping Cheng
Thank you Benjamin for updating the ABI docs. My comments are inline. With those lines updated, this patch is: Reviewed-by: Ping Cheng Cheers, Ping On Tue, Aug 5, 2014 at 8:34 AM, Benjamin Tissoires wrote: > Now the devices show up under hid no matter the connection. So update the > sysfs pa

TSC2004 driver

2014-08-05 Thread Michael Welling
The TSC2004 driver has yet to appear in the mainline kernel. We have been using the driver referenced here as provided by TI: https://www.mail-archive.com/linux-omap@vger.kernel.org/msg22018.html Are there any plans of supporting this device in the mainline kernel? Mysteriously a device tree ent

Re: [PATCH] Input - wacom: update the ABI doc according to latest changes

2014-08-05 Thread Przemo Firszt
Quoting Benjamin Tissoires : Now the devices show up under hid no matter the connection. So update the sysfs path to the shortest and common one. The ABI has also been unified regarding the OLEDs, but Bluetooth handle only 1-bit images instead of 4. Signed-off-by: Benjamin Tissoires --- Guys

[PATCH] Input - wacom: update the ABI doc according to latest changes

2014-08-05 Thread Benjamin Tissoires
Now the devices show up under hid no matter the connection. So update the sysfs path to the shortest and common one. The ABI has also been unified regarding the OLEDs, but Bluetooth handle only 1-bit images instead of 4. Signed-off-by: Benjamin Tissoires --- Guys, by updating this and working o

[PATCH] Input - wacom: only register once the MODULE_* macros

2014-08-05 Thread Benjamin Tissoires
Putting the various MODULE_* makes them appear several times in modinfo because wacom.h is used both in wacom_sys.c and wacom_wac.h. Having the macros near the module declaration makes them appear only once. Add also MODULE_VERSION(DRIVER_VERSION) to export the current version number. Signed-off-

[PATCH v4] Input - wacom: add copyright note and bump version to 2.0

2014-08-05 Thread Benjamin Tissoires
Reviewed-by: Ping Cheng Tested-by: Przemo Firszt Signed-off-by: Benjamin Tissoires --- changes in v4: - also update the DRIVER_VERSION macro Hi Dmitry, if you could replace the v3 of this patch by this v4 in your pull request to Linus, that would be better. Ping notified me about this last Fr