Comment 12 for bug 61827

Revision history for this message
VicFdez (vicfdez) wrote :

All we have been newbies once in our life ;-)

Unpack the fsam7440 code into a folder (usually you will do this into /usr/src/fsam7440-0.4)
Download the patch I have attached (fsam7440_2.6.27.patch) into the same folder.

cd to the source code and execute :

patch -b fsam7440.c fsam7440_2.6.27.patch

this will modify the original fsam7440.c file and create a fsam7440.c.orig backup file.

Now you have you source patched! If you have any problem you can revert to your original situation with :

cp fsam7440.c.orig fsam7440.c

good luck!