View Issue Details

IDProjectCategoryView StatusLast Update
0000405NetDCU9Serial Driver/Interfacepublic2010-09-03 13:25
ReporterAndermannAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionV1.20 
Target VersionV1.21Fixed in VersionV1.21 
Summary0000405: The function SetupComm() doesn't work
DescriptionThe IOCTL_SERIAL_SET_QUEUE_SIZE is disabled by default. (see at [Code1])

Return TRUE and it's works fine.

How it's disable by default?
See Microsoft comment [Comment1]


Additional Information[Code1]
SetLastError(ERROR_NOT_SUPPORTED);
RetVal = FALSE;

[Comment1]
NOTE: Normally we would do something with the passed in parameter.
But we don't think the user has a better idea of queue sizes
compared to our infinite knowledge.
Forum Link
Found Driver Version
Fixed Driver Version

Activities

There are no notes attached to this issue.