summaryrefslogtreecommitdiff
path: root/hw/dmx/input/usb-keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/dmx/input/usb-keyboard.c')
-rw-r--r--hw/dmx/input/usb-keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dmx/input/usb-keyboard.c b/hw/dmx/input/usb-keyboard.c
index dc575fef7..9db1adbfc 100644
--- a/hw/dmx/input/usb-keyboard.c
+++ b/hw/dmx/input/usb-keyboard.c
@@ -439,6 +439,6 @@ void kbdUSBGetInfo(DevicePtr pDev, DMXLocalInitInfoPtr info)
kbdUSBGetMap(pDev, &info->keySyms, info->modMap);
info->focusClass = 1;
info->kbdFeedbackClass = 1;
- info->names.keycodes = xstrdup("powerpcps2");
+ info->names.keycodes = strdup("powerpcps2");
info->force = 1;
}