[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/5] Make serial msmouse work
From: |
Arwed Meyer |
Subject: |
[PATCH v2 0/5] Make serial msmouse work |
Date: |
Thu, 8 Sep 2022 19:31:15 +0200 |
This series of patches makes `-serial msmouse` work in practice.
Tested with FreeDOS/CTMouse driver `ctmouse /V` which identifies a
Logitech compatible 3 button mouse.
It will probably run as well with any other compatible serial mouse
driver on Windows 9x etc.
Arwed Meyer (5):
msmouse: Handle mouse reset
chardev: src buffer const for write functions
msmouse: Use fifo8 instead of array
msmouse: Add pnp data
serial: Allow unaligned i/o access
chardev/char.c | 4 +-
chardev/msmouse.c | 148 ++++++++++++++++++++++++++++++++--------
hw/char/serial.c | 3 +
include/chardev/char.h | 4 +-
include/sysemu/replay.h | 2 +-
replay/replay-char.c | 2 +-
stubs/replay-tools.c | 2 +-
7 files changed, 131 insertions(+), 34 deletions(-)
--
2.34.1
- [PATCH v2 0/5] Make serial msmouse work,
Arwed Meyer <=