From: Dean Camera Date: Mon, 25 Oct 2010 12:42:55 +0000 (+0000) Subject: Add descriptor class, subclass and protocol constants to the class drivers, modify... X-Git-Tag: LUFA-110528-BETA~188 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/55538dcef34bc3c0f2ada4767c51d11202ac0678?hp=55538dcef34bc3c0f2ada4767c51d11202ac0678 Add descriptor class, subclass and protocol constants to the class drivers, modify all demos to use them where possible. Move out private/internal host class driver constants to the common class driver headers, so that they can be used in the Low Level host mode demos. Ensure all demos, projects and bootloaders use the class driver constants where possible to minimise code repetition. ---