aboutsummaryrefslogtreecommitdiff
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-09-05 14:42:24 +0100
commit0c5be2ade45ec6c49397ee09a0e1a94d4d624758 (patch)
tree466ec7f5f9a9d5deb274baf205650eaa96510924
parent7b0f6844a60b5ac1bd3f7a33fca29582346387f8 (diff)
hw/nseries.c: Force pointer visibility on n8x0
-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);