Age | Commit message (Expand) | Author | Files | Lines |
2015-06-19 | msi-wmi: Port to new backlight interface selection API | Hans de Goede | 1 | -1/+3 |
2014-12-03 | platform: x86: Deletion of checks before backlight_device_unregister() | Markus Elfring | 1 | -2/+1 |
2013-02-25 | msi-wmi: Add MSI Wind support | Maxim Mikityanskiy | 1 | -15/+50 |
2013-02-25 | msi-wmi: Introduced quirk_last_pressed | Maxim Mikityanskiy | 1 | -26/+28 |
2013-02-25 | msi-wmi: Make keys and backlight independent | Maxim Mikityanskiy | 1 | -37/+64 |
2013-02-25 | msi-wmi: Use enums for scancodes | Maxim Mikityanskiy | 1 | -16/+18 |
2013-02-25 | msi-wmi: Avoid repeating constants | Maxim Mikityanskiy | 1 | -3/+3 |
2013-02-25 | msi-wmi: Fix memory leak | Maxim Mikityanskiy | 1 | -1/+3 |
2011-11-01 | x86: fix up files really needing to include module.h | Paul Gortmaker | 1 | -0/+1 |
2011-08-05 | platform-drivers-x86: msi-wmi: add missing sparse_keymap_free in msi_wmi_init... | Axel Lin | 1 | -0/+1 |
2011-05-27 | msi-wmi: Use pr_fmt and pr_<level> | Joe Perches | 1 | -25/+20 |
2011-03-23 | backlight: add backlight type | Matthew Garrett | 1 | -0/+1 |
2010-11-24 | msi-wmi: fix semantically incorrect use of keycode instead of scancode | Anisse Astier | 1 | -8/+8 |
2010-11-24 | msi-wmi: Add mute key support | Anisse Astier | 1 | -0/+2 |
2010-08-03 | msi-wmi: make needlessly global symbols static | Axel Lin | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-16 | backlight: msi-laptop, msi-wmi: fix incomplete registration failure handling | Bruno Prémont | 1 | -2/+4 |
2010-03-16 | backlight: Allow properties to be passed at registration | Matthew Garrett | 1 | -3/+6 |
2009-12-30 | dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value | Len Brown | 1 | -1/+6 |
2009-12-30 | ACPI: hp-wmi, msi-wmi: clarify that wmi_install_notify_handler() returns an a... | Len Brown | 1 | -1/+1 |
2009-12-24 | acer-wmi, msi-wmi: Remove needless DMI MODULE_ALIAS | Thomas Renninger | 1 | -10/+0 |
2009-12-16 | msi-wmi: depend on backlight and fix corner-cases problems | Anisse Astier | 1 | -8/+15 |
2009-12-16 | msi-wmi: switch to using input sparse keymap library | Anisse Astier | 1 | -102/+32 |
2009-12-16 | msi-wmi: replace one-condition switch-case with if statement | Anisse Astier | 1 | -9/+4 |
2009-12-16 | msi-wmi: remove unused field 'instance' in key_entry structure | Anisse Astier | 1 | -5/+4 |
2009-12-16 | msi-wmi: remove custom runtime debug implementation | Anisse Astier | 1 | -9/+2 |
2009-12-16 | msi-wmi: rework init | Anisse Astier | 1 | -29/+35 |
2009-12-16 | msi-wmi: remove useless includes | Anisse Astier | 1 | -6/+0 |
2009-12-16 | X86 drivers: Introduce msi-wmi driver | Thomas Renninger | 1 | -0/+369 |