- patches.suse/slab-handle-memoryless-nodes-v2a.patch: Refresh.
[linux-flexiantxendom0-3.2.10.git] / drivers / hid / usbhid / usbkbd.c
index fa447b7..689b1da 100644 (file)
@@ -269,7 +269,7 @@ static int usb_kbd_probe(struct usb_interface *iface,
                         le16_to_cpu(dev->descriptor.idProduct));
 
        usb_make_path(dev, kbd->phys, sizeof(kbd->phys));
-       strlcpy(kbd->phys, "/input0", sizeof(kbd->phys));
+       strlcat(kbd->phys, "/input0", sizeof(kbd->phys));
 
        input_dev->name = kbd->name;
        input_dev->phys = kbd->phys;