HID: wiimote: Rename driver to allow multiple source files
authorDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 17 Nov 2011 13:11:58 +0000 (14:11 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 22 Nov 2011 22:06:31 +0000 (23:06 +0100)
commit192a1acfbd600fea8a596b7d92572b70131b7738
treed90d1af5f9f5430f4d48318697553afd569470b8
parent30307c69d59b14723fbf8a524847b302388c702d
HID: wiimote: Rename driver to allow multiple source files

Extension and sound support for the wiimote are quite complex and will be
implemented in separate source files. Hence rename the current driver to "-core"
suffix so multiple files can be linked into this module.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Makefile
drivers/hid/hid-wiimote-core.c [new file with mode: 0644]
drivers/hid/hid-wiimote.c [deleted file]