Re: Logitech high-resolution scrolling..

2018-10-31 Thread Nestor Lopez Casado
Hi guys, I've read the discussion, I think I understand the problem and I'll get back to this thread with more information as soon as I've got some internal feedback. BTW, lovely to see so many MX Anywhere 2 users :) -nestor On Tue, Oct 30, 2018 at 6:48 PM Harry Cutts wrote: > > Thanks for the

Re: [PATCH 3/3] Enable high-resolution scrolling on Logitech mice

2018-08-31 Thread Nestor Lopez Casado
On Fri, Aug 31, 2018 at 11:11 AM Nestor Lopez Casado wrote: > > > > On Thu, Aug 30, 2018 at 10:38 PM Harry Cutts wrote: >> >> Hi Benjamin, >> >> On Thu, 30 Aug 2018 at 00:18, Benjamin Tissoires >> wrote: >> >> On Thu, Aug 30, 2018

Re: [PATCH v2 1/1] HID: Logitech K290: Add driver for the Logitech K290 USB keyboard

2018-03-05 Thread Nestor Lopez Casado
Hello Florent, In my view, this driver may not be a good idea. The default behaviour of K290 is 'send multimedia keycodes' with the user given the choice to change that behaviour via vendor commands. Putting a driver that will unconditionally change that behaviour without the user's consent might

Re: [PATCH v4 01/24] input: Add ff-memless-next module

2014-05-21 Thread Nestor Lopez Casado
Elias, Simon, Michal, It is unfortunate that we didn't get back to you in 2013 when you asked for help in reverse engineering, oftentimes we have conflicting priorities and a particular request may be left laying around for some time before being addressed. But please, don't hesitate to re-kick u

Re: [PATCH 1/5] HID: logitech-dj: Fix USB 3.0 issue

2014-02-14 Thread Nestor Lopez Casado
the root cause of the problem. Cheers, -nestor On Fri, Feb 14, 2014 at 2:32 PM, Nestor Lopez Casado wrote: > We discussed this issue with one of the receiver firmware developers today. > > We do see a clear issue when more than one DJ command (those with report id > 0x20, 0x21) are

Re: [PATCH 1/5] HID: logitech-dj: Fix USB 3.0 issue

2014-01-17 Thread Nestor Lopez Casado
On Thu, Jan 16, 2014 at 10:50 PM, Jiri Kosina wrote: > On Wed, 8 Jan 2014, Benjamin Tissoires wrote: > >> From: Benjamin Tisssoires >> >> This fix (not very clean though) should fix the long time USB3 >> issue that was spotted last year. The rational has been given by >> Hans de Goede: > > Man th

Re: [PATCH] HID: logitech-dj: add HIDRAW dependency in Kconfig

2013-12-03 Thread Nestor Lopez Casado
Sorry, no html now. On Tue, Dec 3, 2013 at 3:01 PM, Nestor Lopez Casado wrote: > > > > > On Tue, Dec 3, 2013 at 1:51 PM, Jiri Kosina wrote: >> >> On Tue, 3 Dec 2013, Olivier Gay wrote: >> >> > Without hidraw driver, we get this: >> > >&g

Re: [PATCH 1/2] Revert "Revert "HID: Fix logitech-dj: missing Unifying device issue""

2013-07-19 Thread Nestor Lopez Casado
Hi Sarah, On Fri, Jul 19, 2013 at 12:09 AM, Sarah Sharp wrote: > On Thu, Jul 18, 2013 at 04:28:01PM -0400, Peter Hurley wrote: >> [ +cc Sarah Sharp, linux-usb ] >> >> On 07/18/2013 09:21 AM, Nestor Lopez Casado wrote: >> >This reverts commit 8af6c08830

[PATCH 2/2] HID: hid-logitech-dj, querying_devices was never set

2013-07-18 Thread Nestor Lopez Casado
Set querying_devices flag to true when we start the enumeration process. This was missing from the original patch. It never produced undesirable effects as it is highly improbable to have a second enumeration triggered while a first one was still in progress. Signed-off-by: Nestor Lopez Casado

[PATCH 1/2] Revert "Revert "HID: Fix logitech-dj: missing Unifying device issue""

2013-07-18 Thread Nestor Lopez Casado
received, then a (re)enumeration is performed. related bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1194649 Signed-off-by: Nestor Lopez Casado --- drivers/hid/hid-logitech-dj.c | 45 + drivers/hid/hid-logitech-dj.h |1 + 2 files changed, 46 inser

Re: [Regression][v3.10][v3.11] Revert "HID: Fix logitech-dj: missing Unifying device issue"

2013-07-17 Thread Nestor Lopez Casado
Added Benjamin. On Mon, Jul 15, 2013 at 8:37 PM, Andrew de los Reyes wrote: > I believe this commit was an optimization, so it should be okay to revert > it. > > Nestor, can you confirm? 5962640 is not an optimization, is a workaround for the dropped packets during enumeration. After a9dd22b7308

Re: Logitech M705: Thumb button (was Re: [PATCH v4] HID: Add full support for Logitech Unifying receivers)

2013-07-03 Thread Nestor Lopez Casado
Hi all, Sorry it took me some time to answer. I extended the Logitech HIDPP10 specification here: https://drive.google.com/folderview?id=0BxbRzx7vEV7eWmgwazJ3NUFfQ28&usp=sharing The document "Logitech_hidpp10_specification_draft_Unifying_devices_receivers.doc" now contains most of the relevant

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

2012-10-09 Thread Nestor Lopez Casado
e 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 wrote: > > Hello Josip, > > This really looks like a diff

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

2012-09-21 Thread Nestor Lopez Casado
nally written by Benjamin Tissoires. Signed-off-by: Nestor Lopez Casado --- 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 drivers/hid/hid-log