Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151385
b: refs/heads/master
c: 830d1b1
h: refs/heads/master
i:
  151383: f35134b
v: v3
  • Loading branch information
Maulik Mankad authored and Greg Kroah-Hartman committed Jun 16, 2009
1 parent 5fb2a67 commit c5d0669
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1f17c5026ce27d0449903d34f9fca461a45fe1cb
refs/heads/master: 830d1b188c997c4af094d4e20b194205ddbded13
4 changes: 3 additions & 1 deletion trunk/drivers/usb/gadget/f_rndis.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,9 @@ static int rndis_set_alt(struct usb_function *f, unsigned intf, unsigned alt)
if (rndis->port.in_ep->driver_data) {
DBG(cdev, "reset rndis\n");
gether_disconnect(&rndis->port);
} else {
}

if (!rndis->port.in) {
DBG(cdev, "init rndis\n");
rndis->port.in = ep_choose(cdev->gadget,
rndis->hs.in, rndis->fs.in);
Expand Down

0 comments on commit c5d0669

Please sign in to comment.