Disable some more code that may crash. I'll look at it later

svn path=/trunk/; revision=21196
This commit is contained in:
Hervé Poussineau
2006-02-26 12:22:40 +00:00
parent 49da356967
commit a40d0cc620
@@ -107,6 +107,7 @@ ClassDeviceControl(
switch (IoGetCurrentIrpStackLocation(Irp)->Parameters.DeviceIoControl.IoControlCode)
{
#if 0
case IOCTL_KEYBOARD_QUERY_ATTRIBUTES:
case IOCTL_KEYBOARD_QUERY_INDICATOR_TRANSLATION:
case IOCTL_KEYBOARD_QUERY_INDICATORS:
@@ -145,6 +146,7 @@ ClassDeviceControl(
}
break;
}
#endif
default:
DPRINT1("IRP_MJ_DEVICE_CONTROL / unknown I/O control code 0x%lx\n",
IoGetCurrentIrpStackLocation(Irp)->Parameters.DeviceIoControl.IoControlCode);