> Hi there. Just a quick noob question, how do I apply this patch?
> Do I change to /usr/src/linux-2.6.19 and then just do a patch -p1 <
> your.patch
> 
> Or do I have to patch the asix.c directly?
> Would I do that like this?:
> cd /usr/src/linux-2.6.19
> patch -p1 drivers/usb/net/asix.c your.patch

Both my patches reference since file, asix.c

To apply, you need either to go to drivers/usb/net and run
        patch < patchname
or jusr run 'patch < patchname' and when asked for file to patch, type path
to drivers/usb/net/asix.c

Note that to make asix working on BE system, you will need not only my two
patches, but also this patch: 
http://marc.theaimsgroup.com/?l=linux-usb-devel&m=116501584400468&w=4

Nikita


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to