USB EHCI HOST DATA STRUCTURES

Programming, for all ages and all languages.
Post Reply
munnashk
Posts: 1
Joined: Wed Nov 06, 2013 1:19 pm

USB EHCI HOST DATA STRUCTURES

Post by munnashk »

Hi currently i am working on making a usb controller work as a host. i am a newbie in developing and i need to create EHCI host data structures.
please help me and tell me how to create EHCI host data structures

i.e Periodic Frame List
Queue head and Queue Transfer Descriptor
Isochronous (High-Speed) Transfer Descriptor (iTD)


and please also tell me how to link them.if anyone have these structures or any material or Code then please forward to me at [email protected] so that i can use them for reference. :?
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: USB EHCI HOST DATA STRUCTURES

Post by Combuster »

Well for starters, you could have read the forum rules.

A correct answer to your question is: with a text editor and a compiler.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Post Reply