From 8ef6367ea928725652bde4cbde0a94d0b29fe773 Mon Sep 17 00:00:00 2001 From: balrog Date: Sun, 25 Nov 2007 18:46:17 +0000 Subject: Scale TSC2102 touchscreen pressure value more realistically (still could be better). PalmOS 5.2.1 now fully boots. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3741 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/omap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/omap.c') diff --git a/hw/omap.c b/hw/omap.c index a873b5f..c8d5064 100644 --- a/hw/omap.c +++ b/hw/omap.c @@ -4809,7 +4809,6 @@ static void omap_mpu_reset(void *opaque) { struct omap_mpu_state_s *mpu = (struct omap_mpu_state_s *) opaque; - omap_clkm_reset(mpu); omap_inth_reset(mpu->ih[0]); omap_inth_reset(mpu->ih[1]); omap_dma_reset(mpu->dma); @@ -4843,6 +4842,7 @@ static void omap_mpu_reset(void *opaque) omap_mcbsp_reset(mpu->mcbsp3); omap_lpg_reset(mpu->led[0]); omap_lpg_reset(mpu->led[1]); + omap_clkm_reset(mpu); cpu_reset(mpu->env); } -- cgit v1.1