factored driver name
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18349 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user