Hi Version 2 of the wiimote extension support removes the module-versioning and adds a comment to the deinitialization function. Regards David David Herrmann (17): HID: wiimote: Rename driver to allow multiple source files HID: wiimote: Move common symbols into header HID: wiimote: Add read-mem helpers HID: wiimote: Add extension support stub HID: wiimote: Add extension initializer stubs HID: wiimote: Add extension initializers HID: wiimote: Add extension sysfs attribute HID: wiimote: Register input devices for extensions HID: wiimote: Add extension handler stubs HID: wiimote: Parse motion+ data HID: wiimote: Parse nunchuck data HID: wiimote: Parse classic controller data HID: wiimote: Add debugfs support stubs HID: wiimote: Allow direct eeprom access HID: wiimote: Allow direct DRM debug access HID: wiimote: Remove module version number HID: wiimote: Enable NO_INIT_REPORTS quirk Documentation/ABI/testing/sysfs-driver-hid-wiimote | 12 + drivers/hid/Kconfig | 9 + drivers/hid/Makefile | 8 + drivers/hid/{hid-wiimote.c => hid-wiimote-core.c} | 246 +++---- drivers/hid/hid-wiimote-debug.c | 227 ++++++ drivers/hid/hid-wiimote-ext.c | 752 ++++++++++++++++++++ drivers/hid/hid-wiimote.h | 208 ++++++ 7 files changed, 1324 insertions(+), 138 deletions(-) rename drivers/hid/{hid-wiimote.c => hid-wiimote-core.c} (89%) create mode 100644 drivers/hid/hid-wiimote-debug.c create mode 100644 drivers/hid/hid-wiimote-ext.c create mode 100644 drivers/hid/hid-wiimote.h -- 1.7.7.3 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html