summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_request.h
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2012-01-12 21:21:20 +0000
committerhselasky <hselasky@FreeBSD.org>2012-01-12 21:21:20 +0000
commit6c85604246f379ee4bb4d0701a1f85b5b1cdf10f (patch)
tree38f3d90c8fddf434631d370481d287f6ba079ccb /sys/dev/usb/usb_request.h
parent0238379b18c22577e791b322bb2f68d9447a5b12 (diff)
downloadFreeBSD-src-6c85604246f379ee4bb4d0701a1f85b5b1cdf10f.zip
FreeBSD-src-6c85604246f379ee4bb4d0701a1f85b5b1cdf10f.tar.gz
- Try to fix support for USB 3.0 HUBs.
- Try to fix support for USB 3.0 suspend and resume. MFC after: 1 week
Diffstat (limited to 'sys/dev/usb/usb_request.h')
-rw-r--r--sys/dev/usb/usb_request.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_request.h b/sys/dev/usb/usb_request.h
index ac7a7c1..74823af 100644
--- a/sys/dev/usb/usb_request.h
+++ b/sys/dev/usb/usb_request.h
@@ -89,5 +89,7 @@ usb_error_t usbd_req_reset_tt(struct usb_device *udev, struct mtx *mtx,
uint8_t port);
usb_error_t usbd_req_clear_tt_buffer(struct usb_device *udev, struct mtx *mtx,
uint8_t port, uint8_t addr, uint8_t type, uint8_t endpoint);
+usb_error_t usbd_req_set_port_link_state(struct usb_device *udev,
+ struct mtx *mtx, uint8_t port, uint8_t link_state);
#endif /* _USB_REQUEST_H_ */
OpenPOWER on IntegriCloud