Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318282
b: refs/heads/master
c: f2bb26b
h: refs/heads/master
v: v3
  • Loading branch information
Bob Ross authored and Dmitry Torokhov committed Jul 7, 2012
1 parent a1e711a commit 7b73b41
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: 404c3bc30cb1361e1b3533643326ab472d24a618
refs/heads/master: f2bb26b9b7652287719f08f080c09c2d7ddcf6b5
2 changes: 1 addition & 1 deletion trunk/drivers/input/mouse/synaptics_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ static int synusb_probe(struct usb_interface *intf,
le16_to_cpu(udev->descriptor.idProduct));

if (synusb->flags & SYNUSB_STICK)
strlcat(synusb->name, " (Stick) ", sizeof(synusb->name));
strlcat(synusb->name, " (Stick)", sizeof(synusb->name));

usb_make_path(udev, synusb->phys, sizeof(synusb->phys));
strlcat(synusb->phys, "/input0", sizeof(synusb->phys));
Expand Down

0 comments on commit 7b73b41

Please sign in to comment.