commit | 5682b1a8690cfae5ad3bd40a123510fd4014066d | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@gmail.com> | Sun May 05 23:12:47 2013 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Jun 03 11:06:59 2013 +0200 |
tree | ce50800b45fe858ea45d3d9aab8780c8e3405b07 | |
parent | 139385383267de547f5dbdbd2049d3a9c996c85e [diff] |
HID: wiimote: keep HID device open We need constant I/O to keep the state up-to-date and not miss any packets. Hence, call hid_hw_open() during setup and hid_hw_close() during destruction. These are no-ops for Bluetooth HIDP, but lets be safe. Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>