Package: scantool / 1.21+dfsg-4

Metadata

Package Version Patches format
scantool 1.21+dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
dzcomm usb serial.patch | (download)

dzcomm/AUTHORS | 3 3 + 0 - 0 !
dzcomm/configure.in | 22 14 + 8 - 0 !
dzcomm/dzcomm.txt | 26 26 + 0 - 0 !
dzcomm/include/dzcomm.h | 2 2 + 0 - 0 !
dzcomm/include/dzcomm/dzconfig.h | 4 3 + 1 - 0 !
dzcomm/src/comm.c | 15 9 + 6 - 0 !
dzcomm/src/linux/lcomm.c | 32 24 + 8 - 0 !
7 files changed, 81 insertions(+), 23 deletions(-)

 update dzcomm allegro library for usb serial device support.
scantool linux build.patch | (download)

error_handlers.c | 2 1 + 1 - 0 !
globals.h | 6 3 + 3 - 0 !
main.c | 13 7 + 6 - 0 !
makefile | 12 9 + 3 - 0 !
options.c | 2 1 + 1 - 0 !
serial.c | 6 6 + 0 - 0 !
trouble_code_reader.c | 5 3 + 2 - 0 !
7 files changed, 30 insertions(+), 16 deletions(-)

 adjust build for sanity with debian:
 - library adjustments
 - fix format string uses
 - aim data files at /usr/share/scantool
 - update the config and log file names
 - expand error messages from serial port failures
 - default to windowed mode
logging newlines.patch | (download)

main.c | 71 36 + 35 - 0 !
1 file changed, 36 insertions(+), 35 deletions(-)

 the status reporting did not sanely synchronize line endings.
 This patch adjusts the output to be more readable during execution.
drop listports.patch | (download)

about.c | 3 1 + 2 - 0 !
makefile | 7 2 + 5 - 0 !
2 files changed, 3 insertions(+), 7 deletions(-)

 listports.{c,h} was nonfree and was removed from the upstream
 orig. Adjust the build to reflect the removal of this code, which was
 not needed for POSIX builds.
allow elm327 clones.patch | (download)

reset.c | 11 3 + 8 - 0 !
1 file changed, 3 insertions(+), 8 deletions(-)

 non-scantool.net elm327 clones were not allowed to operate
 with this software, which is silly. If a device was built with an ELM
 chip (http://www.elmelectronics.com/DSheets/ELM327DS.pdf) it should be
 fine with this software.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630603
kfreebsd build fixes.patch | (download)

dzcomm/src/unix/ucomm.c | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 drop some ioctls defines that aren't used by scantool so that
 kfreebsd will build.
drop report request.patch | (download)

error_handlers.c | 11 1 + 10 - 0 !
1 file changed, 1 insertion(+), 10 deletions(-)

 do not request that bugs get reported to upstream, since they
 have abandoned the project.
build flags.patch | (download)

dzcomm/configure.in | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 correctly pass in external build flags for the build.
multi code.patch | (download)

trouble_code_reader.c | 283 198 + 85 - 0 !
1 file changed, 198 insertions(+), 85 deletions(-)

 handle new column 2 with code origin, and populate description
 from all found codes instead of just the first.