Re: [PATCH] xhci-hub.c: handle command_trb that may be link TRB

2013-10-09 Thread Xiao Jin
: Wed, 9 Oct 2013 09:38:45 +0800 > > Subject: [PATCH] xhci-hub.c: handle command_trb that may be link TRB > > I won't be able to apply your patch because it has these extra lines in > the body ^^^. I suspect you used `git format-patch` to produce this, > and then trie

Re: [PATCH] xhci-hub.c: handle command_trb that may be link TRB

2013-10-09 Thread Sarah Sharp
Hi Xiao, Thanks for taking the time to submit this patch. Comments below. On Wed, Oct 09, 2013 at 09:42:36AM +0800, Xiao Jin wrote: > From: xiao jin > Date: Wed, 9 Oct 2013 09:38:45 +0800 > Subject: [PATCH] xhci-hub.c: handle command_trb that may be link TRB I won't be able

[PATCH] xhci-hub.c: handle command_trb that may be link TRB

2013-10-08 Thread Xiao Jin
From: xiao jin Date: Wed, 9 Oct 2013 09:38:45 +0800 Subject: [PATCH] xhci-hub.c: handle command_trb that may be link TRB When xhci stop device, it's possible cmd_ring enqueue point to link TRB after queue the last but one stop endpoint. We must handle the command_trb point to the next se