Searched refs:device_type_option (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/inputtest/
H A Dxf86-input-inputtest.c977 char *device_type_option; local in function:pre_init
1055 device_type_option = xf86SetStrOption(pInfo->options, "DeviceType", NULL);
1056 if (device_type_option == NULL) {
1061 if (strcmp(device_type_option, "Keyboard") == 0) {
1063 } else if (strcmp(device_type_option, "Pointer") == 0) {
1065 } else if (strcmp(device_type_option, "PointerGesture") == 0) {
1067 } else if (strcmp(device_type_option, "PointerAbsolute") == 0) {
1069 } else if (strcmp(device_type_option, "PointerAbsoluteProximity") == 0) {
1071 } else if (strcmp(device_type_option, "Touch") == 0) {
1077 free(device_type_option);
[all...]

Completed in 3 milliseconds