diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2020-09-01 08:14:46 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2020-09-01 08:14:46 +0000 |
| commit | 59ca674ef24541b4cdebc20d6399904f46a2cc03 (patch) | |
| tree | edcca17371fb2d4aa9fd08e543ebc6e53f777ade /sys/dev/usb/controller/xhci.h | |
| parent | 2721e6f91bd9805dcfa4037c78f12b53c158ebe1 (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 e2c3b887a338..c0427e0cf11f 100644 --- a/sys/dev/usb/controller/xhci.h +++ b/sys/dev/usb/controller/xhci.h @@ -393,6 +393,7 @@ struct xhci_endpoint_ext { uint8_t trb_halted; uint8_t trb_running; uint8_t trb_ep_mode; + uint8_t trb_ep_maxp; }; enum { |
