patch-2.3.21 linux/drivers/char/dn_keyb.c
Next file: linux/drivers/char/drm/fops.c
Previous file: linux/drivers/char/console.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Oct 11 10:10:19 1999
-  Orig file: 
v2.3.20/linux/drivers/char/dn_keyb.c
-  Orig date: 
Mon Aug  9 12:32:28 1999
diff -u --recursive --new-file v2.3.20/linux/drivers/char/dn_keyb.c linux/drivers/char/dn_keyb.c
@@ -469,7 +469,7 @@
           		if (mouse_dy >  2048)
               		mouse_dy =  2048;
 				if (mouse_fasyncptr)
-              		kill_fasync(mouse_fasyncptr, SIGIO);
+              		kill_fasync(mouse_fasyncptr, SIGIO, POLL_IN);
 			}
 			mouse_byte_count=0;
 /*			printk("mouse: %d, %d, %x\n",mouse_x,mouse_y,buttons); */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)