summaryrefslogtreecommitdiff
path: root/apps/gui/wps_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps_debug.c')
-rw-r--r--apps/gui/wps_debug.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/gui/wps_debug.c b/apps/gui/wps_debug.c
index f843b989a2..5a18218a52 100644
--- a/apps/gui/wps_debug.c
+++ b/apps/gui/wps_debug.c
@@ -431,7 +431,10 @@ static char *get_token_desc(struct wps_token *token, struct wps_data *data,
431 snprintf(buf, bufsize, "enable VP:%d", 431 snprintf(buf, bufsize, "enable VP:%d",
432 token->value.i); 432 token->value.i);
433 break; 433 break;
434 434 case WPS_TOKEN_BUTTON_VOLUME:
435 snprintf(buf, bufsize, "Volume button timeout:%d",
436 token->value.i);
437 break;
435 default: 438 default:
436 snprintf(buf, bufsize, "FIXME (code: %d)", 439 snprintf(buf, bufsize, "FIXME (code: %d)",
437 token->type); 440 token->type);