Interrupt handling - USB root port

Hi,
I have one usb device. i have enabled registers in the driver function
EvtStartHardware. But when i do this, at the time of driver loading , i get
“usb root port” interrupt. I cleared it by writing 1 to it. But still
interrupt does not get cleared. Do i need to process something more in order
to clear the “usb root port” interrupt?

Please guide me.

Regards,
Shalaka

Do you mean the usb root port interrupt for your wireluess usb controller? If yes, go read the wusb spec again?

d

From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Shalaka Gujar
Sent: Friday, October 17, 2008 6:57 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] Interrupt handling - USB root port

Hi,

I have one usb device. i have enabled registers in the driver function EvtStartHardware. But when i do this, at the time of driver loading , i get “usb root port” interrupt. I cleared it by writing 1 to it. But still interrupt does not get cleared. Do i need to process something more in order to clear the “usb root port” interrupt?

Please guide me.

Regards,
Shalaka
— NTDEV is sponsored by OSR For our schedule of WDF, WDM, debugging and other seminars visit: http://www.osr.com/seminars To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Thanks for update.
I had again gone through WUSB spec and i got it. It is used in connection
establishment process. Hope, i am on right track.

Regards,
Shalaka

Subject: RE: Interrupt handling - USB root port
From: Doron Holan
Date: Fri, 17 Oct 2008 08:09:53 -0700
X-Message-Number: 22

Do you mean the usb root port interrupt for your wireluess usb controller?
If yes, go read the wusb spec again?

d

From: xxxxx@lists.osr.com [mailto:
xxxxx@lists.osr.com] On Behalf Of Shalaka Gujar
Sent: Friday, October 17, 2008 6:57 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] Interrupt handling - USB root port

Hi,

I have one usb device. i have enabled registers in the driver function
EvtStartHardware. But when i do this, at the time of driver loading , i get
“usb root port” interrupt. I cleared it by writing 1 to it. But still
interrupt does not get cleared. Do i need to process something more in order
to clear the “usb root port” interrupt?

Please guide me.

Regards,
Shalaka