aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/VIDAndPIDValues.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean Camera2011-01-261-1/+1
| | | | | | Fixed ReportID not being removed from the feature/out report data array in the HID class driver when Report IDs are used. Added new MAX() and MIN() convenience macros.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-0/+1
| | | | tool made by Laszlo Monda
* Minor documentation corrections.Dean Camera2010-09-151-1/+1
|
* Added start of a low level device Test and Measurement class demo (thanks to ↵Dean Camera2010-07-221-1/+1
| | | | Peter Lawrence).
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-423/+423
| | | | correctly converted to the target system's native end of line style.
* More AVR32 achitecture ports.Dean Camera2010-02-241-1/+1
|
* Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure ↵Dean Camera2010-02-081-1/+1
| | | | | | erase location is the high byte in the given address space, check NVMBUSY for completion rather than the NVM Bus Enable bit. Change If-Else chains over to switch statements in XPROGProtocol.c for clarity.
* Enhance TemperatureDatalogger project -- add RTC capabilities so that data ↵Dean Camera2010-01-241-1/+1
| | | | is logged along with the current time and date. Make logging interval configurable, set by a C# PC host application.
* Add beginnings of a RNDIS Ethernet Host demo.Dean Camera2009-11-121-1/+1
|
* Added new stream creation function to the CDC Class drivers, to easily make ↵Dean Camera2009-11-101-2/+2
| | | | standard streams from CDC Class driver instances.
* Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial ↵Dean Camera2009-11-031-1/+1
| | | | Port and a HID Mouse.
* Add new MIDIHost LowLevel demo application.Dean Camera2009-10-081-1/+8
| | | | Make unfinished device mode applications use the VID/PID reserved for LUFA development devices.
* Minor documentation fixups.Dean Camera2009-10-031-2/+2
|
* Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias ↵Dean Camera2009-09-211-1/+1
| | | | Hullin).
* Changed Still Image Host class driver to auto-fill TransactionID element of ↵Dean Camera2009-09-061-1/+1
| | | | | | | | sent headers depending on the current session state. CDC based demos and project now work under 64 bit versions of Windows (thanks to Ronny Hanson, Thomas Bleeker). The Benito Programmer project now has its own unique VID/PID pair allocated from the Atmel donated LUFA VID/PID pool.
* Move main library documentation pages into a new ManPages subdirectory.Dean Camera2009-06-151-0/+416