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
- Lines: 9
- Date:
2003-06-13 07:51:34.000000000 -0700
- Orig file:
linux-2.4.20/drivers/input/input.c
- Orig date:
2001-09-30 12:26:05.000000000 -0700
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)