diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb/hcd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index 7f855d50cdf5..c532cbeabfbc 100644 --- a/include/linux/usb/hcd.h +++ b/include/linux/usb/hcd.h | |||
| @@ -93,6 +93,12 @@ struct usb_hcd { | |||
| 93 | */ | 93 | */ |
| 94 | const struct hc_driver *driver; /* hw-specific hooks */ | 94 | const struct hc_driver *driver; /* hw-specific hooks */ |
| 95 | 95 | ||
| 96 | /* | ||
| 97 | * OTG and some Host controllers need software interaction with phys; | ||
| 98 | * other external phys should be software-transparent | ||
| 99 | */ | ||
| 100 | struct usb_phy *phy; | ||
| 101 | |||
| 96 | /* Flags that need to be manipulated atomically because they can | 102 | /* Flags that need to be manipulated atomically because they can |
| 97 | * change while the host controller is running. Always use | 103 | * change while the host controller is running. Always use |
| 98 | * set_bit() or clear_bit() to change their values. | 104 | * set_bit() or clear_bit() to change their values. |
