aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/PrinterHost/Lib
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-082-4/+4
* Update copyrights for 2018.Dean Camera2018-01-042-4/+4
* Update copyrights for 2017.Dean Camera2017-04-182-4/+4
* Update copyrights to 2016.Dean Camera2016-01-312-4/+4
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-172-4/+4
* Update copyrights for 2014.Dean Camera2014-01-042-4/+4
* Update copyright year to 2013.Dean Camera2013-01-032-4/+4
* Minor documentation improvements.Dean Camera2012-10-052-2/+2
* Update file contributor copyrights for 2012.Dean Camera2012-02-042-2/+2
* Update file header copyrights for 2012.Dean Camera2012-02-042-2/+2
* Remove unnecessary ErrorCode variable initializations from the LowLevel Host ...Dean Camera2011-11-281-1/+1
* 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-012-4/+4
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-282-2/+2
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-242-13/+3
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-132-25/+26
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-301-6/+0
* Added new PRNT_Host_BytesReceived() and PRNT_Host_ReceiveByte() functions to ...Dean Camera2010-09-071-5/+2
* Fixed LowLevel PrinterHost demo not sending control requests to the attached ...Dean Camera2010-08-242-7/+9
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-212-5/+9
* Minor documentation cleanups.Dean Camera2010-06-031-5/+5
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-082-230/+230
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-182-5/+5
* Update copyright year to 2010.Dean Camera2009-12-302-4/+4
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-282-14/+14
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-10/+10
* Added new Printer Host mode Class driver.Dean Camera2009-11-042-6/+6
* Fixed PrinterHost demo returning invalid Device ID data when the attached dev...Dean Camera2009-09-281-1/+7
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-021-1/+1
* Fixed error in PrinterHost preventing the full page data from being sent to t...Dean Camera2009-09-022-14/+5
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-1/+5
* Ensure control pipe is selected in the PrinterHost demo before trying to send...Dean Camera2009-07-201-0/+6
* Added missing DoxyGen configuration file to the PrinterHost demo.Dean Camera2009-07-201-2/+5
* Added extra DoxyGen documentation to the new PrinterHost demo.Dean Camera2009-07-202-0/+11
* Moved PrinterHost demo from Incomplete to LowLevel, as it is now near-complete.Dean Camera2009-07-202-0/+209