aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-28 11:00:55 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-28 11:00:55 -0700
commit02d5f0857bc2962625fa2d34957d43a9e3175eb4 (patch)
tree1146b3a025f8257a99b9a02eb62a4e338bb6ec01 /include/linux/usb
parentUSB: serial: update copyright information (diff)
parentusb: ftdi_sio: Add support for Mitsubishi FX-USB-AW/-BD (diff)
downloadlinux-dev-02d5f0857bc2962625fa2d34957d43a9e3175eb4.tar.xz
linux-dev-02d5f0857bc2962625fa2d34957d43a9e3175eb4.zip
Merge branch 'usb-linus' into usb-next
This lets us fix the build error that happens when these two trees are merged together. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/hcd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h
index 0a78df5f6cfd..59694b5e5e90 100644
--- a/include/linux/usb/hcd.h
+++ b/include/linux/usb/hcd.h
@@ -357,6 +357,7 @@ struct hc_driver {
*/
int (*disable_usb3_lpm_timeout)(struct usb_hcd *,
struct usb_device *, enum usb3_link_state state);
+ int (*find_raw_port_number)(struct usb_hcd *, int);
};
extern int usb_hcd_link_urb_to_ep(struct usb_hcd *hcd, struct urb *urb);
@@ -396,6 +397,7 @@ extern int usb_hcd_is_primary_hcd(struct usb_hcd *hcd);
extern int usb_add_hcd(struct usb_hcd *hcd,
unsigned int irqnum, unsigned long irqflags);
extern void usb_remove_hcd(struct usb_hcd *hcd);
+extern int usb_hcd_find_raw_port_number(struct usb_hcd *hcd, int port1);
struct platform_device;
extern void usb_hcd_platform_shutdown(struct platform_device *dev);