Hi Luiz/Ravi, On Thu, Oct 31, 2013, Luiz Augusto von Dentz wrote: > From: Ravi kumar Veeramally <ravikumar.veeramally@xxxxxxxxxxxxxxx> > > This patch reads data on interrupt channel and feeds into uHID. > Kernel will take care rest of the things and connects bt mouse > and keyboard: > > [168988.557647] input: bluez-input-device as /devices/virtual/misc/uhid/input54 > --- > android/hid.c | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 125 insertions(+), 4 deletions(-) After applying these two patches the tree stops compiling for me (even after rerunning ./bootstrap-configure): src/glib-helper.o: In function `bt_modalias': /home/jh/src/bluez/src/glib-helper.c:42: multiple definition of `bt_modalias' src/glib-helper.o:/home/jh/src/bluez/src/glib-helper.c:42: first defined here src/glib-helper.o: In function `bt_uuid2string': /home/jh/src/bluez/src/glib-helper.c:55: multiple definition of `bt_uuid2string' src/glib-helper.o:/home/jh/src/bluez/src/glib-helper.c:55: first defined here src/glib-helper.o: In function `bt_name2string': /home/jh/src/bluez/src/glib-helper.c:172: multiple definition of `bt_name2string' src/glib-helper.o:/home/jh/src/bluez/src/glib-helper.c:172: first defined here src/glib-helper.o: In function `bt_string2uuid': /home/jh/src/bluez/src/glib-helper.c:202: multiple definition of `bt_string2uuid' src/glib-helper.o:/home/jh/src/bluez/src/glib-helper.c:202: first defined here collect2: error: ld returned 1 exit status make[1]: *** [android/bluetoothd] Error 1 Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html