Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361271
b: refs/heads/master
c: 66e4afc
h: refs/heads/master
i:
  361269: ac75513
  361267: 3a829df
  361263: dcd9f78
v: v3
  • Loading branch information
Felipe Balbi committed Mar 11, 2013
1 parent 1824daf commit f8e9445
Show file tree
Hide file tree
Showing 2 changed files with 5 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: c390b0363d6cc201db93de69b5e88f482322d821
refs/heads/master: 66e4afc77f76653460d7eb31ec793506ada1ad33
4 changes: 4 additions & 0 deletions trunk/drivers/usb/gadget/pxa25x_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1303,6 +1303,10 @@ stop_activity(struct pxa25x_udc *dev, struct usb_gadget_driver *driver)
}
del_timer_sync(&dev->timer);

/* report disconnect; the driver is already quiesced */
if (driver)
driver->disconnect(&dev->gadget);

/* re-init driver-visible data structures */
udc_reinit(dev);
}
Expand Down

0 comments on commit f8e9445

Please sign in to comment.