Click here to Skip to main content
15,867,308 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
QuestionWindows Mobile Pin
aymen Tn19-Feb-13 5:01
aymen Tn19-Feb-13 5:01 
AnswerRe: Windows Mobile - Cross posted. Pin
Pete O'Hanlon19-Feb-13 6:04
subeditorPete O'Hanlon19-Feb-13 6:04 
GeneralRe: Windows Mobile - Cross posted. Pin
aymen Tn19-Feb-13 22:48
aymen Tn19-Feb-13 22:48 
QuestionUSB Ports Acting Screwey Pin
Kevin Marois15-Feb-13 7:51
professionalKevin Marois15-Feb-13 7:51 
AnswerRe: USB Ports Acting Screwey Pin
Eddy Vluggen15-Feb-13 10:02
professionalEddy Vluggen15-Feb-13 10:02 
AnswerRe: USB Ports Acting Screwey Pin
Albert Holguin4-Mar-13 17:42
professionalAlbert Holguin4-Mar-13 17:42 
GeneralRe: USB Ports Acting Screwey Pin
Kevin Marois4-Mar-13 18:55
professionalKevin Marois4-Mar-13 18:55 
QuestionDebugging Kernel Mode Driver using Windbg Pin
msr_codeproject12-Feb-13 21:55
msr_codeproject12-Feb-13 21:55 
Hi, I have a sample OSR USB board and I have written a sample driver for this USB board.

I have built this driver and able to install.

But I am not able to debug this driver using Windbg since it is kernel driver.

OS: Win7

#include ntddk.h
 
DRIVER_UNLOAD DriverUnload;
 
void DriverUnload(PDRIVER_OBJECT pDriverObject)
{
DbgPrint("Driver Unload\n");
}

NTSTATUS DriverEntry(PDRIVER_OBJECT pDriverObject, PUNICODE_STRING pRegistryPath)
{
pDriverObject->DriverUnload = DriverUnload;
DbgPrint("Driver Entry : Hello Windows Device Driver World!\n");
return STATUS_SUCCESS;
}


Can anybody help me in debugging my driver?
AnswerRe: Debugging Kernel Mode Driver using Windbg Pin
Erudite_Eric14-Feb-13 22:49
Erudite_Eric14-Feb-13 22:49 
AnswerRe: Debugging Kernel Mode Driver using Windbg Pin
Erudite_Eric3-Apr-13 5:33
Erudite_Eric3-Apr-13 5:33 
QuestionUSB BlueTooth Buffer Size Pin
C-P-User-36-Feb-13 12:46
C-P-User-36-Feb-13 12:46 
QuestionLaptop goes to sleep mode even before the screen server Pin
CodingLover31-Jan-13 19:53
CodingLover31-Jan-13 19:53 
AnswerRe: Laptop goes to sleep mode even before the screen server Pin
Richard MacCutchan31-Jan-13 23:43
mveRichard MacCutchan31-Jan-13 23:43 
GeneralRe: Laptop goes to sleep mode even before the screen server Pin
CodingLover31-Jan-13 23:57
CodingLover31-Jan-13 23:57 
GeneralRe: Laptop goes to sleep mode even before the screen server Pin
Richard MacCutchan1-Feb-13 0:00
mveRichard MacCutchan1-Feb-13 0:00 
GeneralRe: Laptop goes to sleep mode even before the screen server Pin
CodingLover1-Feb-13 2:24
CodingLover1-Feb-13 2:24 
GeneralRe: Laptop goes to sleep mode even before the screen server Pin
Albert Holguin11-Feb-13 5:15
professionalAlbert Holguin11-Feb-13 5:15 
QuestionSURFACE COMPUTERS Pin
irfanulla sharieff29-Jan-13 18:20
irfanulla sharieff29-Jan-13 18:20 
AnswerRe: SURFACE COMPUTERS Pin
Richard MacCutchan29-Jan-13 21:17
mveRichard MacCutchan29-Jan-13 21:17 
GeneralRe: SURFACE COMPUTERS Pin
irfanulla sharieff29-Jan-13 21:56
irfanulla sharieff29-Jan-13 21:56 
GeneralRe: SURFACE COMPUTERS Pin
Richard MacCutchan30-Jan-13 2:51
mveRichard MacCutchan30-Jan-13 2:51 
GeneralRe: SURFACE COMPUTERS Pin
irfanulla sharieff30-Jan-13 20:08
irfanulla sharieff30-Jan-13 20:08 
GeneralRe: SURFACE COMPUTERS Pin
Richard MacCutchan30-Jan-13 21:54
mveRichard MacCutchan30-Jan-13 21:54 
JokeRe: SURFACE COMPUTERS Pin
irfanulla sharieff30-Jan-13 20:11
irfanulla sharieff30-Jan-13 20:11 
GeneralRe: SURFACE COMPUTERS Pin
Richard MacCutchan30-Jan-13 22:09
mveRichard MacCutchan30-Jan-13 22:09 

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.