Merge remote-tracking branch 'origin/master' into usbhub

This commit is contained in:
Gregory Nutt
2015-04-23 14:06:18 -06:00
65 changed files with 98 additions and 98 deletions
+1 -1
View File
@@ -152,7 +152,7 @@
#define DEV_DISCONNECT(dev) (dev)->ops->pullup ? (dev)->ops->pullup(dev,false) : -EOPNOTSUPP
/* USB Class Driver Helpers *********************************************************/
/* All may be called from interupt handling logic except bind() and unbind() */
/* All may be called from interrupt handling logic except bind() and unbind() */
/* Invoked when the driver is bound to a USB device driver. */