Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for ↵ | Dean Camera | 2011-12-11 | 1 | -0/+1 |
| | | | | full pipe address support in USB host architectures other than the current AVR8 devices. Minor documentation improvements. | ||||
* | Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3). | Dean Camera | 2011-11-28 | 1 | -0/+1 |
| | |||||
* | Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta ↵ | Dean Camera | 2011-11-28 | 1 | -0/+2 |
| | | | | board targets. | ||||
* | Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver ↵ | Dean Camera | 2011-11-16 | 1 | -0/+1 |
| | | | | (thanks to Laszlo Monda). | ||||
* | Fixed race conditions in the CDC, HID and Mass Storage class drivers when ↵ | Dean Camera | 2011-11-09 | 1 | -0/+4 |
| | | | | processing some control requests. | ||||
* | Fix XMEGA core USB driver so that device mode enumerates correctly on the ↵ | Dean Camera | 2011-10-31 | 1 | -0/+1 |
| | | | | host PC. | ||||
* | Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to ↵ | Dean Camera | 2011-10-18 | 1 | -0/+142 |
prevent user confusion with the actual *nix Man tool. |