qmk_firmware/LUFA/Drivers/USB/LowLevel
Dean Camera c5038f1bf4 Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only.
Remove VBUS events - not needed as the library takes care of VBUS detection and feedback on supported AVRs via the USB_Device_Connected and USB_Device_Disconnected events.

Fixed incorrect Host state assignment in the incomplete BluetoothHost demo.
2009-08-05 06:36:31 +00:00
..
Template Added new USB_DeviceState variable to keep track of the current Device mode USB state. 2009-07-21 13:31:21 +00:00
DevChapter9.c Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only. 2009-08-05 06:36:31 +00:00
DevChapter9.h Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only. 2009-08-05 06:36:31 +00:00
Device.h Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the correct terminology is used (thanks to Brian Dickman). 2009-07-31 00:35:19 +00:00
Endpoint.c Added new USB_DeviceState variable to keep track of the current Device mode USB state. 2009-07-21 13:31:21 +00:00
Endpoint.h Added new USB_DeviceState variable to keep track of the current Device mode USB state. 2009-07-21 13:31:21 +00:00
Host.c Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only. 2009-08-05 06:36:31 +00:00
Host.h Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only. 2009-08-05 06:36:31 +00:00
HostChapter9.c Fixed PrinterHost demo Printer_GetDeviceID() routine not removing the Device ID string length from the start of the returned array (thanks to John Andrews). 2009-07-20 10:19:13 +00:00
HostChapter9.h Seperated out parts of the PrinterHost incomplete demo into a seperate Lib subdirectory. 2009-07-13 04:46:52 +00:00
LowLevel.c Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only. 2009-08-05 06:36:31 +00:00
LowLevel.h Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only. 2009-08-05 06:36:31 +00:00
OTG.h Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Pipe.c Corrected new Pipe_IsEndpointBound() function. 2009-07-26 10:45:33 +00:00
Pipe.h Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions. 2009-07-26 10:22:16 +00:00