Comment 11 for bug 128299

Revision history for this message
BongoMan (pascal-bongosoft) wrote :

I forgot to mention one more change I had to make in the file driver.h:

#include <asm/semaphore.h>

must be changed to:

#include <linux/semaphore.h>

I was home for lunch and could test the module on Intrepid, it seems to work well, I could establish an ISDN connection without problems using bongosurfer (oh oh, a little bit surreptitious advertising ;) )

I made a diff with all the changes (see attachment). It can be applied in src/ with "patch -p1 < fxusb_cz-intrepid.patch"
I will try to update my old tutorial soon (http://bongosurfer.forenking.com/viewtopic.php?t=560)

If someone knows a better solution for the MODULE_LICENSE thing, it would be nice to post it here...

It would still be very nice and much easier if this module could be included in the AVM restricted package!

Pascal