diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-02-24 21:38:51 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-02-24 21:38:51 +0000 |
commit | 14e9c9161c36f9f16bcc5bd48baccc2537a6e15d (patch) | |
tree | 093f0dab43c9b41b5442d7a487fbbf387d5e7a2c /sys/dev/usb/controller/xhci.h | |
parent | 76f383173879a65ccc5880fbeed61f7aff8c4f3c (diff) | |
parent | 6607cb5de8c7979567598d7caf52b4e515cfaff6 (diff) |
Notes
Diffstat (limited to 'sys/dev/usb/controller/xhci.h')
-rw-r--r-- | sys/dev/usb/controller/xhci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/xhci.h b/sys/dev/usb/controller/xhci.h index 48574506548e..306400a52fda 100644 --- a/sys/dev/usb/controller/xhci.h +++ b/sys/dev/usb/controller/xhci.h @@ -383,6 +383,7 @@ struct xhci_endpoint_ext { uint8_t trb_halted; uint8_t trb_running; uint8_t trb_ep_mode; + uint8_t trb_ep_maxp; }; enum { |