[PATCH v6] v4l2.c: a decoder for Video4Linux video-input ioctls args

2014-10-10 Thread Philippe De Muyter
* v4l2.c, xlat/v4l2_*.in: new files. * configure.ac: check for availabilty of v4l2 enum constants. * ioctl.c, defs.h, Makefile.am: hook v4l2.o:v4l2_ioctl into strace. * NEWS: spread the news :) Introduce v4l2.c, a decoder for the arguments of the video-input subset of the v4l2 ioctl's. This is a c

Re: Abspath printing with -A

2014-10-10 Thread Zubin Mithra
Hello, On Wed, Sep 24, 2014 at 11:05 AM, Zubin Mithra wrote: > Hello, > > Please find below a diff that implements the abspath feature. Using the -A > flag now resolves the relative paths to absolute ones. > Does this diff look OK? I could send over a patch if it is. Thanks! Zubin