From: Dmitry Torokhov Date: Wed, 3 Aug 2011 05:22:46 +0000 (-0700) Subject: Input: polldev - immediately poll device upon opening X-Git-Tag: v3.2-rc1~145^2^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e3e4eb1bf212d9ae4997ebcbe2fdfb348b70213;p=pandora-kernel.git Input: polldev - immediately poll device upon opening To allow open/ioctl(EVIOCGABS)/close use pattern for polled devices read the device in context of open() call instead of offloading the first read to a workqueue. This will ensure that once call to open() returns device would have cached reasonably recent axis values that can be retrieved via appropriate ioctl. Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed