Click here to Skip to main content
15,886,799 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: how to check if strange device was connected Pin
fat_boy4-Apr-11 21:37
fat_boy4-Apr-11 21:37 
QuestionAutoplay option for devices in Windows 7 Pin
Eytukan15-Feb-11 19:04
Eytukan15-Feb-11 19:04 
AnswerRe: Autoplay option for devices in Windows 7 Pin
Mark_Wallace15-Feb-11 20:46
Mark_Wallace15-Feb-11 20:46 
AnswerRe: Autoplay option for devices in Windows 7 Pin
fat_boy15-Feb-11 21:37
fat_boy15-Feb-11 21:37 
GeneralRe: Autoplay option for devices in Windows 7 Pin
Eytukan15-Feb-11 21:53
Eytukan15-Feb-11 21:53 
GeneralRe: Autoplay option for devices in Windows 7 Pin
fat_boy15-Feb-11 21:56
fat_boy15-Feb-11 21:56 
GeneralRe: Autoplay option for devices in Windows 7 Pin
Mark_Wallace16-Feb-11 2:03
Mark_Wallace16-Feb-11 2:03 
GeneralRe: Autoplay option for devices in Windows 7 Pin
fat_boy16-Feb-11 2:43
fat_boy16-Feb-11 2:43 
No you dont.

You create a filter driver, intercept the IRP_MJ_DEVICE_CHARACTERISTCS on the way back up for the device and change the value. You then specify the service entry for this new driver in the HKLM\SYS\CCS\ENUM\USB\<your device=""> by adding an UPPERFILTERS REGSZ. The new filter driver then gets loaded above the ordinary USB driver for the device.

All other IRPs are passed down with the IoSkipCurrentIrpStackLocaiton() call. But look at the DDK for an example of a filter driver, and since it is probably buggy, use Oneys book to put it right.
"It is a remarkable fact that despite the worldwide expenditure of perhaps US$50 billion since 1990, and the efforts of tens of thousands of scientists worldwide, no human climate signal has yet been detected that is distinct from natural variation."

Bob Carter, Research Professor of Geology, James Cook University, Townsville



GeneralRe: Autoplay option for devices in Windows 7 Pin
Mark_Wallace16-Feb-11 4:35
Mark_Wallace16-Feb-11 4:35 
GeneralRe: Autoplay option for devices in Windows 7 Pin
fat_boy16-Feb-11 5:01
fat_boy16-Feb-11 5:01 
GeneralRe: Autoplay option for devices in Windows 7 Pin
Bernhard Hiller16-Feb-11 22:34
Bernhard Hiller16-Feb-11 22:34 
GeneralRe: Autoplay option for devices in Windows 7 Pin
fat_boy17-Feb-11 3:57
fat_boy17-Feb-11 3:57 
AnswerRe: Autoplay option for devices in Windows 7 Pin
Bernhard Hiller16-Feb-11 3:56
Bernhard Hiller16-Feb-11 3:56 
QuestionDual boot - page file missing - Windows 2000 Server Pin
Vaclav_12-Feb-11 18:19
Vaclav_12-Feb-11 18:19 
AnswerRe: Dual boot - page file missing - Windows 2000 Server Pin
Dan Neely14-Feb-11 2:37
Dan Neely14-Feb-11 2:37 
GeneralRe: Dual boot - page file missing - Windows 2000 Server Pin
Vaclav_14-Feb-11 5:54
Vaclav_14-Feb-11 5:54 
AnswerRe: Dual boot - page file missing - Windows 2000 Server Pin
Luc Pattyn14-Feb-11 6:07
sitebuilderLuc Pattyn14-Feb-11 6:07 
GeneralRe: Dual boot - page file missing - Windows 2000 Server Pin
Vaclav_14-Feb-11 6:49
Vaclav_14-Feb-11 6:49 
GeneralRe: Dual boot - page file missing - Windows 2000 Server Pin
Dan Neely14-Feb-11 7:14
Dan Neely14-Feb-11 7:14 
AnswerRe: Dual boot - page file missing - Windows 2000 Server Pin
Luc Pattyn14-Feb-11 7:37
sitebuilderLuc Pattyn14-Feb-11 7:37 
GeneralRe: Dual boot - page file missing - Windows 2000 Server Pin
Dan Neely14-Feb-11 7:45
Dan Neely14-Feb-11 7:45 
GeneralRe: Dual boot - page file missing - Windows 2000 Server Pin
Luc Pattyn14-Feb-11 7:49
sitebuilderLuc Pattyn14-Feb-11 7:49 
GeneralRe: Dual boot - page file missing - Windows 2000 Server Pin
Dan Neely14-Feb-11 7:18
Dan Neely14-Feb-11 7:18 
QuestionWho wants a Lilnux driver writing for them? Pin
fat_boy2-Feb-11 1:25
fat_boy2-Feb-11 1:25 
AnswerRe: Who wants a Lilnux driver writing for them? Pin
Dan Neely9-Feb-11 2:46
Dan Neely9-Feb-11 2:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.