index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
/
msi-wmi.c
Age
Commit message (
Expand
)
Author
2021-02-04
platform/x86: msi-wmi: Fix variable 'status' set but not used compiler warning
Hans de Goede
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2017-07-25
platform/x86: msi-wmi: remove unnecessary static in msi_wmi_notify()
Gustavo A. R. Silva
2017-03-14
platform/x86: msi-wmi: remove sparse_keymap_free() calls
Michał Kępień
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2015-06-19
msi-wmi: Port to new backlight interface selection API
Hans de Goede
2014-12-03
platform: x86: Deletion of checks before backlight_device_unregister()
Markus Elfring
2013-02-24
msi-wmi: Add MSI Wind support
Maxim Mikityanskiy
2013-02-24
msi-wmi: Introduced quirk_last_pressed
Maxim Mikityanskiy
2013-02-24
msi-wmi: Make keys and backlight independent
Maxim Mikityanskiy
2013-02-24
msi-wmi: Use enums for scancodes
Maxim Mikityanskiy
2013-02-24
msi-wmi: Avoid repeating constants
Maxim Mikityanskiy
2013-02-24
msi-wmi: Fix memory leak
Maxim Mikityanskiy
2011-10-31
x86: fix up files really needing to include module.h
Paul Gortmaker
2011-08-05
platform-drivers-x86: msi-wmi: add missing sparse_keymap_free in msi_wmi_init...
Axel Lin
2011-05-27
msi-wmi: Use pr_fmt and pr_<level>
Joe Perches
2011-03-22
backlight: add backlight type
Matthew Garrett
2010-11-24
msi-wmi: fix semantically incorrect use of keycode instead of scancode
Anisse Astier
2010-11-24
msi-wmi: Add mute key support
Anisse Astier
2010-08-03
msi-wmi: make needlessly global symbols static
Axel Lin
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-16
backlight: msi-laptop, msi-wmi: fix incomplete registration failure handling
Bruno Prémont
2010-03-16
backlight: Allow properties to be passed at registration
Matthew Garrett
2009-12-30
dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value
Len Brown
2009-12-30
ACPI: hp-wmi, msi-wmi: clarify that wmi_install_notify_handler() returns an a...
Len Brown
2009-12-24
acer-wmi, msi-wmi: Remove needless DMI MODULE_ALIAS
Thomas Renninger
2009-12-16
msi-wmi: depend on backlight and fix corner-cases problems
Anisse Astier
2009-12-16
msi-wmi: switch to using input sparse keymap library
Anisse Astier
2009-12-16
msi-wmi: replace one-condition switch-case with if statement
Anisse Astier
2009-12-16
msi-wmi: remove unused field 'instance' in key_entry structure
Anisse Astier
2009-12-16
msi-wmi: remove custom runtime debug implementation
Anisse Astier
2009-12-16
msi-wmi: rework init
Anisse Astier
2009-12-16
msi-wmi: remove useless includes
Anisse Astier
2009-12-16
X86 drivers: Introduce msi-wmi driver
Thomas Renninger