patch-2.3.21 linux/drivers/char/qpmouse.c
Next file: linux/drivers/char/tty_io.c
Previous file: linux/drivers/char/ppdev.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Oct 11 11:42:59 1999
- Orig file:
v2.3.20/linux/drivers/char/qpmouse.c
- Orig date:
Tue Aug 31 17:29:13 1999
diff -u --recursive --new-file v2.3.20/linux/drivers/char/qpmouse.c linux/drivers/char/qpmouse.c
@@ -42,7 +42,7 @@
#include <asm/system.h>
#include <asm/semaphore.h>
-#include "pc_keyb.h" /* mouse enable command.. */
+#include <linux/pc_keyb.h> /* mouse enable command.. */
/*
@@ -134,7 +134,7 @@
}
queue->head = head;
if (queue->fasync)
- kill_fasync(queue->fasync, SIGIO);
+ kill_fasync(queue->fasync, SIGIO, POLL_IN);
wake_up_interruptible(&queue->proc_list);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)