Re: [PATCH 1/1] HID: Fix missing Unifying device issue

2012-10-09 Thread Nestor Lopez Casado
Hello Apostolos, Your problem is unrelated to hid-logitech-dj. This seems an usb driver issue. It seems that your motherboard has different usb controllers for the rear and front ports. There may be an issue with the usb drivers for the xhci controllers. Cheers, Nestor. On Mon, Oct 8, 2012 at 9:

Re: [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

Re: [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

Re: [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

Re: [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

Re: [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

[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