summaryrefslogtreecommitdiffstats
path: root/hw/sd.c
diff options
context:
space:
mode:
authorbalrog2007-11-25 19:46:17 +0100
committerbalrog2007-11-25 19:46:17 +0100
commit8ef6367ea928725652bde4cbde0a94d0b29fe773 (patch)
tree725049e1aa92a39a43e4a0f5977a1c2c0dcb9f82 /hw/sd.c
parent 128-bit float support for user mode (diff)
downloadqemu-8ef6367ea928725652bde4cbde0a94d0b29fe773.tar.gz
qemu-8ef6367ea928725652bde4cbde0a94d0b29fe773.tar.xz
qemu-8ef6367ea928725652bde4cbde0a94d0b29fe773.zip
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
Diffstat (limited to 'hw/sd.c')
-rw-r--r--hw/sd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sd.c b/hw/sd.c
index fc3c45a83c..93ad3dab81 100644
--- a/hw/sd.c
+++ b/hw/sd.c
@@ -397,7 +397,7 @@ static void sd_cardchange(void *opaque)
}
/* We do not model the chip select pin, so allow the board to select
- whether card should be in SSI ot MMC/SD mode. It is also up to the
+ whether card should be in SSI or MMC/SD mode. It is also up to the
board to ensure that ssi transfers only occur when the chip select
is asserted. */
SDState *sd_init(BlockDriverState *bs, int is_spi)