aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.c
AgeCommit message (Collapse)Author
2012-04-14Reintegrate the FullEPAddresses development branch into trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2155 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file contributor copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2026 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file header copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2025 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-19Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ↵Dean
ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1895 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-01-01Update copyright year on all source files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1622 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-11-02Fix XPLAINBridge code broken during the changes to the Rescue Clock ↵Dean
generation in the AVRISP-MKII clone project. Change over all low level host mode project's descriptor comparator routines to perform the descriptor casting in a temp variable to make the code clearer and easier to modify (despite being more verbose). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1550 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean
redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1541 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-25Add descriptor class, subclass and protocol constants to the class drivers, ↵Dean
modify all demos to use them where possible. Move out private/internal host class driver constants to the common class driver headers, so that they can be used in the Low Level host mode demos. Ensure all demos, projects and bootloaders use the class driver constants where possible to minimise code repetition. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1538 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-24All USB class drivers are now automatically included when LUFA/Drivers/USB.h ↵Dean
is included, and no longer need to be seperately included. All LowLevel demos changed to use the constants and types defined in the USB class drivers. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1537 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify ↵Dean
tool made by Laszlo Monda git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1524 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-10-01Fixed LowLevel JoystickHostWithParser demo not saving the chosen HID ↵Dean
interface's report descriptor size. Simplified low level Host demo configuration descriptor parser routines. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1509 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-09-30Fix low level host mode demos not correctly fetching the next endpoint when ↵Dean
an invalid interface is discarded. Update the pipe configuration routines in the host mode class drivers so that they use the same new code to enumerate compatible devices to increase reliability. Add support to the host mode class drivers for non-sequential (but non-overlapping with other interface) pipe numbers. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1503 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-09-30Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ↵Dean
on the configuration order instead to ensure maximum reliability. Altered all low level device and host mode demos to ensure that endpoints and pipes are configured in ascending order properly. Rewrote all low level host mode demos' configuration descriptor parser code to ensure that pipes are enumerated in ascending order, and to ensure maximum compatibility with devices. Incremented all device mode demo's device descriptor revision numbers to ensure that any descriptor changes are re-fetched on machines which have enumerated previous versions. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1502 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-05-08Add svn:eol-style property to source files, so that the line endings are ↵Dean
correctly converted to the target system's native end of line style. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1248 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-30Update copyright year to 2010.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1032 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-12-28Fix MIT license language to make its intent clearer.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1019 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-13Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function ↵Dean
to USB_Host_GetDeviceConfigDescriptor(). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@896 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-07Make Low Level host demos use void pointers for the configuration ↵Dean
descriptor, to prevent warnings when passed to the altered configuration descriptor parsing routines. Added preprocessor checks to give a human readable error when the class drivers are used when the incompatible NO_STREAM_CALLBACKS compile time option is used. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@885 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-04Add support for Mouse Scrollwheel to the MouseHostWithParser demos.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@877 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-11-04Added new JoystickHostWithParser demos to the library.Dean
Add some missing documentation to some of the library demos. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@876 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-10-08Add new MIDIHost LowLevel demo application.Dean
Make unfinished device mode applications use the VID/PID reserved for LUFA development devices. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@861 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-31Oops - with new changes to the way the device Configuration Descriptor is ↵Dean
retrieved from the device, ensure that the correct position pointer is cast when extracting descriptor parameters. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@798 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-08-31Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() ↵Dean
function so that it now performs size checks and data validations internally, to simplify user code. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@797 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-06-23Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting ↵Dean
infinite IN requests, this can still be changed by calling the existing \ref Pipe_SetFiniteINRequests() function. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@628 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-06-19Extend USB_GetDeviceConfigDescriptor() routine to require the configuration ↵Dean
number within the device to fetch, to add support for multi-configuration devices. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@614 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-06-05Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@576 d5102386-fcda-11dd-9fdb-3debd5008f28