Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64892
b: refs/heads/master
c: 7b6dff9
h: refs/heads/master
v: v3
  • Loading branch information
Vladimir Shebordaev authored and Dmitry Torokhov committed Sep 7, 2007
1 parent 4455418 commit 88e905d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 749aea73aaf4ff1dbd83c2021b57a4dde6bbe2b9
refs/heads/master: 7b6dff982b063b1b15c30508f16863e5449e7229
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/usbtouchscreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ static int usbtouch_probe(struct usb_interface *intf,
le16_to_cpu(udev->descriptor.idProduct));

usb_make_path(udev, usbtouch->phys, sizeof(usbtouch->phys));
strlcpy(usbtouch->phys, "/input0", sizeof(usbtouch->phys));
strlcat(usbtouch->phys, "/input0", sizeof(usbtouch->phys));

input_dev->name = usbtouch->name;
input_dev->phys = usbtouch->phys;
Expand Down

0 comments on commit 88e905d

Please sign in to comment.