X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/1ea5dae8a824264580baea2479da7c58711ae879..956f9e3709ff56acf37f2f446668b6d1411154f4:/LUFA/Drivers/USB/USB.h diff --git a/LUFA/Drivers/USB/USB.h b/LUFA/Drivers/USB/USB.h index 9c72e3856..b63333626 100644 --- a/LUFA/Drivers/USB/USB.h +++ b/LUFA/Drivers/USB/USB.h @@ -87,14 +87,19 @@ * * * - * + * * * * * + * + * + * + * + * * * - * + * * * * @@ -176,7 +181,7 @@ * * To initialize the Class driver instance, the driver's {Class Name}_Device_ConfigureEndpoints() function * should be called in response to the \ref EVENT_USB_Device_ConfigurationChanged() event. This function will return a - * boolean value if the driver successfully initialized the instance. Like all the class driver functions, this function + * boolean true value if the driver successfully initialized the instance. Like all the class driver functions, this function * takes in the address of the specific instance you wish to initialize - in this manner, multiple separate instances of * the same class type can be initialized like this: * @@ -387,15 +392,16 @@ #if defined(USB_CAN_BE_BOTH) || defined(__DOXYGEN__) #include "Core/OTG.h" #endif - - #include "Class/Audio.h" - #include "Class/CDC.h" - #include "Class/HID.h" - #include "Class/MassStorage.h" - #include "Class/MIDI.h" - #include "Class/Printer.h" - #include "Class/RNDIS.h" - #include "Class/StillImage.h" + + #include "Class/AndroidAccessoryClass.h" + #include "Class/AudioClass.h" + #include "Class/CDCClass.h" + #include "Class/HIDClass.h" + #include "Class/MassStorageClass.h" + #include "Class/MIDIClass.h" + #include "Class/PrinterClass.h" + #include "Class/RNDISClass.h" + #include "Class/StillImageClass.h" #endif
USB ClassUSB ClassDevice ModeHost Mode
Android Open AccessoryNoYes
AudioYesNoYes
CDC