mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Device type can be undefined if kbdclass or mouclass is not loaded.
svn path=/trunk/; revision=35412
This commit is contained in:
@@ -617,8 +617,8 @@ i8042PnpStartDevice(
|
||||
}
|
||||
default:
|
||||
{
|
||||
ERR_(I8042PRT, "Unknown FDO type %u\n", DeviceExtension->Type);
|
||||
ASSERT(FALSE);
|
||||
WARN_(I8042PRT, "Unknown FDO type %u\n", DeviceExtension->Type);
|
||||
ASSERT(!(PortDeviceExtension->Flags & KEYBOARD_CONNECTED) || !(PortDeviceExtension->Flags & MOUSE_CONNECTED));
|
||||
Status = STATUS_INVALID_DEVICE_REQUEST;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user