Re: [PATCH 4/4] usb: xhci: change enumeration scheme to 'new scheme' by default

2013-10-02 Thread Williams, Dan J
On Wed, Oct 2, 2013 at 9:14 AM, Sarah Sharp wrote: > On Mon, Sep 23, 2013 at 04:29:40PM -0700, Dan Williams wrote: >> Change the enumeration scheme for xhci attached devices from: >> >>SetAddress >>GetDescriptor(8) >>GetDescriptor(18) >> >> ...to: >> >>GetDescriptor(64) >>SetAd

Re: [PATCH 4/4] usb: xhci: change enumeration scheme to 'new scheme' by default

2013-10-02 Thread Alan Stern
On Wed, 2 Oct 2013, Sarah Sharp wrote: > On Mon, Sep 23, 2013 at 04:29:40PM -0700, Dan Williams wrote: > > Change the enumeration scheme for xhci attached devices from: > > > >SetAddress > >GetDescriptor(8) > >GetDescriptor(18) > > > > ...to: > > > >GetDescriptor(64) > >SetA

Re: [PATCH 4/4] usb: xhci: change enumeration scheme to 'new scheme' by default

2013-10-02 Thread Williams, Dan J
On Wed, Oct 2, 2013 at 9:14 AM, Sarah Sharp wrote: > On Mon, Sep 23, 2013 at 04:29:40PM -0700, Dan Williams wrote: >> Change the enumeration scheme for xhci attached devices from: >> >>SetAddress >>GetDescriptor(8) >>GetDescriptor(18) >> >> ...to: >> >>GetDescriptor(64) >>SetAd

Re: [PATCH 4/4] usb: xhci: change enumeration scheme to 'new scheme' by default

2013-10-02 Thread Sarah Sharp
On Mon, Sep 23, 2013 at 04:29:40PM -0700, Dan Williams wrote: > Change the enumeration scheme for xhci attached devices from: > >SetAddress >GetDescriptor(8) >GetDescriptor(18) > > ...to: > >GetDescriptor(64) >SetAddress >GetDescriptor(18) Thinking about this sequence ag

Re: [PATCH 4/4] usb: xhci: change enumeration scheme to 'new scheme' by default

2013-09-30 Thread Dan Williams
> Is there a commit id for this, please? and, where can I find this patch? I > would like to try this on my machine as I have a device that does not > enumerate on xhci only. > Not upstream yet, but you can give the attached one a try. -- Dan xhci-new-scheme.patch Description: Binary data

Re: [PATCH 4/4] usb: xhci: change enumeration scheme to 'new scheme' by default

2013-09-30 Thread Joe M
>> Change the enumeration scheme for xhci attached devices from: >> >>SetAddress >>GetDescriptor(8) >>GetDescriptor(18) >> >> ...to: >> >>GetDescriptor(64) >>SetAddress >>GetDescriptor(18) >> >> ...as some devices misbehave when encountering a SetAddress command >> prior to

Re: [PATCH 4/4] usb: xhci: change enumeration scheme to 'new scheme' by default

2013-09-30 Thread Dan Williams
On Mon, Sep 23, 2013 at 4:29 PM, Dan Williams wrote: > Change the enumeration scheme for xhci attached devices from: > >SetAddress >GetDescriptor(8) >GetDescriptor(18) > > ...to: > >GetDescriptor(64) >SetAddress >GetDescriptor(18) > > ...as some devices misbehave when encou

Re: [PATCH 4/4] usb: xhci: change enumeration scheme to 'new scheme' by default

2013-09-24 Thread Alan Stern
On Mon, 23 Sep 2013, Dan Williams wrote: > Change the enumeration scheme for xhci attached devices from: > >SetAddress >GetDescriptor(8) >GetDescriptor(18) > > ...to: > >GetDescriptor(64) >SetAddress >GetDescriptor(18) > > ...as some devices misbehave when encountering

[PATCH 4/4] usb: xhci: change enumeration scheme to 'new scheme' by default

2013-09-23 Thread Dan Williams
Change the enumeration scheme for xhci attached devices from: SetAddress GetDescriptor(8) GetDescriptor(18) ...to: GetDescriptor(64) SetAddress GetDescriptor(18) ...as some devices misbehave when encountering a SetAddress command prior to GetDescriptor. There are known device