summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/dell-wmi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-151-1/+1
|\
| * platform/x86: wmi: add context argument to the probe functionMattias Jacobsson2019-06-171-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
|/
* platform/x86: dell-wmi: use MODULE_DEVICE_TABLE() instead of MODULE_ALIAS()Mattias Jacobsson2019-03-071-2/+2
* platform/x86: dell-wmi: Ignore new keyboard backlight change eventKai-Heng Feng2019-02-051-0/+3
* platform/x86: dell-wmi: Ignore new rfkill and fn-lock eventsKai Heng Feng2018-06-041-0/+14
* platform/x86: dell-wmi: Set correct keycode for Fn + left arrowHenk2018-05-221-1/+1
* platform/x86: Fix dell driver init orderDarren Hart (VMware)2018-03-141-1/+1
* platform/x86: dell-wmi: Add an event created by Dell Latitude 5495Shih-Yuan Lee (FourDollars)2017-12-211-0/+3
* platform/x86: dell-wmi: check for kmalloc() errorsDan Carpenter2017-12-121-0/+2
* platform/x86: dell-*wmi*: Relay failed initial probe to dependent driversMario Limonciello2017-11-171-2/+4
* platform/x86: dell-smbios: Introduce dispatcher for SMM callsMario Limonciello2017-11-041-4/+7
* platform/x86: dell-wmi-descriptor: split WMI descriptor into it's own driverMario Limonciello2017-11-041-74/+6Star
* platform/x86: dell-wmi: don't check length returnedMario Limonciello2017-11-041-5/+1Star
* platform/x86: dell-wmi: clean up wmi descriptor checkMario Limonciello2017-11-041-5/+5
* platform/x86: dell-wmi: increase severity of some failuresMario Limonciello2017-11-041-6/+7
* platform/x86: dell-wmi: Do not match on descriptor GUID modaliasMario Limonciello2017-09-271-1/+0Star
* platform/x86: dell-wmi: Update dell_wmi_check_descriptor_buffer() to new modelAndy Lutomirski2017-08-191-30/+39
* platform/x86: dell-wmi: Fix driver interface version queryAndy Lutomirski2017-08-011-5/+7
* platform/x86: dell-wmi: Convert to the WMI bus infrastructureAndy Lutomirski2017-06-061-66/+70
* platform/x86: dell-wmi: Add a better description for "stealth mode"Andy Lutomirski2017-06-031-1/+6
* platform/x86: dell-wmi: Add a comment explaining the 0xb2 magic numberAndy Lutomirski2017-06-031-0/+1
* platform/x86: dell-*: Call new led hw_changed API on kbd brightness changeHans de Goede2017-04-131-0/+4
* platform/x86: dell-wmi: remove sparse_keymap_free() callsMichał Kępień2017-03-151-12/+4Star
* platform/x86: dell-wmi: Add events created by Dell Rugged 2-in-1sMario Limonciello2016-12-131-0/+10
* platform/x86: dell-wmi: Adjust wifi catcher to emit KEY_WLANMario Limonciello2016-12-131-1/+1
* dell-wmi: Ignore WMI event 0xe00ePali Rohár2016-08-081-2/+2
* dell-wmi: Add a WMI event code for display on/offAlex Hung2016-06-211-0/+3
* dell-wmi: Generate one sparse keymap for all machinesPali Rohár2016-06-171-111/+104Star
* dell-wmi: Add information about other WMI event codesPali Rohár2016-06-171-0/+35
* dell-wmi: Sort WMI event codes and update commentsPali Rohár2016-06-171-13/+16
* dell-wmi: Ignore WMI event code 0xe045Pali Rohár2016-06-171-1/+12
* dell-wmi: support Dell Inspiron M5110Michał Kępień2016-03-231-1/+12
* dell-wmi: properly process Dell Instant Launch hotkeyMichał Kępień2016-03-231-1/+4
* dell-wmi: enable receiving WMI events on Dell Vostro V131Michał Kępień2016-03-231-0/+66
* dell-wmi: Support new hotkeys on the XPS 13 9350 (Skylake)Andy Lutomirski2016-03-231-7/+64
* dell-wmi: Clean up hotkey table size checkAndy Lutomirski2016-03-231-2/+13
* dell-wmi: Stop storing pointers to DMI tablesAndy Lutomirski2016-03-231-28/+46
* Merge tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvha...Linus Torvalds2016-01-201-27/+155
|\
| * dell-wmi: Process only one event on devices with interface version 0Pali Rohár2016-01-201-0/+16
| * dell-wmi: Check if Dell WMI descriptor structure is validPali Rohár2016-01-201-2/+78
| * dell-wmi: Improve unknown hotkey handlingAndy Lutomirski2016-01-201-4/+20
| * dell_wmi: Use a C99-style array for bios_to_linux_keycodeAndy Lutomirski2015-11-211-21/+40
* | dell-wmi: Use acpi_video_handles_brightness_key_presses()Hans de Goede2016-01-011-4/+2Star
|/
* dell-wmi: Port to new backlight interface selection APIHans de Goede2015-06-191-1/+2
* dell-wmi: Don't report keypresses on keybord illumination changeGabriele Mazzotta2014-12-031-3/+8
* dell-wmi: Don't report keypresses for radio state changesGabriele Mazzotta2014-12-031-4/+2Star
* dell-wmi: Update code for processing WMI eventsPali Rohár2014-11-191-31/+128
* dell-wmi: Fix access out of memoryPali Rohár2014-09-291-3/+9
* Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-121-1/+0Star
|\