coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smi.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef MAINBOARD_LENOVO_X60_SMI_H
4 #define MAINBOARD_LENOVO_X60_SMI_H
5 
6 #define SMI_DOCK_CONNECT 0x01
7 #define SMI_DOCK_DISCONNECT 0x02
8 #define SMI_BRIGHTNESS_UP 0x03
9 #define SMI_BRIGHTNESS_DOWN 0x04
10 
11 #endif