diff options
Diffstat (limited to 'drivers/hid/hid-wiimote-core.c')
-rw-r--r-- | drivers/hid/hid-wiimote-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-wiimote-core.c b/drivers/hid/hid-wiimote-core.c index 3e696562c944..ea00030defd6 100644 --- a/drivers/hid/hid-wiimote-core.c +++ b/drivers/hid/hid-wiimote-core.c | |||
@@ -1188,7 +1188,7 @@ static void wiimote_init_worker(struct work_struct *work) | |||
1188 | changed = true; | 1188 | changed = true; |
1189 | } | 1189 | } |
1190 | 1190 | ||
1191 | if (!wiimote_init_check(wdata)) | 1191 | if (changed || !wiimote_init_check(wdata)) |
1192 | wiimote_init_hotplug(wdata); | 1192 | wiimote_init_hotplug(wdata); |
1193 | 1193 | ||
1194 | if (changed) | 1194 | if (changed) |