Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > How to send a control message to USB device without writing driver?

Reply
Thread Tools Display Modes

How to send a control message to USB device without writing driver?

 
 
Junior Member
Join Date: Oct 2009
Posts: 1

 
      10-25-2009
Hi all,

I am really new to the driver development and I'm feeling so hard to write a driver after scan through the example in the WDK...

Currently I am using the libusb filter's function to send control message to a device. I am trying to put the USB device into TEST_MODE by sending a SET_FEATURE request to the usb device.

It works fine for most of the driver but I face some failure on the WPD class on device which has MTP. When I turn on the filter on the WPD device it just fail to load.

So, is the current windows usb driver exposed any API for user to send a control message like I specify above? (I want to put the device in test mode) If yes, how do I do it and can anyone point out the reference for me?

If the answer is not, what can I do? Writing another filter driver for the WPD device? How do I start?

Thanks in advance. Hoping to get some answers.

Regards,
Shin Guey
 
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
USB Device not recognised The Earl Windows Vista Hardware 23 09-22-2007 11:56 PM
Going Golfing but not with Vista markbyrn Windows Vista Games 15 03-08-2007 10:59 AM
americas army stuttering under vista premium ernie Windows Vista Games 0 02-27-2007 10:20 PM
problem in dxdiag Peewee64 Windows Vista Games 0 02-14-2007 09:49 PM
Trouble with driver on Windows Vista Beta 2 sujatha Windows Vista Installation 0 06-08-2006 06:44 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