Bug#685360: HID: Fix missing Unifying device issue

2012-10-09 Thread Nestor Lopez Casado
When i use a usb3 port it doesn't move at all and if i use a usb2 port its slow. When i use the front panel it works flawlessly. Could this be related to my POS Intel motherboard? Kind regards and apologies if i raise a false alarm. Apostolos B. On 09/28/2012 10:57 AM, Nestor Lopez Casado

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

2012-09-28 Thread Nestor Lopez Casado
, 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 it went. Same thing, it doesn't work

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

2012-09-24 Thread Nestor Lopez Casado
: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 this now, on top of Linux 3.5

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

2012-09-21 Thread Nestor Lopez Casado
written by Benjamin Tissoires. Signed-off-by: Nestor Lopez Casado nlopezca...@logitech.com --- Hello Jiri, David, I suggest we include this patch as this solves the issue with the Unifying devices while we decide the future of the lock in hid-core. Cheers, Nestor

Bug#685360: Logitech USB keyboard broken with Linux 3.2 (regression from 3.1)

2012-09-19 Thread Nestor Lopez Casado
Hello Jiri, I am pretty busy but I think I will be able to send you the official patch tomorrow. Thanks, Nestor. On Wed, Sep 19, 2012 at 3:34 PM, Jiri Kosina jkos...@suse.cz wrote: On Tue, 18 Sep 2012, Nestor Lopez Casado wrote: Hello Josip, I am back at the office. Please let me know

Bug#685360: Logitech USB keyboard broken with Linux 3.2 (regression from 3.1)

2012-09-18 Thread Nestor Lopez Casado
Hello Josip, I am back at the office. Please let me know if applying the patch solved your problem. Thanks, Nestor. On Mon, Sep 17, 2012 at 1:00 PM, Josip Rodin j...@debbugs.entuzijast.netwrote: On Mon, Sep 17, 2012 at 12:57:06PM +0200, Jiri Kosina wrote: On Wed, 12 Sep 2012, Nestor Lopez

Bug#671292: [bug?] [powerpc] hid_logitech_dj: Wireless mouse does not work in xorg or gpm

2012-05-11 Thread Nestor Lopez Casado
Great news. Thanks Hugo for your help testing the patches. Jonathan, how do we proceed now, I mean to submit the fix ? Thanks, Nestor On Fri, May 11, 2012 at 7:06 AM, Hugo Osvaldo Barrera h...@osvaldobarrera.com.ar wrote: On 2012.05.06 01:23, Jonathan Nieder wrote: Hugo Osvaldo Barrera wrote:

Bug#671292: [PATCH/RFC] HID: logitech: read all 32 bits of report type bitfield

2012-05-11 Thread Nestor Lopez Casado
get_unaligned_le32() to read all four bytes, which is a little clearer anyway.  After this change, the wireless mouse works on Hugo's PowerBook again. Based on a patch by Nestor Lopez Casado. Addresses http://bugs.debian.org/671292 Reported-by: Hugo Osvaldo Barrera h...@osvaldobarrera.com.ar

Bug#671292: [PATCH v2 1/1] HID: logitech: read all 32 bits of report type bitfield

2012-05-11 Thread Nestor Lopez Casado
problems by using get_unaligned_le32() to read all four bytes, which is a little clearer anyway. After this change, the wireless mouse works on Hugo's PowerBook again. Based on a patch by Nestor Lopez Casado. Addresses http://bugs.debian.org/671292 Reported-by: Hugo Osvaldo Barrera h

Bug#671292: [bug?] [powerpc] hid_logitech_dj: Wireless mouse does not work in xorg or gpm

2012-05-04 Thread Nestor Lopez Casado
Hi guys, Thanks for those logs, very helpful. Would you be able to test the following patch on both systems and let us know about the result? Cheers, Nestor diff --git a/drivers/hid/hid-logitech-dj.c b/drivers/hid/hid-logitech-dj.c index 38b12e4..763e4d9 100644 ---