Re: [PATCH v2 1/5] ps2: Initial horizontal scroll support

2022-01-08 Thread Dmitry Petrov
Hi Daniel, Thanks for the link! I've sent a v4 patch with a cover letter that includes it as well as the latest comments by Marc-André to v2 of the patch. Kind regards, Dmitry On Tue, 4 Jan 2022 at 13:30, Daniel P. Berrangé wrote: > On Wed, Dec 22, 2021 at 02:06:43AM +0100, Dmitry Petrov wrote

Re: [PATCH v2 1/5] ps2: Initial horizontal scroll support

2022-01-04 Thread Daniel P . Berrangé
On Wed, Dec 22, 2021 at 02:06:43AM +0100, Dmitry Petrov wrote: > v2: > - Patch is split into a sequence > - value is clamped to 31 for horizontal scroll > > This patch introduces horizontal scroll support for the ps/2 > mouse. > > The patch is based on the previous work > by Brad Jorsch done

Re: [PATCH v2 1/5] ps2: Initial horizontal scroll support

2021-12-22 Thread Marc-André Lureau
Hi Dmitry On Wed, Dec 22, 2021 at 7:11 PM Dmitry Petrov wrote: > Hi Marc-André, > > Thank you for the comments! > > The reason of adding the support there was because I've been working on > horizontal scroll support for another os > (serenity os - https://github.com/SerenityOS/serenity/pull/1124

Re: [PATCH v2 1/5] ps2: Initial horizontal scroll support

2021-12-22 Thread Dmitry Petrov
Hi Marc-André, Thank you for the comments! The reason of adding the support there was because I've been working on horizontal scroll support for another os (serenity os - https://github.com/SerenityOS/serenity/pull/11246) and wanted to make sure that any changes I made worked fine and ps/2 mouse

Re: [PATCH v2 1/5] ps2: Initial horizontal scroll support

2021-12-22 Thread Marc-André Lureau
Hi On Wed, Dec 22, 2021 at 5:27 AM Dmitry Petrov wrote: > v2: > - Patch is split into a sequence > - value is clamped to 31 for horizontal scroll > > This patch introduces horizontal scroll support for the ps/2 > mouse. > > The patch is based on the previous work > by Brad Jorsch done in 201

[PATCH v2 1/5] ps2: Initial horizontal scroll support

2021-12-21 Thread Dmitry Petrov
v2: - Patch is split into a sequence - value is clamped to 31 for horizontal scroll This patch introduces horizontal scroll support for the ps/2 mouse. The patch is based on the previous work by Brad Jorsch done in 2010 but never merge, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=57