aboutsummaryrefslogtreecommitdiff
path: root/utils/owfs/patches
Commit message (Collapse)AuthorAge
* owfs: update to 3.2p4Rosen Penev2020-09-20
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* owfs: fix compilation with GCC10Rosen Penev2020-07-01
| | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* owfs: update to the latest version (v3.2p2)Josef Schlehofer2018-07-16
| | | | | | | | | Changes: Makefile now downloads files from Github instead of SourceForge. Changed URL, because they decided to leave SourceForge and use Github. Added dependency libavahi-client, otherwise it doesn't build. Dropped unnecessary patches, because both were upstreamed. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* owfs: avoid npe in BUS_reset functionMarcin Jurkowski2015-09-01
| | | | | | | | | | Monitor adapters (zeroconf, enet, usb and w1) don't have the reset routine, causing null pointer dereference in BUS_reset function. This patch has been submitted upstream: https://sourceforge.net/p/owfs/bugs/67/ Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* owfs: fix the last netlink message recognitionMarcin Jurkowski2015-09-01
This fixes the endless loop waiting for w1 subsystem connector status message. According to the 8a0427d kernel commit, the last (status) netlink msg should have ack=seq, whereas all the others messages should have ack=seq+1. This patch has been submitted upstream: https://sourceforge.net/p/owfs/bugs/66/. For independent problem report, see this thread: https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=98772 Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>