Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Re: WdfUsbTargetDeviceCreate creates NULL Control Pipe Handle

Reply
Thread Tools Display Modes

Re: WdfUsbTargetDeviceCreate creates NULL Control Pipe Handle

 
 
Tim Roberts
Guest
Posts: n/a

 
      07-21-2010
suresh <> wrote:
>
>We have a usb composite device which has one mass storage interface
>and another as a network interface. We are developing a WDF driver
>(NDIS-USB) for the network interface.
>
>Immediately after WdfUsbTargetDeviceCreate if I break into the
>debugger and examine the newly created device, then I see that the
>Control Pipe Handle is NULL!


I suspect Philip is right. URBs that are destined for the default control
endpoint do not need a pipe handle, so the fact that the structure doesn't
contain one is irrelevant.
--
Tim Roberts,
Providenza & Boekelheide, Inc.
 
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
Remote control of Media Player via RF Remote Control Chris Swinney Windows Media Player 2 02-17-2010 04:32 PM
Re: Unable to unload driver in Win 7 Tim Roberts Windows Vista Drivers 2 12-08-2009 12:24 PM
extension unit in UVC device without status pipe.. sharkbate Windows Vista Drivers 0 12-08-2009 12:14 AM
Slow Vista startup Jedi940 Windows Vista Performance 1 01-13-2008 08:50 PM
User Account control problem, please help AC Windows Vista Administration 3 08-19-2007 11:41 PM



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