Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116891
b: refs/heads/master
c: b0a8132
h: refs/heads/master
i:
  116889: d2a4e1e
  116887: afd7610
v: v3
  • Loading branch information
Anderson Lizardo authored and David Vrabel committed Sep 17, 2008
1 parent 207eb47 commit f4b1af1
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: f51c23baedf191734364d3aae034d8c9c4cd8cf8
refs/heads/master: b0a81328c287052cedf28e06d9b4648ad10b72d7
2 changes: 1 addition & 1 deletion trunk/drivers/usb/wusbcore/wa-rpipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ void rpipe_ep_disable(struct wahc *wa, struct usb_host_endpoint *ep)
result = usb_control_msg(
wa->usb_dev, usb_rcvctrlpipe(wa->usb_dev, 0),
USB_REQ_RPIPE_ABORT,
USB_DIR_IN | USB_TYPE_CLASS | USB_RECIP_RPIPE,
USB_DIR_OUT | USB_TYPE_CLASS | USB_RECIP_RPIPE,
0, index, NULL, 0, 1000 /* FIXME: arbitrary */);
if (result < 0 && result != -ENODEV /* dev is gone */)
d_printf(1, dev, "(wa %p rpipe %u): abort failed: %d\n",
Expand Down

0 comments on commit f4b1af1

Please sign in to comment.