aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/Printer.c
Commit message (Expand)AuthorAgeFilesLines
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-191-1/+1
* More endianness porting of the LUFA host mode class drivers.Dean Camera2011-07-111-5/+3
* Add new USB_Host_SetInterfaceAltSetting() convenience function.Dean Camera2011-05-271-13/+5
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-041-2/+2
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-1/+2
* Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send...Dean Camera2011-01-301-2/+25
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-1/+1
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more...Dean Camera2010-12-021-6/+26
* Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio...Dean Camera2010-11-021-16/+20
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic ...Dean Camera2010-10-271-0/+5
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-251-3/+3
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-4/+4
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-41/+42
* Whitespace corrections.Dean Camera2010-10-011-8/+11
* Make Host mode Class drivers only set the class driver instance's state value...Dean Camera2010-09-301-22/+12
* Fix incorrectly named configuration descriptor callback routines in the host ...Dean Camera2010-09-301-5/+5
* Fix low level host mode demos not correctly fetching the next endpoint when a...Dean Camera2010-09-301-23/+45
* Added PRNT_Host_SendByte() and PRNT_Host_Flush() functions to the Host mode P...Dean Camera2010-09-111-0/+60
* Added new PRNT_Host_BytesReceived() and PRNT_Host_ReceiveByte() functions to ...Dean Camera2010-09-071-8/+59
* Fixed LowLevel PrinterHost demo not sending control requests to the attached ...Dean Camera2010-08-241-4/+4
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-4/+10
* Added const attributes to some of the class driver function parameters that w...Dean Camera2010-07-131-2/+2
* Add new ReportType parameter to the HID class driver device callback and host...Dean Camera2010-05-091-4/+4
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-250/+250
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-1/+3
* Inline USB management functions in the Class drivers which are standardized b...Dean Camera2010-01-051-5/+0
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Test with -Wextra, fix library warnings due to unused function parameters.Dean Camera2009-12-131-1/+1
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-20/+20
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-261-0/+3
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-3/+3
* Added new Printer Host mode Class driver.Dean Camera2009-11-041-0/+250