factored driver name

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18349 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2006-08-02 18:38:03 +00:00
parent 4fec945a03
commit 772abce732
2 changed files with 2 additions and 2 deletions
@@ -273,7 +273,7 @@ const uint32 key_table[] = {
usb_module_info *usb;
static const char *kDriverName = "usb_hid";
static const char *kDriverName = DRIVER_NAME;
static int sKeyboardDeviceNumber = 0;
static int sMouseDeviceNumber = 0;
@@ -51,7 +51,7 @@ void cbuf_unlock(cbuffer *, cpu_status);
/* driver specific definitions */
#define DRIVER_NAME "hid"
#define DRIVER_NAME "usb_hid"
#define MY_ID "\033[34m" DRIVER_NAME ":\033[m "
#define MY_ERR "\033[31merror:\033[m "