Bug#685360: [PATCH 1/1] HID: Fix missing Unifying device issue

2012-09-28 Thread Nestor Lopez Casado
Hello Josip, This really looks like a different problem from the one addressed with this patch. I'll try to work on it as soon as I find some time for that. Thanks, Nestor. On Thu, Sep 27, 2012 at 8:56 PM, Josip Rodin wrote: > On Thu, Sep 27, 2012 at 09:04:26AM +0200, Josip Rodin wrote: > > On

Bug#685360: [PATCH 1/1] HID: Fix missing Unifying device issue

2012-09-27 Thread Josip Rodin
On Thu, Sep 27, 2012 at 09:04:26AM +0200, Josip Rodin wrote: > On Mon, Sep 24, 2012 at 11:30:28AM +0200, Nestor Lopez Casado wrote: > > Josip, this is a different issue from the one addressed with the patch. > > > > 1) Can you try it on a 3.2 kernel ? > > I can try that too, I'll let you know how

Bug#685360: [PATCH 1/1] HID: Fix missing Unifying device issue

2012-09-27 Thread Josip Rodin
On Mon, Sep 24, 2012 at 11:30:28AM +0200, Nestor Lopez Casado wrote: > Josip, this is a different issue from the one addressed with the patch. > > 1) Can you try it on a 3.2 kernel ? I can try that too, I'll let you know how it went. (Unfortunately the machine is in the same room with a crib, so

Bug#685360: [PATCH 1/1] HID: Fix missing Unifying device issue

2012-09-24 Thread Nestor Lopez Casado
Josip, this is a different issue from the one addressed with the patch. 1) Can you try it on a 3.2 kernel ? 2) The problem you describe, does it happen all the time ? Thanks, Nestor. On Sun, Sep 23, 2012 at 12:23 PM, Josip Rodin wrote: > On Fri, Sep 21, 2012 at 12:21:34PM +0200, Nestor Lopez C

Bug#685360: [PATCH 1/1] HID: Fix missing Unifying device issue

2012-09-23 Thread Josip Rodin
On Fri, Sep 21, 2012 at 12:21:34PM +0200, Nestor Lopez Casado wrote: > This patch fixes an issue introduced after commit 4ea5454203d991ec > > After that commit, hid-core silently discards any incoming packet > that arrives while any hid driver's probe function is being executed. I managed to test

Bug#685360: [PATCH 1/1] HID: Fix missing Unifying device issue

2012-09-22 Thread Jiri Kosina
On Sat, 22 Sep 2012, Jiri Kosina wrote: > > This patch fixes an issue introduced after commit 4ea5454203d991ec > > > > After that commit, hid-core silently discards any incoming packet > > that arrives while any hid driver's probe function is being executed. > > > > This broke the enumeration pr

Bug#685360: [PATCH 1/1] HID: Fix missing Unifying device issue

2012-09-22 Thread Jiri Kosina
On Fri, 21 Sep 2012, Nestor Lopez Casado wrote: > This patch fixes an issue introduced after commit 4ea5454203d991ec > > After that commit, hid-core silently discards any incoming packet > that arrives while any hid driver's probe function is being executed. > > This broke the enumeration proces

Bug#685360: [PATCH 1/1] HID: Fix missing Unifying device issue

2012-09-21 Thread Nestor Lopez Casado
This patch fixes an issue introduced after commit 4ea5454203d991ec After that commit, hid-core silently discards any incoming packet that arrives while any hid driver's probe function is being executed. This broke the enumeration process of hid-logitech-dj, that must receive control packets in-ba