commit | 32a0d9a522b577d0efa6ce793a6ac0516c5e3627 | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@googlemail.com> | Tue Jul 05 13:45:18 2011 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Jul 11 14:30:24 2011 +0200 |
tree | 901b90f2c9488d10359c71a64875bac862eb938d | |
parent | db3083467f1527816fca95ae2d8bfe5d81503a8e [diff] |
HID: wiimote: Cache wiimote led state Save the current state of the leds in the wiimote data structure. This allows us to discard new led requests that wouldn't change anything. Protect the whole state structure by a spinlock. Every wiiproto_* function expects this spinlock to be held when called. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>