Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44797
b: refs/heads/master
c: df251b8
h: refs/heads/master
i:
  44795: 8c3118f
v: v3
  • Loading branch information
Chris Frey authored and Greg Kroah-Hartman committed Dec 20, 2006
1 parent 0c41d18 commit 7afbcb2
Show file tree
Hide file tree
Showing 2 changed files with 6 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: bfb7fb79e913f60330037d1f302efee28d5f6770
refs/heads/master: df251b8bfcc5879b947223746779f90018424a6d
6 changes: 5 additions & 1 deletion trunk/drivers/usb/core/devio.c
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,11 @@ static int proc_do_submiturb(struct dev_state *ps, struct usbdevfs_urb *uurb,
kfree(dr);
return -EFAULT;
}
snoop(&ps->dev->dev, "control urb\n");
snoop(&ps->dev->dev, "control urb: bRequest=%02x "
"bRrequestType=%02x wValue=%04x "
"wIndex=%04x wLength=%04x\n",
dr->bRequest, dr->bRequestType, dr->wValue,
dr->wIndex, dr->wLength);
break;

case USBDEVFS_URB_TYPE_BULK:
Expand Down

0 comments on commit 7afbcb2

Please sign in to comment.