Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69559
b: refs/heads/master
c: fd39c86
h: refs/heads/master
i:
  69557: 9d112e1
  69555: 0bf2f58
  69551: 9208d8c
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Oct 16, 2007
1 parent a62f4dc commit 650b962
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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: c5d0e6a0d225c03b59a0a70f940e439085235ba2
refs/heads/master: fd39c86b3d8910fbafe41207135c1d72bc895614
6 changes: 5 additions & 1 deletion trunk/drivers/usb/core/hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,11 @@ int usb_new_device(struct usb_device *udev)


/**
* Similar to usb_disconnect()
* usb_deauthorize_device - deauthorize a device (usbcore-internal)
* @usb_dev: USB device
*
* Move the USB device to a very basic state where interfaces are disabled
* and the device is in fact unconfigured and unusable.
*
* We share a lock (that we have) with device_del(), so we need to
* defer its call.
Expand Down
4 changes: 2 additions & 2 deletions trunk/include/linux/usb/gadget.h
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ static inline void *get_gadget_data (struct usb_gadget *gadget)

/**
* gadget_is_dualspeed - return true iff the hardware handles high speed
* @gadget: controller that might support both high and full speeds
* @g: controller that might support both high and full speeds
*/
static inline int gadget_is_dualspeed(struct usb_gadget *g)
{
Expand All @@ -497,7 +497,7 @@ static inline int gadget_is_dualspeed(struct usb_gadget *g)

/**
* gadget_is_otg - return true iff the hardware is OTG-ready
* @gadget: controller that might have a Mini-AB connector
* @g: controller that might have a Mini-AB connector
*
* This is a runtime test, since kernels with a USB-OTG stack sometimes
* run on boards which only have a Mini-B (or Mini-A) connector.
Expand Down

0 comments on commit 650b962

Please sign in to comment.