ofw_consinit.c | 41 #include "ukbd.h" 184 int ukbd; local in function:ofwoea_cnprobe_keyboard 251 * Tell the ukbd driver that it is the console. 309 if (OF_call_method("`usb-kbd-ihandle", kstdin, 0, 1, &ukbd) >= 0 && 310 ukbd != 0 && 311 OF_instance_to_package(ukbd) != -1) { 314 kstdin = ukbd;
|