android_kernel_motorola_sm6225/net/bluetooth/hidp
Alan Ott 0f69dca20f HID: bt: Move hid_add_device() call to after hidp_session() has started.
Move the call to hid_add_device() (which calls a device's probe() function)
to after the kernel_thread() call which starts the hidp_session() thread.
This ensures the Bluetooth receive socket is fully running by the time a
device's probe() function is called. This way, a device can communicate
(send and receive) with the Bluetooth device from its probe() function.

Signed-off-by: Alan Ott <alan@signal11.us>
Acked-by: Gustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2011-02-11 15:05:49 +01:00
..
core.c HID: bt: Move hid_add_device() call to after hidp_session() has started. 2011-02-11 15:05:49 +01:00
hidp.h HID: bt: Move hid_add_device() call to after hidp_session() has started. 2011-02-11 15:05:49 +01:00
Kconfig Bluetooth: fix hidp kconfig dependency warning 2010-11-09 00:55:27 -02:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sock.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00