From: Henrik Rydberg Date: Sat, 18 Dec 2010 19:28:26 +0000 (+0100) Subject: Input: fix double equality sign in uevent X-Git-Tag: v2.6.38-rc1~463^2^2~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd3027abbbcc26248714eddae40af3fb3c8a82e;p=pandora-kernel.git Input: fix double equality sign in uevent Looking at the uevent stream for input devices, all properties are on the form "A=B" except the bitmap values, which are on the form "A==B". This bug has been around at least since 2007, and the input uevent code has been untouched since. The recent addition of device properties suggests this is a good time for a remedy. Acked-by: Dmitry Torokhov Signed-off-by: Henrik Rydberg --- Reading git-diff-tree failed