Re: [RESEND PATCH] Support Xbox One controllers in xpad driver.

2014-08-17 Thread Dmitry Torokhov
On Fri, Aug 08, 2014 at 10:46:09AM -0400, Ted Mielczarek wrote: > Xbox One controllers require an initialization message to start sending data, > so xpad_init_output becomes a required function. The Xbox One controller does > not have LEDs like the Xbox 360 controller, so that functionality is not

[RESEND PATCH] Support Xbox One controllers in xpad driver.

2014-08-08 Thread Ted Mielczarek
Xbox One controllers require an initialization message to start sending data, so xpad_init_output becomes a required function. The Xbox One controller does not have LEDs like the Xbox 360 controller, so that functionality is not implemented. The format of messages controlling rumble is currently un

[PATCH] Support Xbox One controllers in xpad driver.

2014-05-21 Thread Ted Mielczarek
Xbox One controllers require an initialization message to start sending data, so xpad_init_output becomes a required function. The Xbox One controller does not have LEDs like the Xbox 360 controller, so that functionality is not implemented. The format of messages controlling rumble is currently un