]> git.baikalelectronics.ru Git - kernel.git/commit
HID: wiimote: Synchronize wiimote input and hid event handling
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 5 Jul 2011 11:45:12 +0000 (13:45 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 11 Jul 2011 12:30:22 +0000 (14:30 +0200)
commit6114645e9e9576fbdb7054b07526f7189f208d0f
tree0fa70d8c1f443d6077cc1bcd0996bc6b39a48dd3
parent02c2d6c4d3e3f4c668361d203bdef19c49451a7d
HID: wiimote: Synchronize wiimote input and hid event handling

The wiimote first starts HID hardware and then registers the input
device. We need to synchronize the startup so no event handler will
start parsing events when the wiimote device is not ready, yet.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-wiimote.c