Self-explanatory parameter names ftw! Signed-off-by: Peter Hutterer <[email protected]> --- man/xsetwacom.man | 15 +++++++++++++++ tools/xsetwacom.c | 9 +++++---- 2 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/man/xsetwacom.man b/man/xsetwacom.man index c7e41e5..67f8439 100644 --- a/man/xsetwacom.man +++ b/man/xsetwacom.man @@ -110,6 +110,21 @@ reconfigurations; the command needs to be re-run whenever the output configuration changes. When used with tablet rotation, the tablet must be rotated before it is mapped to the new screen. This parameter is write-only and cannot be queried. +.TP +\fBTabletDebugLevel\fR level +Set the debug level for this tablet to the given level. This only affects +code paths that are shared between several tools on the same physical +tablet. A higher level means more fine-grained debug messages, a level of 0 +turns debugging off for this tool. Requires the driver to be built with +debugging enabled. See also ToolDebugLevel. +.TP +\fBToolDebugLevel\fR level +Set the debug level for this tool to the given level. This only affects code +paths that are specific to a given tool. A higher level means +more fine-grained debug messages, a level of 0 turns debugging off for this +tool. Requires the driver to be built with debugging enabled. See also +TabletDebugLevel. + .SH "AUTHORS" Peter Hutterer <[email protected]> diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c index 1ebe76d..acce2ad 100644 --- a/tools/xsetwacom.c +++ b/tools/xsetwacom.c @@ -124,16 +124,17 @@ static param_t parameters[] = .get_func = get_button, }, { - .name = "DebugLevel", - .desc = "Level of debugging trace for individual devices, " + .name = "ToolDebugLevel", + .desc = "Level of debugging trace for individual tools, " "default is 0 (off). ", .prop_name = WACOM_PROP_DEBUGLEVELS, .prop_format = 8, .prop_offset = 0, }, { - .name = "CommonDBG", - .desc = "Level of debugging statements applied to all devices " + .name = "TabletDebugLevel", + .desc = "Level of debugging statements applied to shared " + "code paths between all tools " "associated with the same tablet. default is 0 (off). ", .prop_name = WACOM_PROP_DEBUGLEVELS, .prop_format = 8, -- 1.7.3.5 ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
