mirror of https://gitee.com/openkylin/qemu.git
dev-smartcard-reader: support windows guest
By not advertising USB wakeup support (which we don't). Signed-off-by: Alon Levy <alevy@redhat.com> Reviewed-by: Marc-André Lureau <mlureau@redhat.com>
This commit is contained in:
parent
47bf53af75
commit
c5cd7c8756
|
@ -359,11 +359,11 @@ static const uint8_t qemu_ccid_descriptor[] = {
|
||||||
* 20000 Short APDU level exchange with CCID
|
* 20000 Short APDU level exchange with CCID
|
||||||
* 40000 Short and Extended APDU level exchange with CCID
|
* 40000 Short and Extended APDU level exchange with CCID
|
||||||
*
|
*
|
||||||
* + 100000 USB Wake up signaling supported on card
|
* 100000 USB Wake up signaling supported on card
|
||||||
* insertion and removal. Must set bit 5 in bmAttributes
|
* insertion and removal. Must set bit 5 in bmAttributes
|
||||||
* in Configuration descriptor if 100000 is set.
|
* in Configuration descriptor if 100000 is set.
|
||||||
*/
|
*/
|
||||||
0xfe, 0x04, 0x11, 0x00,
|
0xfe, 0x04, 0x01, 0x00,
|
||||||
/*
|
/*
|
||||||
* u32 dwMaxCCIDMessageLength; For extended APDU in
|
* u32 dwMaxCCIDMessageLength; For extended APDU in
|
||||||
* [261 + 10 , 65544 + 10]. Otherwise the minimum is
|
* [261 + 10 , 65544 + 10]. Otherwise the minimum is
|
||||||
|
|
Loading…
Reference in New Issue