aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/msi-wmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-25platform/x86: msi-wmi: remove unnecessary static in msi_wmi_notify()Gustavo A. R. Silva1-1/+1
2017-03-14platform/x86: msi-wmi: remove sparse_keymap_free() callsMichał Kępień1-7/+2
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2015-06-19msi-wmi: Port to new backlight interface selection APIHans de Goede1-1/+3
2014-12-03platform: x86: Deletion of checks before backlight_device_unregister()Markus Elfring1-2/+1
2013-02-24msi-wmi: Add MSI Wind supportMaxim Mikityanskiy1-15/+50
2013-02-24msi-wmi: Introduced quirk_last_pressedMaxim Mikityanskiy1-26/+28
2013-02-24msi-wmi: Make keys and backlight independentMaxim Mikityanskiy1-37/+64
2013-02-24msi-wmi: Use enums for scancodesMaxim Mikityanskiy1-16/+18
2013-02-24msi-wmi: Avoid repeating constantsMaxim Mikityanskiy1-3/+3
2013-02-24msi-wmi: Fix memory leakMaxim Mikityanskiy1-1/+3
2011-10-31x86: fix up files really needing to include module.hPaul Gortmaker1-0/+1
2011-08-05platform-drivers-x86: msi-wmi: add missing sparse_keymap_free in msi_wmi_init error pathAxel Lin1-0/+1
2011-05-27msi-wmi: Use pr_fmt and pr_<level>Joe Perches1-25/+20
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+1
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 implicit slab.h inclusion from percpu.hTejun 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 acpi_statusLen 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