{
/* Serial.sys is a legacy driver. AddDevice is called once * with a NULL Pdo just after the driver initialization. * Detect this case and return success. */if (Pdo == NULL)
returnSTATUS_SUCCESS;
/* We have here a PDO not null. It represents a real serial * port. So call the internal AddDevice function. */returnSerialAddDeviceInternal(DriverObject, Pdo, UartUnknown, NULL, NULL);
}
Generated on Sat May 26 2012 04:43:06 for ReactOS by
1.7.6.1
ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.