X-Box one controller causes Xpad to crash

2015-11-11 Thread Jonathan Beilharz
X-Box one controller causes Xpad to crash As soon as I plug in my original Xbox One controller the Xpad module crashes. Originally found with 3.19.0-32 on Ubuntu 15.04 and confirmed with upstream (4.3). Doesn't exist on a 14.04 system running 3.13.0-67. Part of dmesg: [ 93.999873] usb

[PATCH v2 0/2] hid: sony: Clear and restore controller state on suspend and resume

2015-11-11 Thread Frank Praznik
On systems with standby power for charging devices the LEDs and rumble on the controller can continue to function even when the system is in standby since the state is not cleared when the system goes to sleep. The state on wakeup can also differ from the state when the system entered standby as

[PATCH v2 1/2] hid: sony: Refactor the output report sending functions

2015-11-11 Thread Frank Praznik
Refactor the output report sending functions to allow for the sending of output reports without enqueuing a work item. Output reports for any device can now be sent via the send_output_report function pointer in the sony_sc struct which points to the appropriate output function. The individual

[PATCH v2 2/2] hid: sony: Save and restore the controller state on suspend and resume

2015-11-11 Thread Frank Praznik
On hardware which provides standby power for charging devices the state of the LEDs and force-feedback on controllers can persist even when the system is in standby. Additionally, the state of the controllers on resume may be different from the state they were in at the time when they were

Re: [PATCH 22/26] Input: synaptics-rmi4 - Add F30 support

2015-11-11 Thread Andrew Duggan
On 11/09/2015 03:25 PM, Dmitry Torokhov wrote: On Mon, Nov 09, 2015 at 02:54:08PM -0800, Andrew Duggan wrote: On 11/09/2015 06:06 AM, Benjamin Tissoires wrote: Hey Linus, first thanks for the reviews. Much appreciated. On Mon, Nov 9, 2015 at 2:32 PM, Linus Walleij