aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/hp-wmi.c
AgeCommit message (Expand)Author
2020-07-11platform/x86: hp-wmi: Convert simple_strtoul() to kstrtou32()Andy Shevchenko
2020-02-24platform/x86: hp-wmi: Make buffer for HPWMI_FEATURE2_QUERY 128 bytesHans de Goede
2020-01-19platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as input sizeHans de Goede
2020-01-19platform/x86: hp-wmi: Fix ACPI errors caused by too small bufferHans de Goede
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2017-11-05platform/x86: hp-wmi: Fix tablet mode detection for convertiblesStefan Brüns
2017-08-13platform/x86: hp-wmi: Remove unused macro helperPaulo Alcantara
2017-08-13platform/x86: hp-wmi: Correctly determine method id in WMI callsPaulo Alcantara
2017-04-20platform/x86: hp-wmi: Cleanup exit pathsDarren Hart (VMware)
2017-04-20platform/x86: hp-wmi: Do not shadow errors in sysfs show functionsDarren Hart (VMware)
2017-04-20platform/x86: hp-wmi: Use DEVICE_ATTR_(RO|RW) helper macrosDarren Hart (VMware)
2017-04-20platform/x86: hp-wmi: Refactor dock and tablet state fetchersDarren Hart (VMware)
2017-04-20platform/x86: hp-wmi: Cleanup wireless get_(hw|sw)state functionsDarren Hart (VMware)
2017-04-20platform/x86: hp-wmi: Refactor redundant HPWMI_READ functionsDarren Hart (VMware)
2017-04-20platform/x86: hp-wmi: Standardize enum usage for constantsDarren Hart (VMware)
2017-04-20platform/x86: hp-wmi: Cleanup local variable declarationsDarren Hart (VMware)
2017-04-19platform/x86: hp-wmi: Do not shadow error valuesCarlo Caione
2017-04-14platform/x86: hp-wmi: Fix detection for dock and tablet modeCarlo Caione
2017-04-14platform/x86: hp-wmi: Fix error value for hp_wmi_tablet_stateCarlo Caione
2017-03-14platform/x86: hp-wmi: remove sparse_keymap_free() callsMichał Kępień
2016-06-28hp-wmi: Fix wifi cannot be hard-unblockedAlex Hung
2016-03-23hp-wmi: Remove GPS rfkill support via pre-2009 interfaceMaciej S. Szmigiero
2016-03-23hp-wmi: fix unregister order in hp_wmi_rfkill_setup() once againMaciej S. Szmigiero
2015-09-17hp-wmi: limit hotkey enableKyle Evans
2015-03-06Input: use more descriptive KEY_ROTATE_DISPLAY instead of KEY_DIRECTIONStefan Brüns
2014-10-20platform: x86: drop owner assignment from platform_driversWolfram Sang
2014-08-16hp-wmi: Add missing __init annotations to initialization codeMathias Krause
2014-06-10hp-wmi: Enable hotkeys on some systemsKyle Evans
2013-11-20hp-wmi: detect "2009 BIOS or later" flag by WMI 0x0d for wireless cmdAlex Hung
2013-09-05hp_wmi: Fix unregister order in hp_wmi_rfkill_setup()Kirill Tkhai
2013-08-18Revert "hp-wmi: Enable hotkeys on some systems"Matthew Garrett
2013-07-10hp-wmi: add supports for POST code errorAlex Hung
2013-07-08hp-wmi: Enable hotkeys on some systemsMatthew Garrett
2013-06-01x86 / platform / hp_wmi: Fix bluetooth_rfkill misuse in hp_wmi_rfkill_setup()lan,Tianyu
2013-05-08hp-wmi: add more definitions for new event_id'sAlex Hung
2013-04-18Revert "hp-wmi: Add support for SMBus hotkeys"Matthew Garrett
2013-02-27hp-wmi: fix handling of platform deviceDmitry Torokhov
2013-02-27hp-wmi: Add support for SMBus hotkeysKyle Evans
2013-02-24Platform: hp-wmi: add rfkill support for integrated GPSTrepák Vilmos
2013-01-03Drivers: platform: x86: remove __dev* attributes.Greg Kroah-Hartman
2012-05-31hp-wmi: check for allocation failuresDan Carpenter
2011-07-11hp-wmi: fix use after freeEric Dumazet
2011-05-27hp-wmi: Convert printks to pr_<level>Joe Perches
2011-03-28hp-wmi: add rfkill support for wireless query 0x1bAnssi Hannula
2011-03-28hp-wmi: make rfkill initialization failure non-fatalAnssi Hannula
2011-03-28hp-wmi: clear rfkill device pointers when appropriateAnssi Hannula
2011-03-28hp-wmi: split rfkill initialization out of hp_wmi_bios_setupAnssi Hannula
2011-03-28hp-wmi: allow setting input and output buffer sizes separatelyAnssi Hannula
2011-03-28hp-wmi: remove a variable that is never readAnssi Hannula
2011-03-28hp-wmi: check query return value in hp_wmi_perform_queryAnssi Hannula