commit | 7b19ffc40b0247fcfe083644fdb621fdb3c05ef6 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Fri Oct 20 08:55:48 2006 +0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Oct 20 01:15:05 2006 -0700 |
tree | 4980d57a434ba6fbba1b9c566e531158d8de9327 | |
parent | 8602b4fe6e82d5eeb479efd3bca19bc3dd722f5a [diff] |
[Bluetooth] Fix HID disconnect NULL pointer dereference 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>