Re: [edk2] XHCI question

2015-06-24 Thread Eric Wittmayer
June 24, 2015 5:57 PM > To: edk2-devel@lists.sourceforge.net; Eric Wittmayer; anbazha...@hp.com > Cc: Tian, Feng > Subject: RE: [edk2] XHCI question > > Hi, Baranee > > 1. XhcCheckUrbResult() reports URB transfer state in Urb->Result rather than > Urb->Finished. > 2. XhcCheckUr

Re: [edk2] XHCI question

2015-06-24 Thread Eric Wittmayer
> -Original Message- > From: Anbazhagan, Baraneedharan [mailto:anbazha...@hp.com] > Sent: Wednesday, June 24, 2015 2:11 PM > To: Eric Wittmayer; edk2-devel@lists.sourceforge.net > Subject: RE: [edk2] XHCI question > > > -Original Message- > >

Re: [edk2] XHCI question

2015-06-23 Thread Eric Wittmayer
> Date: Tue, 23 Jun 2015 23:16:05 + > From: "Anbazhagan, Baraneedharan" > Subject: [edk2] XHCI question > To: "edk2-devel@lists.sourceforge.net" > , "Tian, Feng" > > Message-ID: > <8530272280D33D4095B8F02BA1B57BAC409FB260@G9W0345.americ > as.hpqcorp.net> > > Content-Type: tex

Re: [edk2] USB question: how change to a different alternate setting of an interface?

2015-06-17 Thread Eric Wittmayer
Hi Feng, You are right. Once I fixed that everything works as expected. Thanks for taking the time to review my code. Best Regards, Eric > -Original Message- > From: Tian, Feng [mailto:feng.t...@intel.com] > Sent: Wednesday, June 17, 2015 12:14 AM > To: Eric Wittmayer

Re: [edk2] USB question: how change to a different alternate setting of an interface?

2015-06-16 Thread Eric Wittmayer
; which values are in the printed message? > > Thanks > Feng > > -Original Message- > From: Eric Wittmayer [mailto:e...@frescologic.com] > Sent: Thursday, June 11, 2015 14:20 > To: edk2-devel@lists.sourceforge.net > Subject: [edk2] USB question: how change to a

Re: [edk2] USB3 driver development setup suggestions.

2015-06-15 Thread Eric Wittmayer
>Date: Mon, 15 Jun 2015 00:20:13 -0500 >From: "Scott Duplichan" >Subject: Re: [edk2] USB3 driver development setup suggestions. >To: >Message-ID: <000401d0a72a$f69d3fb0$e3d7bf10$@notabs.org> >Content-Type: text/plain; charset="utf-8" > >

Re: [edk2] USB3 driver development setup suggestions.

2015-06-15 Thread Eric Wittmayer
>On Jun 14, 2015, at 3:49 PM, Andrew Fish wrote: > >>On Jun 14, 2015, at 12:48 PM, Eric Wittmayer wrote: >> >>c:\src\uefi\edk2\IntelFrameworkModulePkg\Library\PeiDxeDebugLibReportStatu sC >>ode\PeiDxeDebugLibReportStatusCode.inf >>{DebugLib} >> >

Re: [edk2] USB3 driver development setup suggestions.

2015-06-14 Thread Eric Wittmayer
>> On Jun 13, 2015, at 9:38 AM, Eric Wittmayer wrote: >> >> Hello EDK developers, >> I'm looking for suggestions on the easiest development setup for a USB 3 >> device Dxe driver. Ideally, I'd prefer a virtualized on a windows host that >> le

[edk2] USB3 driver development setup suggestions.

2015-06-13 Thread Eric Wittmayer
Hello EDK developers, I'm looking for suggestions on the easiest development setup for a USB 3 device Dxe driver. Ideally, I'd prefer a virtualized on a windows host that lets me pass through the USB3 device to the UEFI guest. I have been using Duet and can build and run a basic driver that w

Re: [edk2] USB question: how change to a different alternate setting of an interface?

2015-06-11 Thread Eric Wittmayer
. > > Could you let me know whether you saw this debug message " UsbSelectSetting: > setting %d selected for interface %d " got printed ? and which values are in > the printed message? > > Thanks > Feng > > -Original Message- > From: Eric Wittmayer [m

[edk2] USB question: how change to a different alternate setting of an interface?

2015-06-10 Thread Eric Wittmayer
Hello all, I'm new to the list and to edk2/uefi. I'm working on a USB device driver for a device that has interrupt endpoints declared on interface alternate #1. So the default interface descriptor has zero endpoints and the alternate 1 interface descriptor has 2 endpoints. I am able to use Usb