|
|
@ -1374,7 +1374,7 @@ static void InitEvdevInput(void) |
|
|
|
if ((strncmp("event", entity->d_name, strlen("event")) == 0) || // Search for devices named "event*" |
|
|
|
(strncmp("mouse", entity->d_name, strlen("mouse")) == 0)) // Search for devices named "mouse*" |
|
|
|
{ |
|
|
|
sprintf(path, "%s%s", DEFAULT_EVDEV_PATH, entity->d_name); |
|
|
|
snprintf(path, MAX_FILEPATH_LENGTH, "%s%s", DEFAULT_EVDEV_PATH, entity->d_name); |
|
|
|
ConfigureEvdevDevice(path); // Configure the device if appropriate |
|
|
|
} |
|
|
|
} |
|
|
|