Home
last modified time | relevance | path

Searched refs:DFLT_MOUSE_DEV (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c62 static const char *DFLT_MOUSE_DEV = "/dev/sysmouse"; variable
65 static const char *DFLT_MOUSE_DEV = "/dev/input/mice"; variable
68 static const char *DFLT_MOUSE_DEV = "/dev/wsmouse"; variable
71 static const char *DFLT_MOUSE_DEV = "/dev/mouse"; variable
171 fd = open(DFLT_MOUSE_DEV, 0); in configureInputSection()
186 xnfstrdup(DFLT_MOUSE_DEV)); in configureInputSection()
812 " tries to autodetect\n" "the protocol.\n", DFLT_MOUSE_DEV); in DoConfigure()