summaryrefslogtreecommitdiff
path: root/tools/xsetwacom.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xsetwacom.c')
-rw-r--r--tools/xsetwacom.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c
index 2644e6a..df6dd40 100644
--- a/tools/xsetwacom.c
+++ b/tools/xsetwacom.c
@@ -309,15 +309,17 @@ static param_t parameters[] =
.name = "DebugLevel",
.desc = "Level of debugging trace for individual devices, "
"default is 0 (off). ",
- .set_func = not_implemented,
- .get_func = not_implemented,
+ .prop_name = WACOM_PROP_DEBUGLEVELS,
+ .prop_format = 8,
+ .prop_offset = 0,
},
{
.name = "CommonDBG",
.desc = "Level of debugging statements applied to all devices "
"associated with the same tablet. default is 0 (off). ",
- .set_func = not_implemented,
- .get_func = not_implemented,
+ .prop_name = WACOM_PROP_DEBUGLEVELS,
+ .prop_format = 8,
+ .prop_offset = 1,
},
{
.name = "Suppress",