Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c1023 XF86ConfInputRec defPtr, defKbd; in checkCoreInputDevices() local
1212 memset(&defKbd, 0, sizeof(defKbd)); in checkCoreInputDevices()
1213 defKbd.inp_identifier = strdup("<default keyboard>"); in checkCoreInputDevices()
1214 defKbd.inp_driver = strdup("kbd"); in checkCoreInputDevices()
1215 confInput = &defKbd; in checkCoreInputDevices()