This contains few fixes for the current wiimote driver. Since HID core uses a semaphore lock now, we can simplify the wiimote synchronization. This also adds open/close callbacks, although bthid doesn't need that, but it makes the code more consistent with other drivers. As discussed on the mailinglist, this also removes the four LED sysfs attributes in favor of four new led_classdev devices. I hope it is ok to remove an API as long as 3.1 isn't released, yet. The last two patches fix a bug that the driver didn't work when an extension was plugged/unplugged. They simply reset the current DRM so the extension port is ignored. I've kept these fixes for 3.1 small. I will resend the other patches for 3.2 as RFC soon. Cheers David David Herrmann (5): HID: wiimote: Simplify synchronization HID: wiimote: Correctly call HID open/close callbacks HID: wiimote: Register led class devices HID: wiimote: Add drm request HID: wiimote: Add status and return request handlers drivers/hid/Kconfig | 1 + drivers/hid/hid-wiimote.c | 277 ++++++++++++++++++++++++++++++--------------- 2 files changed, 184 insertions(+), 94 deletions(-) -- 1.7.6 -- 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