From: Peter Zijlstra Date: Fri, 18 Apr 2008 04:25:38 +0000 (-0400) Subject: Input: mac_hid - add lockdep annotation to emumousebtn X-Git-Tag: v2.6.26-rc1~1062^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fd76c4506817a93718fab0d6b3a55b9becc9f2c;p=pandora-kernel.git Input: mac_hid - add lockdep annotation to emumousebtn The mouse button emulation calls input device methods from an input device. This causes funny lock nesting which is harmless as each device has its own locks. Give the nesting device its own lock classes so that lockdep will not consider them the same. Signed-off-by: Peter Zijlstra Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed