Re: [PATCH] Input: xpad - remove spurious events of wireless xpad 360 controller

2015-11-22 Thread Clément Calmels
On Sun, 1 Nov 2015 21:26:11 +0100 clement.calm...@free.fr wrote: > From: Clement Calmels > > When powering up a wireless xbox 360 controller, some wrong joystick > events are generated. It is annoying because, for example, it makes > unwanted moves in Steam big picture mode's menu. > > When my

[PATCH] sd: bad return code of init_sd

2014-06-03 Thread Clément Calmels
In init_sd function, if kmem_cache_create or mempool_create_slab_pools calls fail, the error will not be correclty reported because class_register previously set the value of err to 0. Signed-off-by: Clément Calmels --- drivers/scsi/sd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a

[PATCH] staging: sep: fix coding style issue

2014-05-06 Thread Clément Calmels
This is a patch to fix coding style issue found by scripts/checkpatch.pl utility. Signed-off-by: Clément Calmels --- drivers/staging/sep/sep_dev.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/sep/sep_dev.h b/drivers/staging/sep/sep_dev.h index 5f6a07f..5faeefa1 100644

Re: [PATCH] staging: vt6655: correct coding style issue

2014-05-05 Thread Clément Calmels
On Sun, 4 May 2014 17:26:58 -0400 Greg KH wrote: > On Sun, May 04, 2014 at 09:52:09PM +0200, Clément Calmels wrote: > > Remove C99 comment and rewrite lines over 80 characters. > > Warnings and error found by checkpatch.pl script. > > > > Signed-off-by: Clément Ca

[PATCH] staging: vt6655: correct coding style issue

2014-05-04 Thread Clément Calmels
Remove C99 comment and rewrite lines over 80 characters. Warnings and error found by checkpatch.pl script. Signed-off-by: Clément Calmels --- drivers/staging/vt6655/tmacro.h | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/drivers/staging/vt6655/tmacro.h b