KEY_KBD_LCD_MENU1
[KEY_IMAGES] = "Images", [KEY_KBD_LCD_MENU1] = "KbdLcdMenu1",
input_set_capability(input, EV_KEY, KEY_KBD_LCD_MENU1 + i);
[25] = KEY_KBD_LCD_MENU1, /* Left-most */
input_report_key(g15->input, KEY_KBD_LCD_MENU1, data[8] & 0x80);
input_report_key(g15->input, KEY_KBD_LCD_MENU1, data[2] & 0x80);
input_report_key(g15->input, KEY_KBD_LCD_MENU1 + i, val);