OSDN Git Service

Fix bug which prevent input devices to work if bluetoothd is restarted.
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>
Fri, 24 Apr 2009 21:06:22 +0000 (18:06 -0300)
committerJohan Hedberg <johan.hedberg@nokia.com>
Mon, 27 Apr 2009 15:09:34 +0000 (18:09 +0300)
commit8ca76f2e9cf85ff39adc8bfa68627b8c4d9512cc
tree55fbba28ea73df3a9a0f38865ad1ed2eb66b2de0
parenta381d5342d27b99612fd31dc9cc80b01f412ad39
Fix bug which prevent input devices to work if bluetoothd is restarted.

In case of bluetoothd being restart or adapter unplugged the devices driver
callback .remove is called to free any data, but the input driver was also
sending the virtual cable unplug which is only necessary for permanent
removal.
input/device.c