]> Pileus Git - ~andy/linux/commit
i8k: Use driver_data field of dmi_system_id to override fan multiplier
authorGuenter Roeck <linux@roeck-us.net>
Sat, 14 Dec 2013 17:30:19 +0000 (09:30 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Dec 2013 00:47:04 +0000 (16:47 -0800)
commit26d093821f41030feee88e0150fbfb5550e8edce
tree8b2b1c8baaf8ff1bebde7f7535385d1257970571
parent919a0304a833a0dc131425c70e603c0ccf32c843
i8k: Use driver_data field of dmi_system_id to override fan multiplier

At least on Studio 1555 and XPS M140, the fan speed is reported directly,
not with the default speed multiplier of 30. Information on the web
suggests that this may be true for other models as well, though it is
unknown at this time which systems may be affected.

Use the driver_data field of dmi_system_id to override the default fan
multiplier value for the two systems known to use a multiplier of 1.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/i8k.c