Hello everyone, kernel 2.6.24 is released and the martian sourcecode needs a patch to compile again. I found a patch in the web which also worked for the martian source, but due to time reasons I could not test if the modem still works. Perhaps someone else can do? @Alex you are the C expert, does that patch the same as previous implementation? The patch is attached this mail. Copy it into martian/kmodule and run "patch -p0 < martian-patch-kernel-2.6.24.diff" Best regards Stefan Puch
*** martian.c 2008-01-25 17:58:35.245626264 +0100 --- martian.c-work 2008-01-25 17:58:28.924387700 +0100 *************** *** 656,662 **** ret = request_irq( metrics->irq, martian_isr, ! SA_INTERRUPT | SA_SHIRQ, "164x", mdev ); --- 656,662 ---- ret = request_irq( metrics->irq, martian_isr, ! IRQF_DISABLED | IRQF_SHARED, "164x", mdev );