aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/dell-wmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-23dell-wmi: support Dell Inspiron M5110Michał Kępień1-1/+12
2016-03-23dell-wmi: properly process Dell Instant Launch hotkeyMichał Kępień1-1/+4
2016-03-23dell-wmi: enable receiving WMI events on Dell Vostro V131Michał Kępień1-0/+66
2016-03-23dell-wmi: Support new hotkeys on the XPS 13 9350 (Skylake)Andy Lutomirski1-7/+64
2016-03-23dell-wmi: Clean up hotkey table size checkAndy Lutomirski1-2/+13
2016-03-23dell-wmi: Stop storing pointers to DMI tablesAndy Lutomirski1-28/+46
2016-01-19Merge tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds1-27/+155
2016-01-19dell-wmi: Process only one event on devices with interface version 0Pali Rohár1-0/+16
2016-01-19dell-wmi: Check if Dell WMI descriptor structure is validPali Rohár1-2/+78
2016-01-19dell-wmi: Improve unknown hotkey handlingAndy Lutomirski1-4/+20
2016-01-01dell-wmi: Use acpi_video_handles_brightness_key_presses()Hans de Goede1-4/+2
2015-11-20dell_wmi: Use a C99-style array for bios_to_linux_keycodeAndy Lutomirski1-21/+40
2015-06-19dell-wmi: Port to new backlight interface selection APIHans de Goede1-1/+2
2014-12-03dell-wmi: Don't report keypresses on keybord illumination changeGabriele Mazzotta1-3/+8
2014-12-03dell-wmi: Don't report keypresses for radio state changesGabriele Mazzotta1-4/+2
2014-11-19dell-wmi: Update code for processing WMI eventsPali Rohár1-31/+128
2014-09-29dell-wmi: Fix access out of memoryPali Rohár1-3/+9
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki1-1/+0
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-1/+0
2013-11-20dell-wmi: Add KEY_MICMUTE to bios_to_linux_keycodeAlex Hung1-3/+4
2011-08-05dell-wmi: Add keys for Dell XPS L502XSeth Forshee1-0/+10
2011-05-27dell: Convert printks to pr_<level>Joe Perches1-9/+8
2010-10-21Input: dell-wmi - switch to using sparse keymap libraryDmitry Torokhov1-160/+96
2010-08-03dell-wmi: fix a memory leakAxel Lin1-1/+8
2010-08-03dell-wmi: Add support for eject key on Dell Studio 1555Islam Amer1-1/+1
2010-04-12dell-wmi: Fix memory leakYong Wang1-1/+2
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-08Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov1-9/+7
2009-12-30dell-wmi - fix condition to abort driver loadingDmitry Torokhov1-1/+1
2009-12-30dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return valueLen Brown1-1/+6
2009-12-30dell-wmi: sys_init_module: 'dell_wmi'->init suspiciously returned 21, it shouldLen Brown1-4/+5
2009-12-24dell-wmi: do not keep driver loaded on unsupported boxesDmitry Torokhov1-22/+19
2009-12-24wmi: Free the allocated acpi objects through wmi_get_event_dataAnisse Astier1-0/+1
2009-12-10dell-wmi: Add support for new Dell systemsRezwanul Kabir1-13/+116
2009-06-17dell-wmi: don't generate errors on empty messagesMatthew Garrett1-2/+2
2009-06-17dell-wmi: add additional keyboard eventsMario Limonciello1-1/+44
2009-06-17dell-wmi: mask off upper bytes of event responseMario Limonciello1-1/+6
2009-04-03dell-wmi: new driver for hotkey controlMatthew Garrett1-0/+210