Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dadbhid.c760 char *keyboard_type; in adbhid_input_register() local
804 keyboard_type = "<unknown>"; in adbhid_input_register()
811 keyboard_type = "ANSI"; in adbhid_input_register()
818 keyboard_type = "ISO, swapping keys"; in adbhid_input_register()
827 keyboard_type = "JIS"; in adbhid_input_register()
831 pr_info("Detected ADB keyboard, type %s.\n", keyboard_type); in adbhid_input_register()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DquartzKeyboard.c762 __block UInt32 keyboard_type; in QuartzReadSystemKeymap() local
768 keyboard_type = LMGetKbdType(); in QuartzReadSystemKeymap()
816 mods[j] >> 8, keyboard_type, 0, in QuartzReadSystemKeymap()
824 mods[j] >> 8, keyboard_type, in QuartzReadSystemKeymap()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog138493 XQuartz: Fix an uninitialized keyboard_type on Tiger