From: anshul makkar on
Hi,

As per the documentation available (a single PDF file) to implement
USBOIP we have to implement a virtual host controller driver .

- Virtual Host control driver will be equivalent to USB Host
Controller driver and will be responsible for handling of URBs.
- USBs will be converted to USB/IP packets and sent to remote machine
- At remote machine another application will extract URBs from USB/IP
packets and submit them to local USB drivers.

Now according to earlier postings and other documentation , Microsoft
does not provide any support / documentation for writing host
controller driver. I may have to do lot of reverse enginnering to
decipher the functionality of USB Host Controller driver.

So just wondering whethe the above design approach will be correct,
considering lack of support/documentation from Microsoft.

Is there any other design approach that can be suitable ?

Please share your views and experiences.

--
Thanks
Anshul Makkar
justkernel.com
anshul_makkar(a)justkernel.com
From: Maxim S. Shatskih on
> So just wondering whethe the above design approach will be correct,
> considering lack of support/documentation from Microsoft.

I think this is correct.

--
Maxim S. Shatskih
Windows DDK MVP
maxim(a)storagecraft.com
http://www.storagecraft.com

From: Pavel A. on
"anshul makkar" <anshul.makkar.maillist(a)gmail.com> wrote in message
news:a9ae2b39-c5b8-4883-9aaf-6e0556c3c086(a)6g2000prg.googlegroups.com...
......
> I may have to do lot of reverse enginnering to
> decipher the functionality of USB Host Controller driver.
>
> So just wondering whethe the above design approach will be correct,
> considering lack of support/documentation from Microsoft.
>
> Is there any other design approach that can be suitable ?
>
> Please share your views and experiences.

If we knew what is your Real Problem, we could suggest alternatives.
Of course, unless you are tasked exactly to create a virtual USB host
controller.

Regards,
-- pa


From: Chris on
On Apr 30, 10:46 pm, anshul makkar <anshul.makkar.maill...(a)gmail.com>
wrote:

> Now according to earlier postings and other documentation , Microsoft
> does not provide any support / documentation for writing host
> controller driver. I may have to do lot of reverse enginnering to
> decipher the functionality of USB Host Controller driver.

You need not spam this group with these same incessant inquiries as
you've already posted on NTDEV. Do your research and search the
archives of both groups, this has been covered many times. No one is
going to tell you how to do it, it's never going to work totally
correctly, and MSFT is not going to help you either. You're pretty
much on your own ... (which again you have been told many times).
From: Pavel A. on
"Chris" <chris.aseltine(a)gmail.com> wrote in message
news:1b85f4de-3c95-47d7-9bdf-19180e632805(a)g21g2000yqk.googlegroups.com...
> On Apr 30, 10:46 pm, anshul makkar <anshul.makkar.maill...(a)gmail.com>
> wrote:
>
>> Now according to earlier postings and other documentation , Microsoft
>> does not provide any support / documentation for writing host
>> controller driver. I may have to do lot of reverse enginnering to
>> decipher the functionality of USB Host Controller driver.
>
> You need not spam this group with these same incessant inquiries as
> you've already posted on NTDEV. Do your research and search the
> archives of both groups, this has been covered many times. No one is
> going to tell you how to do it, it's never going to work totally
> correctly, and MSFT is not going to help you either. You're pretty
> much on your own ... (which again you have been told many times).

Well, this is more or less why Linux exists.
Microsoft would make a lot of promises, but when you badly need their help -
they may just step aside.

-- pa

 |  Next  |  Last
Pages: 1 2 3 4 5
Prev: Thomas F. Divine
Next: WinDDK is not building samples