13 lines
479 B
Diff
13 lines
479 B
Diff
diff -Naur --no-dereference a/hw/char/escc.c b/hw/char/escc.c
|
|
--- a/hw/char/escc.c
|
|
+++ b/hw/char/escc.c
|
|
@@ -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]),
|