DEVICE_PATH_SUFFIX
ProtocolHandler(report.Device(), "joystick/" DEVICE_PATH_SUFFIX "/", 0),
ProtocolHandler(inputReport.Device(), "input/keyboard/" DEVICE_PATH_SUFFIX
mutex_init(&fLock, DEVICE_PATH_SUFFIX " keyboard");
ProtocolHandler(report.Device(), "input/mouse/" DEVICE_PATH_SUFFIX "/", 0),
ProtocolHandler(report.Device(), "input/tablet/" DEVICE_PATH_SUFFIX "/",
sprintf(pathBuffer, "input/mouse/" DEVICE_PATH_SUFFIX "/%" B_PRId32, index++);