HID: wiimote: init EXT/MP during device detection
[linux-2.6-microblaze.git] / drivers / hid / hid-wiimote-core.c
index 3e69656..ea00030 100644 (file)
@@ -1188,7 +1188,7 @@ static void wiimote_init_worker(struct work_struct *work)
                changed = true;
        }
 
-       if (!wiimote_init_check(wdata))
+       if (changed || !wiimote_init_check(wdata))
                wiimote_init_hotplug(wdata);
 
        if (changed)