cregit-Linux how code gets into the kernel

Release 4.14 include/linux/thinkpad_acpi.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __THINKPAD_ACPI_H__

#define __THINKPAD_ACPI_H__

/* These two functions return 0 if success, or negative error code
   (e g -ENODEV if no led present) */

enum {
	
TPACPI_LED_MUTE,
	
TPACPI_LED_MICMUTE,
	
TPACPI_LED_MAX,
};

int tpacpi_led_set(int whichled, bool on);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
David Henningsson2896.55%150.00%
Greg Kroah-Hartman13.45%150.00%
Total29100.00%2100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.