Re: [Owfs-developers] Bug in DS2413 sensed.*

2012-04-23 Thread Michael Markstaller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Getting back on this, this is really odd: With 2.8p14 on i386: -> All fine on MIPS24k (OpenWRT) only sensed.BYTE shows up correctly, sensed.ALL/A/B is always 0 Maybe somebody can dis/confirm this on a similar platform.. Maybe some nasty endianess-is

RE: [Owfs-developers] Bug in DS2413

2005-10-28 Thread Alfille, Paul H.,M.D.
Oh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marek Wodzinski Sent: Thursday, October 27, 2005 10:17 PM To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] Bug in DS2413 On Fri, 28 Oct 2005, Marek Wodzinski wrote: > On Thu,

RE: [Owfs-developers] Bug in DS2413

2005-10-28 Thread Alfille, Paul H.,M.D.
@lists.sourceforge.net Subject: Re: [Owfs-developers] Bug in DS2413 On Thu, 27 Oct 2005, Paul Alfille wrote: > Majek, > > I've looked at the problem you've found, and now can see it clearly. [...] > I'm not sure your patch quite addresses the problem. I fear the true patch >

Re: [Owfs-developers] Bug in DS2413

2005-10-27 Thread Marek Wodzinski
On Fri, 28 Oct 2005, Marek Wodzinski wrote: On Thu, 27 Oct 2005, Paul Alfille wrote: Majek, I've looked at the problem you've found, and now can see it clearly. [...] I'm not sure your patch quite addresses the problem. I fear the true patch will be a little uglier, and probably not done ti

Re: [Owfs-developers] Bug in DS2413

2005-10-27 Thread Marek Wodzinski
On Thu, 27 Oct 2005, Paul Alfille wrote: Majek, I've looked at the problem you've found, and now can see it clearly. [...] I'm not sure your patch quite addresses the problem. I fear the true patch will be a little uglier, and probably not done till next week. My patch changed (broke?) read

Re: [Owfs-developers] Bug in DS2413

2005-10-26 Thread Paul Alfille
Majek, I've looked at the problem you've found, and now can see it clearly. Basically, the "latch" state should be used for the unknown PIO bit when setting one of the pins. As you point out, the pins must be set together in the hardware, it is only the software abstraction that allows them to

RE: [Owfs-developers] Bug in DS2413

2005-10-26 Thread Marek Wodzinski
On Wed, 26 Oct 2005, Alfille, Paul H.,M.D. wrote: Thanks. I especially appreciate the patch. I take it the code wasn't too hard to decypher? Hehe... I assumed that this was DS2413 specific issue and I looked into low level driver of this chip. But this is 'dirty' patch. I think that 'right w

RE: [Owfs-developers] Bug in DS2413

2005-10-26 Thread Alfille, Paul H.,M.D.
Thanks. I especially appreciate the patch. I take it the code wasn't too hard to decypher? Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marek Wodzinski Sent: Wednesday, October 26, 2005 3:10 PM To: Owfs-developers@lists.sourceforge.net Subject: [Owf