Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i8k: uapi: Introduce define for new highest fan speed

Some Dell laptops support fan speeds of {0, 1, 2, 3} instead of {0, 1, 2}.
Add a define for it.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Cc: Andreas Mohr <andi@lisas.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Guenter Roeck and committed by
Greg Kroah-Hartman
d5d22260 81474fc2

+2 -1
+2 -1
include/uapi/linux/i8k.h
··· 34 34 #define I8K_FAN_OFF 0 35 35 #define I8K_FAN_LOW 1 36 36 #define I8K_FAN_HIGH 2 37 - #define I8K_FAN_MAX I8K_FAN_HIGH 37 + #define I8K_FAN_TURBO 3 38 + #define I8K_FAN_MAX I8K_FAN_TURBO 38 39 39 40 #define I8K_VOL_UP 1 40 41 #define I8K_VOL_DOWN 2