Input: mousedev - signal that device is writable in mousedev_poll()
authorJulien Moutinho <julm+linux@savines.alpes.fr.eu.org>
Fri, 16 Jul 2010 06:27:56 +0000 (23:27 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 16 Jul 2010 06:52:52 +0000 (23:52 -0700)
commit4d4bf995ea873cc213c5abc5402af46ef490b8fd
treeae150da8d3053ce30f49509c8c030c6a9c53ccef
parent20da92de8ec3c1d4ba7e5aca322d38b6ce634932
Input: mousedev - signal that device is writable in mousedev_poll()

The Microsoft ImPS/2 mouse protocol being bidirectionnal (sic)
one may have to write in /dev/input/mice; and that works better
if select() does not hang.

Signed-off-by: Julien Moutinho <julm+linux@savines.alpes.fr.eu.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/mousedev.c
This page took 0.072504 seconds and 5 git commands to generate.