summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/msi-wmi.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-24msi-wmi: fix semantically incorrect use of keycode instead of scancodeAnisse Astier1-8/+8
2010-11-24msi-wmi: Add mute key supportAnisse Astier1-0/+2
2010-08-03msi-wmi: make needlessly global symbols staticAxel Lin1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-16backlight: msi-laptop, msi-wmi: fix incomplete registration failure handlingBruno Prémont1-2/+4
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett1-3/+6
2009-12-30dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return valueLen Brown1-1/+6
2009-12-30ACPI: hp-wmi, msi-wmi: clarify that wmi_install_notify_handler() returns an a...Len Brown1-1/+1
2009-12-24acer-wmi, msi-wmi: Remove needless DMI MODULE_ALIASThomas Renninger1-10/+0
2009-12-16msi-wmi: depend on backlight and fix corner-cases problemsAnisse Astier1-8/+15
2009-12-16msi-wmi: switch to using input sparse keymap libraryAnisse Astier1-102/+32
2009-12-16msi-wmi: replace one-condition switch-case with if statementAnisse Astier1-9/+4
2009-12-16msi-wmi: remove unused field 'instance' in key_entry structureAnisse Astier1-5/+4
2009-12-16msi-wmi: remove custom runtime debug implementationAnisse Astier1-9/+2
2009-12-16msi-wmi: rework initAnisse Astier1-29/+35
2009-12-16msi-wmi: remove useless includesAnisse Astier1-6/+0
2009-12-16X86 drivers: Introduce msi-wmi driverThomas Renninger1-0/+369