Re: [PATCH 1/2] HID: input: make sure the wheel high resolution multiplier is set

2019-06-15 Thread Greg KH
On Sat, Jun 15, 2019 at 12:03:04PM +0300, Thomas Backlund wrote: > Den 15-06-2019 kl. 08:50, skrev Greg KH: > > On Fri, Jun 14, 2019 at 04:09:35PM -0600, James Feeney wrote: > > > Hey Everyone > > > > > > On 4/24/19 10:41 AM, Benjamin Tissoires wrote: > > > > > > For a patch to be picked up by sta

Re: [PATCH 1/2] HID: input: make sure the wheel high resolution multiplier is set

2019-06-15 Thread Thomas Backlund
Den 15-06-2019 kl. 08:50, skrev Greg KH: On Fri, Jun 14, 2019 at 04:09:35PM -0600, James Feeney wrote: Hey Everyone On 4/24/19 10:41 AM, Benjamin Tissoires wrote: For a patch to be picked up by stable, it first needs to go in Linus' tree. Currently we are working on 5.1, so any stable patches

Re: [PATCH 1/2] HID: input: make sure the wheel high resolution multiplier is set

2019-06-14 Thread Greg KH
On Fri, Jun 14, 2019 at 04:09:35PM -0600, James Feeney wrote: > Hey Everyone > > On 4/24/19 10:41 AM, Benjamin Tissoires wrote: > >>> For a patch to be picked up by stable, it first needs to go in Linus' > >>> tree. Currently we are working on 5.1, so any stable patches need to > >>> go in 5.1 fir

Re: [PATCH 1/2] HID: input: make sure the wheel high resolution multiplier is set

2019-06-14 Thread James Feeney
Hey Everyone On 4/24/19 10:41 AM, Benjamin Tissoires wrote: >>> For a patch to be picked up by stable, it first needs to go in Linus' >>> tree. Currently we are working on 5.1, so any stable patches need to >>> go in 5.1 first. Then, once they hit Linus' tree, the stable team will >>> pick them an

Re: [PATCH 1/2] HID: input: make sure the wheel high resolution multiplier is set

2019-04-24 Thread Benjamin Tissoires
On Wed, Apr 24, 2019 at 5:42 PM James Feeney wrote: > > Hey Benjamin > > On 4/24/19 7:30 AM, Benjamin Tissoires wrote: > > Given that this basically breaks a basic functionality of many > > Microsoft mice, I went ahead and applied this series to > > for-5.1/upstream-fixes > > Is there some reason

Re: [PATCH 1/2] HID: input: make sure the wheel high resolution multiplier is set

2019-04-24 Thread James Feeney
Hey Benjamin On 4/24/19 7:30 AM, Benjamin Tissoires wrote: > Given that this basically breaks a basic functionality of many > Microsoft mice, I went ahead and applied this series to > for-5.1/upstream-fixes Is there some reason that both patches should not be applied immediately, to the 5.0 seri

Re: [PATCH 1/2] HID: input: make sure the wheel high resolution multiplier is set

2019-04-24 Thread Benjamin Tissoires
On Tue, Apr 23, 2019 at 5:46 PM Benjamin Tissoires wrote: > > Some old mice have a tendency to not accept the high resolution multiplier. > They reply with a -EPIPE which was previously ignored. > > Force the call to resolution multiplier to be synchronous and actually > check for the answer. If t

[PATCH 1/2] HID: input: make sure the wheel high resolution multiplier is set

2019-04-23 Thread Benjamin Tissoires
Some old mice have a tendency to not accept the high resolution multiplier. They reply with a -EPIPE which was previously ignored. Force the call to resolution multiplier to be synchronous and actually check for the answer. If this fails, consider the mouse like a normal one. Fixes: 2dc702c991e37