Am I right in thinking that by setting INTERRUPT_CONTROL_ENDPOINT in
the compile chain I don't need to call the HID Task functions
(HID_Device_USBTask() etc.) and my HID callbacks
(CALLBACK_HID_Device_CreateHIDReport()) will get called when needed.
The post below seems to suggest they are but I'm not seeing any
callbacks and I can't find the code in LUFA (120219) that does it.
http://groups.google.com/group/lufa-support/browse_thread/thread/1e71870c45f1a018
Do I need some more event glue to get the HID callbacks?
regards
Andrew