Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1267549
| From | Doug Anderson <dianders@chromium.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC] usb: dwc2: hcd: fix split schedule issue |
| Date | 2015-11-12 01:30 +0100 |
| Message-ID | <qtNW2-1CS-3@gated-at.bofh.it> (permalink) |
| References | <qrLF0-2Hw-7@gated-at.bofh.it> <qrM82-36S-41@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
John, On Fri, Nov 6, 2015 at 2:04 AM, Yunzhi Li <lyz@rock-chips.com> wrote: > hi John , > > As we talked yesterday, I tried to fix the split schedule sequence. This > patch will > avoid scheduling SSPLIT-IN packet for another device between > SSPLIT-OUT-begin and > SSPLIT-OUT-end, now the keyboard and Jebra audio speaker could work together > well, but > I'm not sure if this is exactly the right way to schedule split transfers > and if there > is any dide effect with this patch. Please help review this patch. Thanks. > >> Fix dwc2 split schedule sequence issue. Not schedule a SSPLIT_IN >> packet between SSPLIT-begin and SSPLIT-end. >> >> Signed-off-by: Yunzhi Li <lyz@rock-chips.com> >> --- >> drivers/usb/dwc2/hcd.c | 4 ++++ >> 1 file changed, 4 insertions(+) Did you have any thoughts on this patch? Although this patch didn't fix the problems I was seeing with the Microsoft Wireless Keyboard (see the patch I sent out earlier which does seem to fix it), I can confirm that in a different setup (HUB goes to USB audio + mouse) that this patch does fix some problems. That being said, it feels to me like a band-aid rather than an actual fix (I'm talking out of my rear end, though, since my USB experience is lacking at best). It feels like perhaps we're just not keeping track the xact_pos correctly, but of course I don't know that for sure... Anyway, just fishing... ;) -Doug -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RFC] usb: dwc2: hcd: fix split schedule issue Yunzhi Li <lyz@rock-chips.com> - 2015-11-06 10:40 +0100
Re: [RFC] usb: dwc2: hcd: fix split schedule issue Yunzhi Li <lyz@rock-chips.com> - 2015-11-06 11:10 +0100
Re: [RFC] usb: dwc2: hcd: fix split schedule issue Doug Anderson <dianders@chromium.org> - 2015-11-12 01:30 +0100
Re: [RFC] usb: dwc2: hcd: fix split schedule issue John Youn <John.Youn@synopsys.com> - 2015-11-12 05:40 +0100
Re: [RFC] usb: dwc2: hcd: fix split schedule issue Doug Anderson <dianders@chromium.org> - 2015-11-12 05:50 +0100
Re: [RFC] usb: dwc2: hcd: fix split schedule issue John Youn <John.Youn@synopsys.com> - 2015-11-13 06:10 +0100
Re: [RFC] usb: dwc2: hcd: fix split schedule issue Doug Anderson <dianders@chromium.org> - 2015-11-14 01:40 +0100
Re: [RFC] usb: dwc2: hcd: fix split schedule issue Alan Stern <stern@rowland.harvard.edu> - 2015-11-14 18:40 +0100
Re: [RFC] usb: dwc2: hcd: fix split schedule issue Yunzhi Li <lyz@rock-chips.com> - 2015-11-12 10:50 +0100
Re: [RFC] usb: dwc2: hcd: fix split schedule issue Doug Anderson <dianders@chromium.org> - 2015-11-07 01:00 +0100
Re: [RFC] usb: dwc2: hcd: fix split schedule issue Yunzhi Li <lyz@rock-chips.com> - 2015-11-09 11:10 +0100
Re: [RFC] usb: dwc2: hcd: fix split schedule issue Doug Anderson <dianders@chromium.org> - 2015-11-09 15:40 +0100
csiph-web