Disable KDL enter key in usb_hid. It's not usable yet and hitting it by accident without a way back kinda sucks...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29000 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2009-01-23 23:23:30 +00:00
parent 6dcca60207
commit 569eafd85e
@@ -345,7 +345,7 @@ KeyboardDevice::_InterpretBuffer()
key = KEY_Break;
else if (key == 0xe && (current[0] & 1))
key = KEY_SysRq;
#if HAIKU_TARGET_PLATFORM_HAIKU
#if 0
else if (keyDown && key == 0x0d) // ToDo: remove again
panic("keyboard requested halt.\n");
#endif