Question
How to signal NAK on USB Bulk Out endpoint
My USB device has an input buffer of limited size. If the buffer is full the USB driver should respond with a NAK to any incoming data packets until the buffer has enough space for new data again. How can my application signal this buffer-full condition to the USB stack?
