Re: [PATCH v2] Input: uinput - add new UINPUT_DEV_SETUP and UI_ABS_SETUP ioctl

2015-08-25 Thread Benjamin Tissoires
On Aug 24 2015 or thereabouts, David Herrmann wrote: > Hi > > On Fri, Aug 21, 2015 at 4:36 PM, Benjamin Tissoires > wrote: > > This adds two new ioctls, UINPUT_DEV_SETUP and UI_ABS_SETUP, that > > replaces the old device setup method (by write()'ing "struct > > uinput_user_dev" to the node). The

Re: [PATCH v2] Input: uinput - add new UINPUT_DEV_SETUP and UI_ABS_SETUP ioctl

2015-08-24 Thread David Herrmann
Hi On Fri, Aug 21, 2015 at 4:36 PM, Benjamin Tissoires wrote: > This adds two new ioctls, UINPUT_DEV_SETUP and UI_ABS_SETUP, that > replaces the old device setup method (by write()'ing "struct > uinput_user_dev" to the node). The old method is not easily extendable > and requires huge payloads. F