aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/MassStorageKeyboard/Lib
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-084-8/+8
* Update copyrights for 2018.Dean Camera2018-01-044-8/+8
* Update copyrights for 2017.Dean Camera2017-04-184-8/+8
* Update copyrights to 2016.Dean Camera2016-01-314-8/+8
* Fixed incorrect comments in DataflashManager.c (thanks to Andrew Milkovich).Dean Camera2015-09-271-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-174-8/+8
* Obsolete the old MACROS and MACROE convenience macros.Dean Camera2014-09-141-3/+3
* Update copyrights for 2014.Dean Camera2014-01-044-10/+10
* Minor documentation improvements.Dean Camera2013-03-182-8/+8
* Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling r...Dean Camera2013-03-091-0/+1
* Update copyright year to 2013.Dean Camera2013-01-034-8/+8
* Minor documentation improvements.Dean Camera2012-10-054-4/+4
* AppConfigHeaders: Make sure that in applications using an AppConfig.h configu...Dean Camera2012-05-152-2/+4
* AppConfigHeaders: Move out the last of the demo/app configurations into new A...Dean Camera2012-05-131-0/+3
* Update StaticAnalysisTest to check for missing header files. Fix found incorr...Dean Camera2012-02-292-4/+4
* Update file contributor copyrights for 2012.Dean Camera2012-02-044-4/+4
* Update file header copyrights for 2012.Dean Camera2012-02-044-4/+4
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-1/+2
* Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM(...Dean Camera2011-07-301-1/+1
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-051-2/+2
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-042-36/+36
* Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr...Dean Camera2011-03-231-3/+2
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-2/+2
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-10/+6
* Update copyright year on all source files.Dean Camera2011-01-014-8/+8
* Added ability to write protect Mass Storage disk write operations from the ho...Dean Camera2010-11-263-6/+36
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-284-4/+4
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-1/+0
* Minor documentation corrections.Dean Camera2010-10-131-2/+2
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-134-96/+100
* Clarify in the project documentation files what the each of the different USB...Dean Camera2010-08-311-3/+3
* Fixed MassStorage based demos and projects resetting the SCSI sense values be...Dean Camera2010-08-185-118/+41
* Spell check all source files once again to find any typos.Dean Camera2010-07-293-63/+63
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-214-10/+24
* Add missing const qualifiers to class drivers.Dean Camera2010-07-214-16/+16
* Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean Camera2010-07-151-2/+2
* Fix pointer aliasing warning in the Mass Storage demos.Dean Camera2010-07-152-4/+9
* Oops - fix errors in the MassStorageKeyboard SCSI driver file due to incorrec...Dean Camera2010-07-091-2/+2
* Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean Camera2010-07-091-11/+7
* More documentation fixes.Dean Camera2010-06-031-2/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-085-1086/+1086
* Minor fixups to the documentation and preprocessor tokens.Dean Camera2010-02-021-2/+2
* Update copyright year to 2010.Dean Camera2009-12-305-10/+10
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-285-35/+35
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-091-3/+3
* Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt dat...Dean Camera2009-11-231-61/+0
* Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d...Dean Camera2009-10-081-2/+2
* Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias Hu...Dean Camera2009-09-215-0/+1147
d='n600' href='#n600'>600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748