mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
Remove hack, as we can use 'filter' command in kdbg instead
svn path=/trunk/; revision=31442
This commit is contained in:
parent
6dbe67f869
commit
65987f47f6
2 changed files with 0 additions and 9 deletions
|
@ -523,13 +523,5 @@ DriverEntry(
|
|||
if (IsFirstStageSetup())
|
||||
return i8042AddLegacyKeyboard(DriverObject, RegistryPath);
|
||||
|
||||
/* ROS Hack: ideally, we shouldn't have to initialize debug level this way */
|
||||
#ifndef NDEBUG
|
||||
DbgSetDebugFilterState(
|
||||
DPFLTR_I8042PRT_ID,
|
||||
(1 << DPFLTR_ERROR_LEVEL) | (1 << DPFLTR_WARNING_LEVEL) | (1 << DPFLTR_TRACE_LEVEL) | (1 << DPFLTR_INFO_LEVEL),
|
||||
TRUE);
|
||||
#endif
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="i8042prt" type="kernelmodedriver" installbase="system32/drivers" installname="i8042prt.sys">
|
||||
<bootstrap installbase="$(CDOUTPUT)" />
|
||||
<define name="NDEBUG" />
|
||||
<library>ntoskrnl</library>
|
||||
<library>hal</library>
|
||||
<file>createclose.c</file>
|
||||
|
|
Loading…
Reference in a new issue