Comment 10 for bug 128299

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

Hi,

I could compile it in Intrepid to, but I had to do some more changes in driver.c:

1) comment out or delete all lines containing the word "hotplug"
2) in line 1244 change "find_task_by_pid" to "find_task_by_vpid"

with this changes it compiles well and the module loads into the kernel, but I don't know if it really works, can't test it here...

Pascal