]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/hid/hid-wiimote.h
HID: wiimote: move queue handling into separate struct
authorDavid Herrmann <dh.herrmann@gmail.com>
Sun, 5 May 2013 21:12:46 +0000 (23:12 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 3 Jun 2013 09:06:58 +0000 (11:06 +0200)
commit139385383267de547f5dbdbd2049d3a9c996c85e
treefda36e038e466cfa56863b1d9e5909d7964896ba
parent92eda7e4e5f9728e643553b378f55c75739554c2
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>
drivers/hid/hid-wiimote-core.c
drivers/hid/hid-wiimote.h