Indeed but...
...I would just revert this bits from now to make sure this driver
work again for v2.6.24.
But send_fake_signal() seems to wake up task in INTERRUPTIBLE state
only. Looking at signal_wake_up(), it basically do:
wake_up_state(t, TASK_INTERRUPTIBLE);
What am I missing ?
Franck
-