Rename PDIProtocol.c/.h to XPROGProtocol.c/.h as it will now handle both TPI and...
[pub/USBasp.git] / Demos / Device / Incomplete / Sideshow / Sideshow.h
index f2890ef..6369036 100644 (file)
                #include <LUFA/Drivers/Peripheral/SerialStream.h>\r
 \r
        /* Macros: */\r
+               /** Device control request for used in the Microsoft OS Descriptor for retrieving the OS Feature\r
+                *  descriptors of the device\r
+                */\r
                #define REQ_GetOSFeatureDescriptor        0x01\r
                \r
+               /** Descriptor index for a Microsoft Proprietary Extended Device Compatibility descriptor */\r
                #define EXTENDED_COMPAT_ID_DESCRIPTOR     0x0004\r
 \r
                /** LED mask for the library LED driver, to indicate that the USB interface is not ready. */\r
-               #define LEDMASK_USB_NOTREADY      LEDS_LED1\r
+               #define LEDMASK_USB_NOTREADY              LEDS_LED1\r
 \r
                /** LED mask for the library LED driver, to indicate that the USB interface is enumerating. */\r
-               #define LEDMASK_USB_ENUMERATING  (LEDS_LED2 | LEDS_LED3)\r
+               #define LEDMASK_USB_ENUMERATING          (LEDS_LED2 | LEDS_LED3)\r
 \r
                /** LED mask for the library LED driver, to indicate that the USB interface is ready. */\r
-               #define LEDMASK_USB_READY        (LEDS_LED2 | LEDS_LED4)\r
+               #define LEDMASK_USB_READY                (LEDS_LED2 | LEDS_LED4)\r
 \r
                /** LED mask for the library LED driver, to indicate that an error has occurred in the USB interface. */\r
-               #define LEDMASK_USB_ERROR        (LEDS_LED1 | LEDS_LED3)\r
+               #define LEDMASK_USB_ERROR                (LEDS_LED1 | LEDS_LED3)\r
                \r
        /* Function Prototypes: */\r
                void SetupHardware(void);\r