projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d413d1
)
Don't claim SD card supports voltages linux claims are below defined voltage range.
author
balrog
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 4 Dec 2007 00:11:33 +0000
(
00:11
+0000)
committer
balrog
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 4 Dec 2007 00:11:33 +0000
(
00:11
+0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3772
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/sd.c
patch
|
blob
|
history
diff --git
a/hw/sd.c
b/hw/sd.c
index 93ad3dab81a4d8990db898ec23db3ac502ea7d4c..130072fd73b00d7a0f8742d9db8afbe1b2e4a01c 100644
(file)
--- a/
hw/sd.c
+++ b/
hw/sd.c
@@
-189,7
+189,7
@@
static uint16_t sd_crc16(void *message, size_t width)
static void sd_set_ocr(SDState *sd)
{
- sd->ocr = 0x80ffff
f
0;
+ sd->ocr = 0x80ffff
8
0;
}
static void sd_set_scr(SDState *sd)