commit | 139385383267de547f5dbdbd2049d3a9c996c85e | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@gmail.com> | Sun May 05 23:12:46 2013 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Jun 03 11:06:58 2013 +0200 |
tree | fda36e038e466cfa56863b1d9e5909d7964896ba | |
parent | 92eda7e4e5f9728e643553b378f55c75739554c2 [diff] |
HID: wiimote: move queue handling into separate struct The output queue is independent of the other wiimote modules and can run on its own. Therefore, move its members into a separate struct so we don't run into name collisions with other modules. This is only a syntactic change that renames all queue members to queue.*. Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>