On Fri, 2019-08-23 at 11:21 -0400, Alan Stern wrote: > > I wonder since f_tcm is also the only user, whether we could change > > the > > matching logic to either: > > > > - Don't try to match, return streams is available. This could be > > problematic if the UDC supports streams on some EPs and not others > > however. > > > > - Do two passes: one pass trying to match the streams, and one > > patch > > without matching them if the first one fails. > > > > Then f_tcm could check whether it got EPs with streams and enable > > stream usage accordingly. > > > > Opinions ? Other option ? > > I like the two-pass option better. Maybe Felipe will weigh in when > he's back from vacation. Yup, I prefer it too. I'll cook up something in the meantime so I have a patch to show. Cheers, Ben.