Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/input/
H A Di8042.c274 keymap = KBD_GER; in i8042_start()
282 ret = input_add_tables(input, keymap == KBD_GER); in i8042_start()
/openbmc/u-boot/include/
H A Di8042.h48 #define KBD_GER 1 /* german layout */ macro