summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-10-27 15:26:31 +0200
committerAlon Levy <alevy@redhat.com>2010-10-27 15:26:31 +0200
commit17663b16e6849a48218b63b0d2353c375b0b2c4c (patch)
treed1d3d7c5a09e45f60e1a5b429f91f7e8215b4f8a
parente2074125442ced39963e06fdca6c5c72a693248b (diff)
usb-ccid: fix typospice.kvm.v18.usb-ccid.wip
-rw-r--r--hw/usb-ccid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb-ccid.c b/hw/usb-ccid.c
index 426f5e65c..cbbffecc8 100644
--- a/hw/usb-ccid.c
+++ b/hw/usb-ccid.c
@@ -423,7 +423,7 @@ static uint8_t qemu_ccid_config_descriptor[] = {
0x00, /* u8 bNumClockSupported; 0 means just the default and max. */
/* u32 dwDataRate ;bps. 9600 == 00002580h */
0x80, 0x25, 0x00, 0x00,
- /* u32 dwMaxDataRate ; 11520 bps == 0001C200h */
+ /* u32 dwMaxDataRate ; 115200 bps == 0001C200h */
0x00, 0xC2, 0x01, 0x00,
0x00, /* u8 bNumDataRatesSupported; 00 means all rates between
* default and max */