From: Carlos Alberto Lopez Perez Date: Thu, 2 Aug 2012 17:50:21 +0000 (+0200) Subject: classmate-laptop: always call input_sync() after input_report_switch() X-Git-Tag: v3.6-rc3~21^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad20c73b05ea40cfdb42758506fb6b6befa3c9e5;p=pandora-kernel.git classmate-laptop: always call input_sync() after input_report_switch() Due to commit cdda911c34006f1089f3c87b1a1f31ab3a4722f2 evdev only becomes readable when the buffer contains an EV_SYN/SYN_REPORT event. So in order to read the tablet sensor data as it happens we need to ensure that we always call input_sync() after input_report_switch() Signed-off-by: Carlos Alberto Lopez Perez Signed-off-by: Matthew Garrett --- Reading git-diff-tree failed