Hi Luiz, On 02/26/2011 09:49 PM, ext luiz.dentz@xxxxxxxxx wrote:
From: Luiz Augusto von Dentz<luiz.dentz-von@xxxxxxxxx> This make it easier to enable/disable this funcionality as a whole. --- Makefile.am | 6 +- configure.ac | 9 +- plugins/ftp.c | 165 +--------------- plugins/ftp.h | 30 +++ plugins/nokia-backup.c | 309 ----------------------------- plugins/pcsuite.c | 515 ++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 561 insertions(+), 473 deletions(-) create mode 100644 plugins/ftp.h delete mode 100644 plugins/nokia-backup.c create mode 100644 plugins/pcsuite.c
I've applied this patch and suddenly PC Suite stopped to discover if usb cable is connected (no possibility to take backup/restore via usb cable). In syslog there is no obexd logs in that scenario so hard to tell what went wrong:) After reverting to obexd release, based on upstream, everything started to work normally again. So, does other components (which are using this backup functionality) need to make some changes to their code or something is wrong with that patch? BR, Radek -- 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