diff options
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/ohci_pdriver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb/ohci_pdriver.h b/include/linux/usb/ohci_pdriver.h index 74e7755168b..012f2b7eb2b 100644 --- a/include/linux/usb/ohci_pdriver.h +++ b/include/linux/usb/ohci_pdriver.h | |||
| @@ -25,6 +25,7 @@ | |||
| 25 | * @big_endian_desc: BE descriptors | 25 | * @big_endian_desc: BE descriptors |
| 26 | * @big_endian_mmio: BE registers | 26 | * @big_endian_mmio: BE registers |
| 27 | * @no_big_frame_no: no big endian frame_no shift | 27 | * @no_big_frame_no: no big endian frame_no shift |
| 28 | * @num_ports: number of ports | ||
| 28 | * | 29 | * |
| 29 | * These are general configuration options for the OHCI controller. All of | 30 | * These are general configuration options for the OHCI controller. All of |
| 30 | * these options are activating more or less workarounds for some hardware. | 31 | * these options are activating more or less workarounds for some hardware. |
| @@ -33,6 +34,7 @@ struct usb_ohci_pdata { | |||
| 33 | unsigned big_endian_desc:1; | 34 | unsigned big_endian_desc:1; |
| 34 | unsigned big_endian_mmio:1; | 35 | unsigned big_endian_mmio:1; |
| 35 | unsigned no_big_frame_no:1; | 36 | unsigned no_big_frame_no:1; |
| 37 | unsigned int num_ports; | ||
| 36 | 38 | ||
| 37 | /* Turn on all power and clocks */ | 39 | /* Turn on all power and clocks */ |
| 38 | int (*power_on)(struct platform_device *pdev); | 40 | int (*power_on)(struct platform_device *pdev); |
