This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: [media] libdvbv5: added abort flag Author: André Roth <[email protected]> Date: Fri Aug 3 06:26:58 2012 -0300 Signed-off-by: André Roth <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> lib/include/dvb-fe.h | 1 + lib/libdvbv5/dvb-fe.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=04aeb7ae2da360d52efd2bb1a19917c1626e332d diff --git a/lib/include/dvb-fe.h b/lib/include/dvb-fe.h index 8b795cb..b2c3587 100644 --- a/lib/include/dvb-fe.h +++ b/lib/include/dvb-fe.h @@ -88,6 +88,7 @@ struct dvb_v5_fe_parms { unsigned diseqc_wait; unsigned freq_offset; + int abort; dvb_logfunc logfunc; }; diff --git a/lib/libdvbv5/dvb-fe.c b/lib/libdvbv5/dvb-fe.c index 1636948..8ed73b6 100644 --- a/lib/libdvbv5/dvb-fe.c +++ b/lib/libdvbv5/dvb-fe.c @@ -69,6 +69,7 @@ struct dvb_v5_fe_parms *dvb_fe_open2(int adapter, int frontend, unsigned verbose parms->verbose = verbose; parms->fd = fd; parms->sat_number = -1; + parms->abort = 0; parms->logfunc = logfunc; if (ioctl(fd, FE_GET_INFO, &parms->info) == -1) { _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
