Re: [Owfs-developers] DS2482-800 adapter

2006-06-02 Thread Jan Kandziora
Am Freitag, 2. Juni 2006 19:27 schrieb Paul Alfille: > Any progress on testing? > With the i2c bitbanging adapter (from linux/Documentation/i2c/i2c-parport), both the DS2482-100 and DS2482-800 work fine now. So, from owfs point of view, i2c support is complete. We have more problems with the Kon

Re: [Owfs-developers] DS2482-800 adapter

2006-06-02 Thread Paul Alfille
Any progress on testing? Paul Alfille ___ Owfs-developers mailing list Owfs-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/owfs-developers

Re: [Owfs-developers] DS2482-800 adapter

2006-05-28 Thread Paul Alfille
Fixed. On 5/28/06, Daniel Höper <[EMAIL PROTECTED]> wrote: Am Sonntag, 28. Mai 2006 20:56 schrieb Paul Alfille: > > 3. There are nine channels (bus.0 ... bus.8) for only eight 1-wire > > busses. bus.0 and bus.2 have the same value for connin.i2c.index (=1). So > > a 1-wire device connected to th

Re: [Owfs-developers] DS2482-800 adapter

2006-05-28 Thread Daniel Höper
Am Sonntag, 28. Mai 2006 20:56 schrieb Paul Alfille: > > 3. There are nine channels (bus.0 ... bus.8) for only eight 1-wire > > busses. bus.0 and bus.2 have the same value for connin.i2c.index (=1). So > > a 1-wire device connected to the second bus of the adapter is shown twice > > in the owfs > >

Re: [Owfs-developers] DS2482-800 adapter

2006-05-28 Thread Paul Alfille
On 5/28/06, Daniel Höper <[EMAIL PROTECTED]> wrote: There are some problems with this adapter:1. We get an infinite loop in ow_connect.c:NewIn() while creating the eight1-wire busses in ow_ds2482.c:CreateChannels(). I solved this by settingnow->next to NULL in NewIn() if the new connection is a cop

[Owfs-developers] DS2482-800 adapter

2006-05-28 Thread Daniel Höper
There are some problems with this adapter: 1. We get an infinite loop in ow_connect.c:NewIn() while creating the eight 1-wire busses in ow_ds2482.c:CreateChannels(). I solved this by setting now->next to NULL in NewIn() if the new connection is a copy of an existing one. 2. After fixing this p