diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-02-17 08:44:55 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-02-17 08:44:55 -0800 |
commit | a3a7d1627429545cddcc60314f1596912138daf1 (patch) | |
tree | 24e19e6f40cf7de31468d5238700a2ab59b6e152 /include | |
parent | ac00b6546d390bc12d1d2824c2b5d95046097eb2 (diff) | |
parent | 7d708c145b2631941b8b0b4a740dc2990818c39c (diff) |
Merge tag 'usb-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Pull USB / Thunderbolt fixes from Greg KH:
"Here are two small fixes for 6.8-rc5:
- thunderbolt to fix a reported issue on many platforms
- dwc3 driver revert of a commit that caused problems in -rc1
Both of these changes have been in linux-next for over a week with no
reported issues"
* tag 'usb-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
Revert "usb: dwc3: Support EBC feature of DWC_usb31"
thunderbolt: Fix setting the CNS bit in ROUTER_CS_5
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/usb/gadget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.h index a771ccc038ac..6532beb587b1 100644 --- a/include/linux/usb/gadget.h +++ b/include/linux/usb/gadget.h @@ -236,7 +236,6 @@ struct usb_ep { unsigned max_streams:16; unsigned mult:2; unsigned maxburst:5; - unsigned fifo_mode:1; u8 address; const struct usb_endpoint_descriptor *desc; const struct usb_ss_ep_comp_descriptor *comp_desc; |