Searched refs:defKbd (Results 1 – 1 of 1) sorted by relevance
1023 XF86ConfInputRec defPtr, defKbd; in checkCoreInputDevices() local1212 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()