summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/asus-wmi.c
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: asus-wmi: Increase input buffer size of WMI methodsYurii Pavlovskyi2019-07-311-1/+9
* platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from ...Hans de Goede2019-06-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* platform/x86: asus-wmi: Add fn-lock mode switch supportChris Chiu2019-05-091-0/+37
* platform/x86: asus-wmi: Allow loading on systems without the Asus Management ...Hans de Goede2019-02-231-7/+2
* platform/x86: asus-wmi: Tell the EC the OS will handle the display off hotkeyJoão Paulo Rechi Vita2018-11-071-1/+2
* Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-pla...Linus Torvalds2018-11-011-100/+19
|\
| * platform/x86: asus-wmi: export function for evaluating WMI methodsDaniel Drake2018-10-311-85/+3
| * platform/x86: asus-wmi: Only notify kbd LED hw_change by fn-key pressedJian-Hong Pan2018-10-311-5/+12
| * platform/x86: asus-wmi: Simplify the keyboard brightness updating processJian-Hong Pan2018-10-191-10/+4
* | PCI: hotplug: Embed hotplug_slotLukas Wunner2018-09-181-17/+9
* | PCI: hotplug: Drop hotplug_slot_infoLukas Wunner2018-09-181-10/+0
* | PCI: hotplug: Constify hotplug_slot_opsLukas Wunner2018-09-181-2/+1
|/
* Merge tag 'platform-drivers-x86-v4.19-1' of git://git.infradead.org/linux-pla...Linus Torvalds2018-08-221-4/+30
|\
| * platform/x86: asus-wmi: Add keyboard backlight toggle supportChris Chiu2018-07-021-0/+8
| * platform/x86: asus-wmi: Call led hw_changed API on kbd brightness changeChris Chiu2018-07-021-4/+22
* | PCI: hotplug: Demidlayer registration with the coreLukas Wunner2018-07-231-8/+4
|/
* platform/x86: asus-wmi: Fix NULL pointer dereferenceJoão Paulo Rechi Vita2018-05-311-10/+13
* platform/x86: Simplify getting .drvdataWolfram Sang2018-04-231-2/+1
* platform/x86: asus-wmi: Add lightbar led supportMaxime Bellengé2017-09-271-0/+63
* platform/x86: asus-wmi: Evaluate wmi method with instance number 0x0Pali Rohár2017-08-131-2/+2
* platform/x86: asus-wmi: constify attribute_group structures.Arvind Yadav2017-07-111-2/+2
* platform/x86: asus-wmi: try to set als by defaultOleksij Rempel2017-04-281-0/+12
* platform/x86: asus-wmi: fix cpufv sysfs file permissionJérémy Lefaure2017-04-281-2/+2
* platform/x86: asus-wmi: remove sparse_keymap_free() callsMichał Kępień2017-03-141-6/+2
* platform/x86: asus-wmi: Remove quirk_no_rfkillJoão Paulo Rechi Vita2017-03-121-4/+1
* platform/x86: asus-wmi: Detect quirk_no_rfkill from the DSDTJoão Paulo Rechi Vita2017-02-261-4/+19
* platform/x86: asus-wmi: Set specified XUSB2PR value for X550LBKai-Chuan Hsieh2016-12-131-0/+29
* platform/x86: asus-wmi: fix asus ux303ub brightness issuezino lin2016-09-231-0/+3
* asus-wmi: Create quirk for airplane_mode LEDJoão Paulo Rechi Vita2016-07-011-3/+5
* asus-wmi: provide access to ALS controlOleksij Rempel2016-05-271-0/+5
* asus-wmi: drop to_platform_driver macroGeliang Tang2016-01-191-3/+0
* Merge tag 'platform-drivers-x86-v4.4-2' of git://git.infradead.org/users/dvha...Linus Torvalds2015-11-131-1/+1
|\
| * asus-wmi: fix error handling in store_sys_wmi()Dan Carpenter2015-11-101-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-11-111-1/+1
|\ \ | |/ |/|
| * linux/thermal.h: rename KELVIN_TO_CELSIUS to DECI_KELVIN_TO_CELSIUSRasmus Villemoes2015-10-101-1/+1
* | asus-wmi: restore kbd led level after resumeOleksij Rempel2015-10-031-2/+17
|/
* Merge tag 'platform-drivers-x86-v4.2-1' of git://git.infradead.org/users/dvha...Linus Torvalds2015-07-011-21/+323
|\
| * asus-wmi: Use acpi_video_unregister_backlight instead of acpi_video_unregisterHans de Goede2015-06-071-1/+1
| * asus-wmi: add fan controlKast Bernd2015-05-131-21/+323
* | asus-wmi: Port to new backlight interface selection APIHans de Goede2015-06-191-8/+7
* | asus-wmi: Use acpi_video_unregister_backlight instead of acpi_video_unregisterHans de Goede2015-06-191-1/+1
|/
* platform: x86: Deletion of checks before backlight_device_unregister()Markus Elfring2014-12-031-2/+1
* asus-wmi: control wlan-led if wapf > 0AceLan Kao2014-08-161-2/+2
* asus-wmi: backlight_init: Stop treating -ENODEV as if its not an errorHans de Goede2014-08-161-4/+1
* asus-wmi: Disable acpi-video backlight on desktop machinesHans de Goede2014-08-161-0/+7
* platform: x86: asus-wmi.c: Cleaning up uninitialized variablesRickard Strandqvist2014-06-101-3/+1
* PCI: Make pci_bus_add_device() voidYijing Wang2014-05-301-2/+1
* Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds2014-01-291-37/+11
|\
| * asus-wmi: Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2014-01-211-37/+11