Ubuntu – What does the dell-laptop kernel module do

dellkernelkernel-modulesupgrade

I'm upgrading the preinstalled version of Ubuntu on the Dell Vostro V130 notebook. During the upgrade, there were some errors concerning the dell-laptop kernel module.

What is this module, and what does it do?

Best Answer

The driver in question can be found here:

http://lxr.linux.no/linux+v2.6.38/drivers/platform/x86/dell-laptop.c

On a quick scan of the code, it looks like it handles the rfkill switch (airplane mode), and backlight control.