diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2012-04-02 07:51:30 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2012-04-02 07:51:30 +0000 |
| commit | 4563ba7a0dc301f40d35f7c7c3bad825d4b4fa10 (patch) | |
| tree | ac77863678e77055eb470d5ecf0682d535b8f568 /sys/dev/usb/usb_request.h | |
| parent | 32ffd2336cd9ba0e012ebbab8436d47816d6620e (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usb_request.h')
| -rw-r--r-- | sys/dev/usb/usb_request.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_request.h b/sys/dev/usb/usb_request.h index 74823af28859..5fcedd5e5247 100644 --- a/sys/dev/usb/usb_request.h +++ b/sys/dev/usb/usb_request.h @@ -91,5 +91,7 @@ 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); +usb_error_t usbd_req_set_lpm_info(struct usb_device *udev, struct mtx *mtx, + uint8_t port, uint8_t besl, uint8_t addr, uint8_t rwe); #endif /* _USB_REQUEST_H_ */ |
