[PATCH] Input: Fix led setting on wireless xbox 360 controller

2015-04-26 Thread clement . calmels
From: Clement Calmels When a wireless xbox 360 controller connects, its leds keep blinking instead of indicating the contoller number. This patch fix this issue. Tested with two wireless xbox360 controllers and the USB wireless gaming receiver: Bus 002 Device 004: ID 045e:0719 Microsoft Corp

[PATCH] staging: rtl8723au: fix sparse warning

2014-06-24 Thread Clement Calmels
int [signed] gfp drivers/staging/rtl8723au/core/rtw_cmd.c:1479:54:got restricted gfp_t Signed-off-by: Clement Calmels --- drivers/staging/rtl8723au/core/rtw_mlme.c| 2 +- drivers/staging/rtl8723au/include/rtw_mlme.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a

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

2015-12-09 Thread Clement Calmels
On Sun, 22 Nov 2015 17:35:39 +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&#x

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

2015-11-01 Thread clement . calmels
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 controller connects, this packet is received by the driver: : 00

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

2015-11-22 Thread clement . calmels
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 controller is powering up, this packet is received by the driver: 000

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

2015-12-19 Thread Clement Calmels
On Wed, 16 Dec 2015 14:44:08 -0800 Dmitry Torokhov wrote: > When lighting up the segment identifying wireless controller, Instead > of sending command directly to the controller, let's do it via LED > API (usinf led_set_brightness) so that LED object state is in sync > with controller state and 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: > > >>