[Bluetooth] Fix HID disconnect NULL pointer dereference
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 20 Oct 2006 06:55:48 +0000 (08:55 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 20 Oct 2006 08:15:05 +0000 (01:15 -0700)
The latest HID disconnect sequence change introduced a NULL pointer
dereference. For the quirk to handle buggy remote HID implementations,
it is enough to wait for a potential control channel disconnect from
the remote side and it is also enough to wait only 500 msecs.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

No differences found