From: Vikram Kandukuri Date: Wed, 1 Jul 2009 06:09:58 +0000 (+0530) Subject: Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is received X-Git-Tag: v2.6.32-rc1~703^2~221^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=981b1414d78a7a42cab48b97d4de54a62d61db88;p=pandora-kernel.git Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is received There is a test case in PTS tool; PTS will send the VIRTUAL_CABLE_UNPLUG command to IUT. Then IUT should disconnect the channel and kill the HID session when it receives the command. The VIRTUAL_CABLE_UNPLUG command is parsed by HID transport, but it is not scheduled to do so. Add a call to hidp_schedule() to kill the session. Signed-off-by: Jothikumar Mothilal Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed