[PATCH v4] Add decoding for evdev ioctls.

Dmitry V. Levin ldv at altlinux.org
Tue Feb 17 22:14:51 UTC 2015


On Tue, Feb 17, 2015 at 08:04:06PM +0100, Etienne Gemsa wrote:
> +		case EVIOCGVERSION:
> +			tprints(", ");
> +			printnum(tcp, arg, "%" PRIx32);
> +			return 1;
> +		case EVIOCGEFFECTS:
> +			tprints(", ");
> +			printnum(tcp, arg, "%" PRIu32);
> +			return 1;

I see, printnum() appears to be too confusing.

I've just pushed commit v4.9-295-g1c603a9 that renames
printnum() to printnum_long().


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20150218/0c9da7a5/attachment.bin>


More information about the Strace-devel mailing list