From: Dean Camera Date: Thu, 30 Sep 2010 07:56:47 +0000 (+0000) Subject: Fix low level host mode demos not correctly fetching the next endpoint when an invali... X-Git-Tag: LUFA-110528-BETA~223 X-Git-Url: http://git.linex4red.de/pub/lufa.git/commitdiff_plain/7166c7ba3e27f3458b83360302c8af8a866f7a34?ds=inline;hp=7166c7ba3e27f3458b83360302c8af8a866f7a34 Fix low level host mode demos not correctly fetching the next endpoint when an invalid interface is discarded. Update the pipe configuration routines in the host mode class drivers so that they use the same new code to enumerate compatible devices to increase reliability. Add support to the host mode class drivers for non-sequential (but non-overlapping with other interface) pipe numbers. ---