diff options
Diffstat (limited to 'drivers/input/touchscreen/usbtouchscreen.c')
-rw-r--r-- | drivers/input/touchscreen/usbtouchscreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/usbtouchscreen.c b/drivers/input/touchscreen/usbtouchscreen.c index 9b3a26cd1a8d..9fb3d5c30999 100644 --- a/drivers/input/touchscreen/usbtouchscreen.c +++ b/drivers/input/touchscreen/usbtouchscreen.c | |||
@@ -856,7 +856,7 @@ static int usbtouch_probe(struct usb_interface *intf, | |||
856 | le16_to_cpu(udev->descriptor.idProduct)); | 856 | le16_to_cpu(udev->descriptor.idProduct)); |
857 | 857 | ||
858 | usb_make_path(udev, usbtouch->phys, sizeof(usbtouch->phys)); | 858 | usb_make_path(udev, usbtouch->phys, sizeof(usbtouch->phys)); |
859 | strlcpy(usbtouch->phys, "/input0", sizeof(usbtouch->phys)); | 859 | strlcat(usbtouch->phys, "/input0", sizeof(usbtouch->phys)); |
860 | 860 | ||
861 | input_dev->name = usbtouch->name; | 861 | input_dev->name = usbtouch->name; |
862 | input_dev->phys = usbtouch->phys; | 862 | input_dev->phys = usbtouch->phys; |