From: Andreas Bosch Date: Wed, 15 Oct 2014 17:44:50 +0000 (-0700) Subject: Input: alps - fix v4 button press recognition X-Git-Tag: fixes-against-v3.18-rc2~35^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0cfb794a3dd1d699f3e453f9180bd06508fb8f0;p=pandora-kernel.git Input: alps - fix v4 button press recognition Since the change to struct input_mt_pos some variables are now bitfields instead of integers. Automatic conversion from integer to bitfield entry destroys information, therefore enforce boolean interpretation instead. Link: https://bugzilla.redhat.com/show_bug.cgi?id=1114768 Fixes: 02d04254a5df ("Input: alps - use struct input_mt_pos to track coordinates") Signed-off-by: Andreas Bosch Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed