Re: [Owfs-developers] owfs - bug in ow_w1_send.c

2016-11-17 Thread Jan Kandziora
Am 17.11.2016 um 07:13 schrieb Enrico Hoepfner: > > the patch below works perfectly! thank you all for your help! > > how can I commit this patch to owfs source? can this do someone of > the developers or is there a description how I can do that? > Install git and gitk. Setup git: $ git config

Re: [Owfs-developers] owfs - bug in ow_w1_send.c

2016-11-17 Thread Enrico Hoepfner
Hi Jan, thank you for the Answer and the description! I've never made this procedure. I've try this steps, but where should I send the email to? the output looks like this: owserver hangs some minutes when sequence number run over 0x $ git format-patch master --stdout c14b0e446e686b4ab158

Re: [Owfs-developers] owfs - bug in ow_w1_send.c

2016-11-17 Thread Jan Kandziora
Am 17.11.2016 um 18:00 schrieb Enrico Hoepfner: > Hi Jan, > > thank you for the Answer and the description! > I've never made this procedure. > > I've try this steps, but where should I send the email to? > the output looks like this: > To the list. > > owserver hangs some minutes when sequen

[Owfs-developers] [PATCH] fix sequence number bug in w1 host adaptor code

2016-11-17 Thread Enrico Hoepfner
owserver hangs some minutes when sequence number run over 0x Signed-off: "Enrico Hoepfner nlmsg_seq) != (unsigned int) seq ) { + if ( NL_SEQ(nlp.nlm->nlmsg_seq) != NL_SEQ(seq) ) { LEVEL_DEBUG("Netlink sequence number out of order");

Re: [Owfs-developers] [PATCH] fix sequence number bug in w1 host adaptor code

2016-11-17 Thread Jan Kandziora
Am 17.11.2016 um 19:05 schrieb Enrico Hoepfner: > owserver hangs some minutes when sequence number run over 0x > Signed-off: "Enrico Hoepfner > > --- > > module/owlib/src/c/ow_w1_parse.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/module/owlib/src/c

Re: [Owfs-developers] [PATCH] fix sequence number bug in w1 host adaptor code

2016-11-17 Thread Enrico Hoepfner
Hi Jan, Thank you for the help and thepatience! owserver hangs some minutes when sequence number run over 0x Signed-off: "Enrico Hoepfner nlmsg_seq) != (unsigned int) seq ) { + if ( NL_SEQ(nlp.nlm->nlmsg_seq) != NL_SEQ(seq) ) { LEVEL_DEBUG("Netlink seq

Re: [Owfs-developers] [PATCH] fix sequence number bug in w1 host adaptor code

2016-11-17 Thread Jan Kandziora
Am 17.11.2016 um 21:15 schrieb Enrico Hoepfner: > Hi Jan, > > Thank you for the help and thepatience! > > owserver hangs some minutes when sequence number run over 0x > Signed-off: "Enrico Hoepfner > > --- > module/owlib/src/c/ow_w1_parse.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [Owfs-developers] [PATCH] fix sequence number bug in w1 host adaptor code

2016-11-17 Thread Enrico Hoepfner
Hi Jan, sorry for that - in my sent-folder looks the message ok. owserver hangs some minutes when sequence number run over 0x Signed-off: "Enrico Hoepfner nlmsg_seq) != (unsigned int) seq ) { + if ( NL_SEQ(nlp.nlm->nlmsg_seq) != NL_SEQ(seq) ) { LEVEL_D