Update of /cvsroot/linuxconsole/ruby/linux/drivers/input
In directory usw-pr-cvs1:/tmp/cvs-serv30231
Modified Files:
Tag: iforce-split
iforce-packets.c
Log Message:
Restart an effect that stopped early. This happens when we send core effect
parameters for updated effects.
Index: iforce-packets.c
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/input/Attic/iforce-packets.c,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- iforce-packets.c 2001/10/07 17:06:49 1.1.2.1
+++ iforce-packets.c 2001/10/07 19:25:03 1.1.2.2
@@ -209,6 +209,7 @@
}
else {
printk(KERN_WARNING "iforce.c: effect %d stopped, while it should not\nStarting again\n", i);
+ input_report_ff(dev, i, 1);
}
}
if (LO(cmd) > 3) {
|