Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Re: USB Over IP Documentation

Reply
Thread Tools Display Modes

Re: USB Over IP Documentation

 
 
Doron Holan [MSFT]
Guest
Posts: n/a

 
      05-03-2010
do not create a virtual host controller, just write your own hub driver.
that way you do not have to deal with reverse engineering an interface
between the port and miniport, you just have to implement the public URB
interface and all of the various IOCTLs and QIs. no small task either
though.

d

--

This posting is provided "AS IS" with no warranties, and confers no rights.


"anshul makkar" <> wrote in message
news:a9ae2b39-c5b8-4883-9aaf-...
> 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
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: USB Over IP Documentation Pavel A. Windows Vista Drivers 2 05-03-2010 09:49 PM
Re: Documentation of Windows 2003 Services Dave Patrick Windows Server 0 04-26-2010 09:07 PM
Re: good documentation on the new task scheduler under windows 2008 server? Meinolf Weber [MVP-DS] Windows Server 0 02-15-2010 01:16 PM
Where can I find Help documentation covering Tools:Options? tsjustme Windows Media Player 1 12-08-2009 03:45 PM
Re: ActiveSync Protocol Documentation Chris De Herrera ActiveSync 3 11-30-2005 03:25 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59