From 9d58b9d09cd7fb55fce08362fdd46245c141aaaa Mon Sep 17 00:00:00 2001 From: Oleg Mazurov Date: Sun, 12 May 2013 12:42:06 -0600 Subject: [PATCH] added gearfreak's NAK limit fix --- hidboot.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hidboot.h b/hidboot.h index e68da991..b9af1d8a 100644 --- a/hidboot.h +++ b/hidboot.h @@ -438,6 +438,7 @@ void HIDBoot::EndpointXtract(uint8_t conf, uint8_t iface, uint8_t epInfo[index].epAddr = (pep->bEndpointAddress & 0x0F); epInfo[index].maxPktSize = (uint8_t) pep->wMaxPacketSize; epInfo[index].epAttribs = 0; + epInfo[index].bmNakPower = USB_NAK_NOWAIT; bNumEP++; }