commit | 8fd76c4506817a93718fab0d6b3a55b9becc9f2c | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Fri Apr 18 00:25:38 2008 -0400 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Apr 24 13:25:13 2008 -0400 |
tree | 897f0a659dfa193230be6590443c3d675ba8c244 | |
parent | 8c6deb9c8fd29feaeae3aae500608beac777ea9e [diff] |
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 <a.p.zijlstra@chello.nl> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>