                                                                         
    _____     _____ _         _      _____ _____ _____    _____ _____ _____ 
   |     |_ _|   __|_|___ ___| |_   |  _  |  |  | __  |_ _|  |  |   __| __  |
   | | | | | |   __| |  _|_ -|  _|  |     |  |  |    -|_|_|  |  |__   | __ -|
   |_|_|_|_  |__|  |_|_| |___|_|    |__|__|\___/|__|__|_|_|_____|_____|_____|
         |___|                                                              

                                    (c)2009 Elektor International Media B.V.
  ----------------------------------------------------------------------------

This archive contains updates for the LUFA (090924) and Teensy USB (2009/10)
source code presented in the Elektor article "My Frist AVR::USB".

To fully test the examples you will need to download the source code from LUFA
(version 090924 is used in the article) and Teensy USB from October 2009.

Once unzipped on your computer you either copy the files from the update (this
archive) to the source codes and replave the original files.

Or you can use the patch files available here. WinAVR comes with the great 
[patch] utility and you can use it following the following procedure, we only
give an example for the LUFA library, assuming that it's in the [LUFA_090924]
folder...

1. under Windows starts the "Command Line Tool", any terminal program will be
fine under Linux.

2. then set the current folder to LUFE_090924
$ cd LUFA_090924

3. unzip the patch file [lufa-anau.patch] at this location

4. then you can patch the files with the command:
$ patch -p1 < lufa-anau.patch

5. note you can also revert your modification (unpatch the files) with
$ patch -p1 -R < lufa-anau.patch

Note that we strongly suggest you to install WinAVR (we used version 20090313
with avr-gcc v4.3.2 and binutils v2.19) before experimenting with this project.
