coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ec_response_keybd_config Struct Reference

#include <ec_commands.h>

Collaboration diagram for ec_response_keybd_config:
Collaboration graph

Data Fields

uint8_t num_top_row_keys
 
uint8_t action_keys [MAX_TOP_ROW_KEYS]
 
uint8_t capabilities
 

Detailed Description

Definition at line 6445 of file ec_commands.h.

Field Documentation

◆ action_keys

uint8_t ec_response_keybd_config::action_keys[MAX_TOP_ROW_KEYS]

Definition at line 6458 of file ec_commands.h.

Referenced by fill_ssdt_ps2_keyboard().

◆ capabilities

uint8_t ec_response_keybd_config::capabilities

Definition at line 6461 of file ec_commands.h.

Referenced by fill_ssdt_ps2_keyboard().

◆ num_top_row_keys

uint8_t ec_response_keybd_config::num_top_row_keys

Definition at line 6451 of file ec_commands.h.

Referenced by fill_ssdt_ps2_keyboard().


The documentation for this struct was generated from the following file: