* Removed the at_kbd_io and AT keyboard stuff; this is now done within the PS/2

driver, and that driver is using the raw_key_info structure as well.
* Renamed kb_mouse_driver.h to keyboard_mouse_driver.h.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36267 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2010-04-14 19:19:14 +00:00
parent 19049c8bd3
commit 2c49465329
17 changed files with 192 additions and 213 deletions
@@ -1,5 +1,5 @@
/*
* Copyright 2004-2009, Haiku.
* Copyright 2004-2010, Haiku.
* Distributed under the terms of the MIT License.
*
* Authors:
@@ -30,9 +30,9 @@
#include <String.h>
#include <View.h>
#include "kb_mouse_settings.h"
#include "kb_mouse_driver.h"
#include "touchpad_settings.h"
#include <kb_mouse_settings.h>
#include <keyboard_mouse_driver.h>
#include <touchpad_settings.h>
#undef TRACE