What does the dell-laptop kernel module do?

Solution 1:

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.