From: Dean Camera Date: Tue, 28 Sep 2010 12:14:06 +0000 (+0000) Subject: Move out many of the common class driver constants into grouped enums, to make them... X-Git-Tag: LUFA-110528-BETA~229 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/713670043a1edb714461fc83c2b8817f3db99961?hp=713670043a1edb714461fc83c2b8817f3db99961 Move out many of the common class driver constants into grouped enums, to make them more managable. Add new CDC descriptor structs to the CDC class driver, so that the CDC demos can use human readable field names. Rename prefix for Still Image Host class driver functions from "SImage_" to "SI_" to remain consistent with the rest of the driver. ---