Hi Jan,

I have check w1_netlink.c between 3.16 and 3.18.44 and i have notice only
following difference:

*** 3.16/w1/w1_netlink.c    2014-08-04 00:25:02.000000000 +0200
--- 3.18.44/w1/w1_netlink.c    2016-10-22 22:45:02.000000000 +0200
***************
*** 680,687 ****
              if (sl)
                  dev = sl->master;
          } else {
!             printk(KERN_NOTICE
!                 "%s: cn: %x.%x, wrong type: %u, len: %u.\n",
                  __func__, cn->id.idx, cn->id.val,
                  msg->type, msg->len);
              err = -EPROTO;
--- 680,686 ----
              if (sl)
                  dev = sl->master;
          } else {
!             pr_notice("%s: cn: %x.%x, wrong type: %u, len: %u.\n",
                  __func__, cn->id.idx, cn->id.val,
                  msg->type, msg->len);
              err = -EPROTO;



> You don't have to try all those kernels on the OpenWrt box but maybe you
> could check what has changed in
>
>         [linux-kernel]/drivers/w1/w1_netlink.c
>
> There was a known change at linux-3.16rc1 which broke owfs versions
> before 3.1p1. But maybe there's another change which breaks it again
> with the single kernel version you unfortunately have.
>
>
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to