From: Dean Camera Date: Sat, 5 May 2012 19:43:06 +0000 (+0000) Subject: Fixed possible deadlock in the CDC device driver if the USB connection is dropped... X-Git-Tag: LUFA-120730~49 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/2d98e5499b42ca4feda390d5bd867aa956bf7f11?ds=inline;hp=2d98e5499b42ca4feda390d5bd867aa956bf7f11 Fixed possible deadlock in the CDC device driver if the USB connection is dropped while the CDC_REQ_SetLineEncoding control request is being processed by the stack (thanks to Jonathan Hudgins). ---