Re: [PATCH] HID: hid-logitech-hidpp: detect wireless lightspeed devices

2019-06-04 Thread Benjamin Tissoires
On Mon, Jun 3, 2019 at 11:44 PM Pedro Vanzella wrote: > > On 05/28, Benjamin Tissoires wrote: > > On Tue, May 28, 2019 at 6:30 PM Pedro Vanzella > > wrote: > > > > > > Send a low device index when the device is connected via the lightspeed > > > receiver so that the receiver will pass the

Re: [PATCH] HID: hid-logitech-hidpp: detect wireless lightspeed devices

2019-06-03 Thread Pedro Vanzella
On 05/28, Benjamin Tissoires wrote: > On Tue, May 28, 2019 at 6:30 PM Pedro Vanzella > wrote: > > > > Send a low device index when the device is connected via the lightspeed > > receiver so that the receiver will pass the message along to the device > > instead of responding. If we don't do

Re: [PATCH] HID: hid-logitech-hidpp: detect wireless lightspeed devices

2019-05-28 Thread Benjamin Tissoires
On Tue, May 28, 2019 at 6:30 PM Pedro Vanzella wrote: > > Send a low device index when the device is connected via the lightspeed > receiver so that the receiver will pass the message along to the device > instead of responding. If we don't do that, we end up thinking it's a > hidpp10 device and

[PATCH] HID: hid-logitech-hidpp: detect wireless lightspeed devices

2019-05-28 Thread Pedro Vanzella
Send a low device index when the device is connected via the lightspeed receiver so that the receiver will pass the message along to the device instead of responding. If we don't do that, we end up thinking it's a hidpp10 device and miss out on all new features available to newer devices. This