patch-2.4.21 linux-2.4.21/drivers/input/input.c

Next file: linux-2.4.21/drivers/input/joydev.c
Previous file: linux-2.4.21/drivers/input/evdev.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/drivers/input/input.c linux-2.4.21/drivers/input/input.c
@@ -130,6 +130,8 @@
 
 			if (code > MSC_MAX || !test_bit(code, dev->mscbit))
 				return;
+
+			if (dev->event) dev->event(dev, type, code, value);	
 	
 			break;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)