IFDHControl(): having a NULL RxBuffer is not an error since it is enough
to send the code in dwControlCode
Thanks to Martin Paljak for the patch
1 lines of code changed in 1 file:
OpenUSBByName(): vendorID, productID are unsigned
avoids a "comparison between signed and unsigned" warning
1 lines of code changed in 1 file:
struct _ccid_descriptor: dwMaxDataRate is unsigned
avoids a "comparison between signed and unsigned" warning
1 lines of code changed in 1 file:
struct _ccid_descriptor: dwMaxCCIDMessageLength is unsigned
avoids a "comparison between signed and unsigned" warning
1 lines of code changed in 1 file:
CmdPowerOn(): atr_len is unsigned
avoids a "comparison between signed and unsigned" warning
2 lines of code changed in 1 file: