From: johann d. <jd...@us...> - 2002-01-21 22:37:53
|
Update of /cvsroot/linuxconsole/ruby/linux/include/linux In directory usw-pr-cvs1:/tmp/cvs-serv753 Modified Files: input.h Log Message: Removed only_one_driver flag from struct input_dev. I introduced a flag named only_one_writer some long time ago. It turned out I did not need it, and nobody uses it. I should have wiped this one out earlier. Index: input.h =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/include/linux/input.h,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- input.h 2002/01/02 11:59:56 1.57 +++ input.h 2002/01/21 22:37:50 1.58 @@ -701,8 +701,6 @@ int absfuzz[ABS_MAX + 1]; int absflat[ABS_MAX + 1]; - int only_one_writer; - int (*open)(struct input_dev *dev); void (*close)(struct input_dev *dev); int (*accept)(struct input_dev *dev, struct file *file); |