aboutsummaryrefslogtreecommitdiff
path: root/hw/nseries.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2012-07-04 11:18:47 +0000
committerPeter Maydell <peter.maydell@linaro.org>2012-07-25 13:34:04 +0100
commitf6eee26e2773ed061a560aa60cdf40308e149e40 (patch)
treef7ba9b7df103919dbaac5fc424da1de34720c4bd /hw/nseries.c
parent7151dbd0151ab0e1984c9ef93a93c58bab12b88e (diff)
hw/nseries.c: Force pointer visibility on n8x0
Diffstat (limited to 'hw/nseries.c')
-rw-r--r--hw/nseries.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/nseries.c b/hw/nseries.c
index 8e922eb0e4..1f60c86052 100644
--- a/hw/nseries.c
+++ b/hw/nseries.c
@@ -1466,6 +1466,7 @@ static void n8x0_init(ram_addr_t ram_size, const char *boot_device,
n810_tsc_setup(s);
n810_kbd_setup(s);
}
+ cursor_hide = 0; // who wants to use touchscreen without a pointer?
n8x0_spi_setup(s);
n8x0_dss_setup(s);
n8x0_cbus_setup(s);