13 lines
551 B
Diff
13 lines
551 B
Diff
|
diff -Naur --no-dereference a/hw/char/escc.c b/hw/char/escc.c
|
||
|
--- a/hw/char/escc.c 2023-07-04 11:03:21.571219259 +0000
|
||
|
+++ b/hw/char/escc.c 2023-07-04 11:39:20.297679935 +0000
|
||
|
@@ -1037,7 +1037,7 @@
|
||
|
|
||
|
if (s->chn[0].type == escc_mouse) {
|
||
|
qemu_add_mouse_event_handler(sunmouse_event, &s->chn[0], 0,
|
||
|
- "QEMU Sun Mouse");
|
||
|
+ "ASUS Sun Mouse");
|
||
|
}
|
||
|
if (s->chn[1].type == escc_kbd) {
|
||
|
s->chn[1].hs = qemu_input_handler_register((DeviceState *)(&s->chn[1]),
|