Searched refs:saveNextReadSize (Results 1 – 2 of 2) sorted by relevance
68 int saveNextReadSize = 0; variable
520 if (bytesIOBytes > hUSB->wMaxPacketSizeSend && bytesIOBytes != thisClass->saveNextReadSize) { in OnUSBRead()521 …WRITE_LOG(LOG_WARN, "Not full packet, wanted:%d really:%d", thisClass->saveNextReadSize, bytesIOBy… in OnUSBRead()567 thisClass->saveNextReadSize = nextReadSize; in OnUSBRead()