aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/AVR8/USBController_AVR8.h
Commit message (Collapse)AuthorAgeFilesLines
* Tighten up the implementations of the USB_Device_SetDeviceAddress(), ↵Dean Camera2011-07-061-8/+6
| | | | | | USB_Controller_Reset() and USB_PLL_On() functions for the AVR8 devices. Minor corrections to the documentation of the USB_Control_Request_t enum.
* Fix reversed descriptions for the AVR8 USB pad regulator enable/disable ↵Dean Camera2011-04-201-2/+3
| | | | masks (thanks to Omar).
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future ↵Dean Camera2011-03-211-5/+5
| | | | architecture ports.
* Rename architecture specific driver files, to make them appear with uniquely ↵Dean Camera2011-02-201-0/+465
identifying filenames in the documentation.