Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/config/
H A Dwscons.c41 #define WSCONS_KBD_DEVICE "/dev/wskbd" macro
95 fd = open(WSCONS_KBD_DEVICE, O_RDWR | O_NONBLOCK | O_EXCL); in wscons_add_keyboard()
98 WSCONS_KBD_DEVICE, strerror(errno)); in wscons_add_keyboard()
120 WSCONS_KBD_DEVICE); in wscons_add_keyboard()
121 input_options = input_option_new(input_options, "name", WSCONS_KBD_DEVICE); in wscons_add_keyboard()
124 config_info = Xprintf("wscons:%s", WSCONS_KBD_DEVICE); in wscons_add_keyboard()