Re: [PATCH 1/5] Input: xpad: handle "present" and "gone" correctly

2015-12-17 Thread Pavel Rojtberg
2015-12-15 0:29 GMT+01:00 Dmitry Torokhov : > On Wed, Dec 09, 2015 at 11:02:39PM -0800, Dmitry Torokhov wrote: >> On Sun, Nov 01, 2015 at 04:31:35PM +0100, Pavel Rojtberg wrote: >> > From: "Pierre-Loup A. Griffais" >> > >> > Handle the "a new device is present" message properly by dynamically >> >

Re: [PATCH 1/5] Input: xpad: handle "present" and "gone" correctly

2015-12-14 Thread Dmitry Torokhov
On Wed, Dec 09, 2015 at 11:02:39PM -0800, Dmitry Torokhov wrote: > On Sun, Nov 01, 2015 at 04:31:35PM +0100, Pavel Rojtberg wrote: > > From: "Pierre-Loup A. Griffais" > > > > Handle the "a new device is present" message properly by dynamically > > creating the input device at this point in time.

Re: [PATCH 1/5] Input: xpad: handle "present" and "gone" correctly

2015-12-09 Thread Dmitry Torokhov
On Sun, Nov 01, 2015 at 04:31:35PM +0100, Pavel Rojtberg wrote: > From: "Pierre-Loup A. Griffais" > > Handle the "a new device is present" message properly by dynamically > creating the input device at this point in time. This means we now do > not "preallocate" all 4 devices when a single > wire

[PATCH 1/5] Input: xpad: handle "present" and "gone" correctly

2015-11-01 Thread Pavel Rojtberg
From: "Pierre-Loup A. Griffais" Handle the "a new device is present" message properly by dynamically creating the input device at this point in time. This means we now do not "preallocate" all 4 devices when a single wireless base station is seen. This requires a workqueue as we are in interrupt