On Sat, May 2, 2009 at 1:19 PM, Brian Johnson <[email protected]> wrote:

> To track a branch other then master you can do the following
>
> clone the repository with
>
> # git clone git://repo.or.cz/microdia.git
>
> then track the branch you want
>
> # git checkout --track -b prepare-for-kernel origin/prepare-for-kernel
>
> To get this branch to compile outside of the kerenl souce you will
> need one more command
>
> #  git revert 3107ce53b16f2
>
> That should allow compiling of the driver out of tree
>
> Or.... I've also attached a patch that should fix this issue in the
> master branch as well if you test it and it works correctly i'll push
> it out to master
>
> Oh and the way you can tell that you are using 64bit kernel is this
> code only should get compiled in on a 64bit system.


it works perfectly, thanks a lot!

--~--~---------~--~----~------------~-------~--~----~
Lets make microdia webcams plug'n play, (currently plug'n pray)
To post to this group, send email to [email protected]
Visit us online https://groups.google.com/group/microdia
-~----------~----~----~----~------~----~------~--~---

Reply via email to