Re: Scope of UMDF
- From: "Abhishek R [MSFT]" <abhishekr@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 2 Jan 2008 12:43:05 -0800
Also, with UMDF, your user-mode driver will get device semantics such as
integration with Win32 IO and with PnP and Power management.
"Don Burn" <burn@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:%23nOGoAySIHA.1208@xxxxxxxxxxxxxxxxxxxxxxx
With all the logic in one application, you cannot use the device easily
for a second application. In addition you can provide standard interfaces
with UMDF. Years ago, I made a lot of money in the mini-computer era
converting applications that knew how to talk devices into drivers that
could be used by a variety of applications.
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
"Armageddon" <Armageddon@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:316608F5-33C3-4038-998E-7EFFC6C0E34D@xxxxxxxxxxxxxxxx
"Maxim S. Shatskih" wrote:
Kernel mode driver cannot send IRPs to the UDMF reflector.
Then I fail to see what the point of UMDF is. If it can't participate in
a
driver stack(NDIS, storage, etc) then I don't see how UMDF is any better
then
putting all the logic in the application and using WinUSB.
.
- Prev by Date: Re: User-land Callback From Driver
- Next by Date: Re: Driver Install failure
- Previous by thread: RE: Driver Install failure
- Next by thread: Re: How to Add network capability to a printer?
- Index(es):
Relevant Pages
|