Re: [PATCH v2 01/24] input: Add ff-memless-next module

2014-04-23 Thread Oliver Neukum
On Tue, 2014-04-22 at 15:59 +0200, Michal Malý wrote: +/* Some devices might have a limit on how many uncombinable effects + * can be played at once */ +static int mlnx_upload_conditional(struct mlnx_device *mlnxdev, + const struct ff_effect *effect) +{ +

Re: [PATCH v2 01/24] input: Add ff-memless-next module

2014-04-23 Thread Michal Malý
On Wednesday 23 of April 2014 14:12:59 Oliver Neukum wrote: On Tue, 2014-04-22 at 15:59 +0200, Michal Malý wrote: +/* Some devices might have a limit on how many uncombinable effects + * can be played at once */ +static int mlnx_upload_conditional(struct mlnx_device *mlnxdev, +

Re: [PATCH v2 01/24] input: Add ff-memless-next module

2014-04-23 Thread Dmitry Torokhov
On Wed, Apr 23, 2014 at 02:12:59PM +0200, Oliver Neukum wrote: On Tue, 2014-04-22 at 15:59 +0200, Michal Malý wrote: +/* Some devices might have a limit on how many uncombinable effects + * can be played at once */ +static int mlnx_upload_conditional(struct mlnx_device *mlnxdev, +

Re: [PATCH v2 01/24] input: Add ff-memless-next module

2014-04-23 Thread Oliver Neukum
On Wed, 2014-04-23 at 08:59 -0700, Dmitry Torokhov wrote: On Wed, Apr 23, 2014 at 02:12:59PM +0200, Oliver Neukum wrote: On Tue, 2014-04-22 at 15:59 +0200, Michal Malý wrote: +/* Some devices might have a limit on how many uncombinable effects + * can be played at once */ +static int

Re: [PATCH v2 01/24] input: Add ff-memless-next module

2014-04-23 Thread Dmitry Torokhov
On Wed, Apr 23, 2014 at 07:06:08PM +0200, Oliver Neukum wrote: On Wed, 2014-04-23 at 08:59 -0700, Dmitry Torokhov wrote: On Wed, Apr 23, 2014 at 02:12:59PM +0200, Oliver Neukum wrote: On Tue, 2014-04-22 at 15:59 +0200, Michal Malý wrote: +/* Some devices might have a limit on how many

[PATCH v2 01/24] input: Add ff-memless-next module

2014-04-22 Thread Michal Malý
Signed-off-by: Michal Malý madcatxs...@devoid-pointer.net Tested-by: Elias Vanderstuyft elias@gmail.com --- drivers/input/Kconfig | 11 + drivers/input/Makefile|1 + drivers/input/ff-memless-next.c | 1037 +