microsoft.public.development.device.drivers | Forum profile
|
|
Forum profile page for microsoft.public.development.device.drivers on http://www.microsoft.com/communities/newsgroups....
This report page is the aggregated overview from a single forum: microsoft.public.development.device.drivers, located on the Message Board at http://www.microsoft.com/communities/newsgroups....
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "microsoft.public.development.device.drivers" on the Message Board at http://www.microsoft.com/communities/newsgroups... is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on microsoft.public.development.device.drivers:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
53
|
221
|
722
|
|
Post:
|
88
|
414
|
1,368
|
|
|
microsoft.public.development.device.drivers Posting activity graph:
|
Top authors during last week:
user's latest post:
Could call ZwClose() with a...
Published (2008-11-21 05:54:00)
Just make sure you pass a valid handle... "Unicoco" <unicoco.zzn@gmail.com> wrote in message news:eUuO5Z9SJHA.6000@TK2MSFTNGP02.phx.gbl... > Hi, > > In my codes, I call ZwClose() on a handle (maybe invalide). If the target > computer > isn't open debug option.Windows works. > > Otherwise, Blue Screens come out with information: > >...
user's latest post:
Bug Check 0xE3:...
Published (2008-11-20 12:30:00)
Most likely is a call to ExReleaseResourceLite without having a corresponding ExAcquireResourceXXX call before it. -- Don Burn (MVP, Windows DDK) Windows Filesystem and Driver Consulting Website: http://www.windrvr.com Blog: http://msmvps.com/blogs/WinDrvr Remove StopSpam to reply "Kerem Gmrkc" <kareem114@hotmail.com> wrote in message news:uebLxw0SJHA.1164@TK2MSFTNGP02.phx.gbl... > Hi,...
user's latest post:
Lower Filter driver is not...
Published (2008-11-20 05:04:00)
Hi all, I have used the toaster filter driver sample and loaded it as a lower filter driver to usbccgp genric driver. The driver get loaded successfully , but i am getting pnp irp but not the internal ioctl which supposed to be passed by the usbccgp to the bus driver. I have changed the sample code by registering an interface and setting the interface by calling IoRegisterInterface and IoSetInterface. But still the problem...
user's latest post:
USB-endpoints found - retrieving...
Published (2008-11-17 20:23:00)
Dee Veloper <DeeVeloper@discussions.microsoft.com> wrote: > >I am writing an UMDF-USB-driver currently (win xp and vista) following the >winddk examples. I detect the correct number of endpoints >(NumEndPoints=pIUsbInterface->GetNumEndPoints()) but when I run through the >loop to retrieve the pipes: > >for(PipeIndex=0;PipeIndex<NumEndPoints;++PipeIndex){...
user's latest post:
Could call ZwClose() with a...
Published (2008-11-21 06:26:00)
"Unicoco" <unicoco.zzn@gmail.com> wrote in message news:eUuO5Z9SJHA.6000@TK2MSFTNGP02.phx.gbl... > Hi, > > In my codes, I call ZwClose() on a handle (maybe invalide). If the target > computer > isn't open debug option.Windows works. > > Otherwise, Blue Screens come out with information: > > INVALID_KERNEL_HANDLE (0x00000093)........
user's latest post:
User mode APCs, paged or...
Published (2008-11-15 14:27:00)
Hi How interesting, these sound very very similar to our 'pools' and the API looks intriguing. Thanks Hugh "Pavel A." wrote: > "Hugogleaves@hotmail.com>" <hugh<underbar> wrote in message > news:3BB50D2A-19D1-4188-931A-1EC5FBE7F0D2@microsoft.com... > .................. > > we allocate from a pool (of some defined >...
user's latest post:
NDISEDGE-USB receive and...
Published (2008-11-21 00:08:00)
On Nov 21, 2:02pm, Abei <A...@discussions.microsoft.com> wrote: > -- > Abei > > > > 1. How to initialize usb device to perform receiving and transmitting > > data between usb device and its upper edge > > (NDIS miniport). I have tried to initialize the driver with usb as > > the lower edge (I used usbnwifi as the sample). >...
user's latest post:
QueryDosDevice() failed in...
Published (2008-11-21 03:14:00)
No i am not building with UNICODE enabled. i am building with "Character Set = Use Multi-Byte Charater Set". please can you explain how this setting affect the QueryDosDevice() function. "Alexander Grigoriev" wrote: > How big is the buffer ultimately? > Are you building with UNICODE enabled? > > > "Pravin S. Waghurde"...
user's latest post:
Writing a SDIO driver for...
Published (2008-11-17 04:07:00)
More info: I want to attach a SPI based custom component to the SDIO port on my Dell Axim X3 Windows Mobile 2003 device. I need to write a custom driver, right? Or is there anything available out there that would let me communicate through SDIO? -- Miha Markic [MVP C#, INETA Country Leader for Slovenia] RightHand .NET consulting & development www.rthand.com Blog: http://cs.rthand.com/blogs/blog_with_righthand/...
|
|
|
|
Latest active threads on microsoft.public.development.device.drivers::
Started 2 days, 14 hours ago (2008-11-20 01:00:00)
by leafbanana@163.com
Hi, I have a upper filter driver and I need send a DeviceIoControl IRP to the lower device object when I receive an IRP from application. I simply call IoBuildDeviceIoControlRequest to build the new IRP and call IoCallDriver to send it down. But the system crashes at IoCallDriver. I find if I call ...
Started 1 day, 10 hours ago (2008-11-21 04:44:00)
by Unicoco
Hi, In my codes, I call ZwClose() on a handle (maybe invalide). If the target computer isn't open debug option.Windows works. Otherwise, Blue Screens come out with information: INVALID_KERNEL_HANDLE (0x00000093)..... Is there bugs in my codes or in Windows self. Thanks very much. Sorry ...
Started 1 day, 15 hours ago (2008-11-20 23:33:00)
by abei
Hi All: I have an USB device. I want to design: 1. When there is no any application open our device driver, driver cut VBUS off. Our driver don't unload. 2. If application try to open our devcie driver, driver connected VBUS again. Our driver can R/W device again(don't re-initialized). Can any method implement this ...
Started 2 days, 13 hours ago (2008-11-20 01:55:00)
by Pravin S. Waghurde
Hello everyone!! I want to find out all the devices attach to the system. So i am using "QueryDosDevice()" API to get all the devices name. "QueryDosDevice()" is working correctly on almost all systems. But one of the system with configuration OS: windows server 2003 with x64bit processor "QueryDosDevice()" API has started ...
Started 1 day, 13 hours ago (2008-11-21 02:00:00)
by Unicoco
Hi, In my codes, I call ZwClose() on a handle (maybe invalide). If the target isn't open debug option.Windows works. Otherwise, Blue Screens come out with information: INVALID_KERNEL_HANDLE (0x00000093)..... Is there bugs in my codes or in Windows self. Thanks very much. Sorry for my english....
Started 1 day, 19 hours ago (2008-11-20 19:26:00)
by Moeloek132
Hi, Can any one please explain the communication between NDISEDGE sample codes and USB device especially in receiving and transmitting network packet. I mean: 1. How to initialize usb device to perform receiving and transmitting data between usb device and its upper edge (NDIS miniport). I have tried to ...
Started 2 days ago (2008-11-20 15:10:00)
by r_konjeti@yahoo.com
I completed DTM test after all the problems. I have a CPK file, .sys file, INF file, .cat file and then I created a package using submission tool. That created an XML file and a cab file. To digitally sign using Verisign, which file should I sign? Is it the cat file ? Is it cabinet file (.cab) ? I think it is cab...
Started 2 days, 1 hour ago (2008-11-20 13:14:00)
by Now You Know
Christmas displays outdoor decor Holiday Lights Installations Los Angeles 310-925-1720 Create a dazzling outdoor holiday light show with the finest outdoor Christmas displays and commercial outdoor decor from Lvhsystems Holiday Lights Installations Los Angeles. http://www.lvhsystems.com/gallery.html Our experienced, Christmas ...
Started 2 days, 2 hours ago (2008-11-20 12:14:00)
by Kerem Gümrükcü
Hi, can someone please explain me, how this can happen?: -------------------------------------------------- ------------- Microsoft (R) Windows Debugger Version 6.10.0003.233 X86 Copyright (c) Microsoft Corporation. All rights reserved. Loading Dump File [C:\crashdumps\20_11_2008_MEMORY.DMP] Kernel ...
Started 2 days, 10 hours ago (2008-11-20 05:04:00)
by satz
Hi all, I have used the toaster filter driver sample and loaded it as a lower filter driver to usbccgp genric driver. The driver get loaded successfully , but i am getting pnp irp but not the internal ioctl which supposed to be passed by the usbccgp to the bus driver. I have changed the sample code by registering an ...
|
|
Hot threads for last week on microsoft.public.development.device.drivers::
Started 1 week ago (2008-11-15 10:42:00)
by Hugo
Does anyone know if queued user-mode APCs are allocated from paged or non-paged heap? It seems there are two tags used for this, Psap and PsAp, not sure what the specific roles of each is though. Also, can someone clarify the term "pool" with respect to Windows? I know there is the paged and non-paged heap that kernel ...
Started 2 days, 13 hours ago (2008-11-20 01:55:00)
by Pravin S. Waghurde
Hello everyone!! I want to find out all the devices attach to the system. So i am using "QueryDosDevice()" API to get all the devices name. "QueryDosDevice()" is working correctly on almost all systems. But one of the system with configuration OS: windows server 2003 with x64bit processor "QueryDosDevice()" API has started ...
Started 1 week, 1 day ago (2008-11-14 12:53:00)
by satz
hi all, Currently i am working with the toaster bus driver, so far i have reached a stage to enumerate and load some of the class driver using my bus driver like mouse class and keyboard class. But i am getting problem with the audio class driver. The device has three interface (0, 1, 2) and having alt setting (...
Started 1 day, 10 hours ago (2008-11-21 04:44:00)
by Unicoco
Hi, In my codes, I call ZwClose() on a handle (maybe invalide). If the target computer isn't open debug option.Windows works. Otherwise, Blue Screens come out with information: INVALID_KERNEL_HANDLE (0x00000093)..... Is there bugs in my codes or in Windows self. Thanks very much. Sorry ...
| |