Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is received
[pandora-kernel.git] / net / bluetooth / hidp / core.c
index b186768..a9f7afb 100644 (file)
@@ -374,6 +374,7 @@ static void hidp_process_hid_control(struct hidp_session *session,
 
                /* Kill session thread */
                atomic_inc(&session->terminate);
+               hidp_schedule(session);
        }
 }