Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3708
b: refs/heads/master
c: 2c45b6f
h: refs/heads/master
v: v3
  • Loading branch information
C. Adam Oldham authored and Greg Kroah-Hartman committed Jun 27, 2005
1 parent d9f2680 commit aa4f515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5da0106f0b9b13afa4a902c01d4c98b002df55ff
refs/heads/master: 2c45b6feb394337b4b468229632b8737375caf1d
2 changes: 2 additions & 0 deletions trunk/drivers/usb/class/usblp.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ static int usblp_open(struct inode *inode, struct file *file)
usblp->writeurb->transfer_buffer_length = 0;
usblp->wcomplete = 1; /* we begin writeable */
usblp->rcomplete = 0;
usblp->writeurb->status = 0;
usblp->readurb->status = 0;

if (usblp->bidir) {
usblp->readcount = 0;
Expand Down

0 comments on commit aa4f515

Please sign in to comment.