diff options
Diffstat (limited to 'hw/usb-ccid.c')
-rw-r--r-- | hw/usb-ccid.c | 2 |
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 */ |