high_flyer

int pin_init_kernel(int lpt,
void (*irq_func)(int, void *, struct pt_regs *));
void pin_release();

All this stuff, especially "pin_init_kernel" is contend of "kparapin" and "parapindriver",
which i successfully compiled and "moddprobe" inserted seperately before.

All this is running. I can open the device, setting and clear all pins.
In a command line application and in ksimus i can even close it without any trouble.

Everything is nice except the close(device) command in a primitiv kde application
i tried to build.
Just this my problem.

cheers wally