Author: janderwald
Date: Tue Oct 26 15:19:14 2010
New Revision: 49280
URL:
http://svn.reactos.org/svn/reactos?rev=49280&view=rev
Log:
[PORTCLS]
- Disable driver specific filter / pin / node property handlers until bug leading to
crashes has been found
Modified:
trunk/reactos/drivers/wdm/audio/backpln/portcls/undoc.cpp
Modified: trunk/reactos/drivers/wdm/audio/backpln/portcls/undoc.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/backpln/…
==============================================================================
--- trunk/reactos/drivers/wdm/audio/backpln/portcls/undoc.cpp [iso-8859-1] (original)
+++ trunk/reactos/drivers/wdm/audio/backpln/portcls/undoc.cpp [iso-8859-1] Tue Oct 26
15:19:14 2010
@@ -278,8 +278,11 @@
DPRINT1("Calling Node %lu MajorTarget %p MinorTarget %p PropertySet %S
PropertyId %lu PropertyFlags %lx InstanceSize %lu ValueSize %lu Handler %p PropertyRequest
%p\n",
PropertyRequest->Node, PropertyRequest->MajorTarget,
PropertyRequest->MinorTarget, GuidBuffer.Buffer, Property->Id, Property->Flags,
PropertyRequest->InstanceSize, PropertyRequest->ValueSize,
PropertyRequest->PropertyItem->Handler, PropertyRequest);
+#if 0
Status = PropertyRequest->PropertyItem->Handler(PropertyRequest);
-
+#else
+ Status = STATUS_NOT_FOUND;
+#endif
Irp->IoStatus.Information = PropertyRequest->ValueSize;
if (Status != STATUS_PENDING)