Re: [PATCH 1/4] msmouse: Handle mouse reset

2022-09-08 Thread Arwed Meyer
Am 08.09.22 um 11:45 schrieb Marc-André Lureau: Hi On Wed, Sep 7, 2022 at 2:03 AM Arwed Meyer mailto:arwed.me...@gmx.de>> wrote: Detect mouse reset via RTS or DTR line: Don't send or process anything while in reset. When coming out of reset, send ID sequence first thing. This al

Re: [PATCH 1/4] msmouse: Handle mouse reset

2022-09-08 Thread Marc-André Lureau
Hi On Wed, Sep 7, 2022 at 2:03 AM Arwed Meyer wrote: > Detect mouse reset via RTS or DTR line: > Don't send or process anything while in reset. > When coming out of reset, send ID sequence first thing. > This allows msmouse to be detected by common mouse drivers. > > Resolves: https://gitlab.com

[PATCH 1/4] msmouse: Handle mouse reset

2022-09-06 Thread Arwed Meyer
Detect mouse reset via RTS or DTR line: Don't send or process anything while in reset. When coming out of reset, send ID sequence first thing. This allows msmouse to be detected by common mouse drivers. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/77 Signed-off-by: Arwed Meyer --- cha