aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/wayland/seat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/wayland/seat.c b/backend/wayland/seat.c
index c2bac46a..76c25fe5 100644
--- a/backend/wayland/seat.c
+++ b/backend/wayland/seat.c
@@ -468,7 +468,7 @@ struct wlr_wl_input_device *create_wl_input_device(
unsigned int vendor = 0, product = 0;
- const char *type_name;
+ const char *type_name = "unknown";
switch (type) {
case WLR_INPUT_DEVICE_KEYBOARD: