summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/hp-wmi.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
* platform/x86: hp-wmi: Fix tablet mode detection for convertiblesStefan Brüns2017-11-051-1/+1
* platform/x86: hp-wmi: Remove unused macro helperPaulo Alcantara2017-08-131-7/+0Star
* platform/x86: hp-wmi: Correctly determine method id in WMI callsPaulo Alcantara2017-08-131-1/+22
* platform/x86: hp-wmi: Cleanup exit pathsDarren Hart (VMware)2017-04-201-30/+33
* platform/x86: hp-wmi: Do not shadow errors in sysfs show functionsDarren Hart (VMware)2017-04-201-6/+6
* platform/x86: hp-wmi: Use DEVICE_ATTR_(RO|RW) helper macrosDarren Hart (VMware)2017-04-201-18/+18
* platform/x86: hp-wmi: Refactor dock and tablet state fetchersDarren Hart (VMware)2017-04-201-19/+14Star
* platform/x86: hp-wmi: Cleanup wireless get_(hw|sw)state functionsDarren Hart (VMware)2017-04-201-16/+8Star
* platform/x86: hp-wmi: Refactor redundant HPWMI_READ functionsDarren Hart (VMware)2017-04-201-58/+24Star
* platform/x86: hp-wmi: Standardize enum usage for constantsDarren Hart (VMware)2017-04-201-58/+74
* platform/x86: hp-wmi: Cleanup local variable declarationsDarren Hart (VMware)2017-04-201-16/+13Star
* platform/x86: hp-wmi: Do not shadow error valuesCarlo Caione2017-04-191-10/+10
* platform/x86: hp-wmi: Fix detection for dock and tablet modeCarlo Caione2017-04-141-13/+27
* platform/x86: hp-wmi: Fix error value for hp_wmi_tablet_stateCarlo Caione2017-04-141-1/+1
* platform/x86: hp-wmi: remove sparse_keymap_free() callsMichał Kępień2017-03-151-4/+1Star
* hp-wmi: Fix wifi cannot be hard-unblockedAlex Hung2016-06-291-1/+6
* hp-wmi: Remove GPS rfkill support via pre-2009 interfaceMaciej S. Szmigiero2016-03-231-37/+1Star
* hp-wmi: fix unregister order in hp_wmi_rfkill_setup() once againMaciej S. Szmigiero2016-03-231-7/+7
* hp-wmi: limit hotkey enableKyle Evans2015-09-181-11/+20
* Input: use more descriptive KEY_ROTATE_DISPLAY instead of KEY_DIRECTIONStefan Brüns2015-03-071-1/+1
* platform: x86: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* hp-wmi: Add missing __init annotations to initialization codeMathias Krause2014-08-161-3/+3
* hp-wmi: Enable hotkeys on some systemsKyle Evans2014-06-111-0/+18
* hp-wmi: detect "2009 BIOS or later" flag by WMI 0x0d for wireless cmdAlex Hung2013-11-211-1/+13
* hp_wmi: Fix unregister order in hp_wmi_rfkill_setup()Kirill Tkhai2013-09-051-8/+8
* Revert "hp-wmi: Enable hotkeys on some systems"Matthew Garrett2013-08-181-16/+0Star
* hp-wmi: add supports for POST code errorAlex Hung2013-07-101-0/+47
* hp-wmi: Enable hotkeys on some systemsMatthew Garrett2013-07-081-0/+16
* x86 / platform / hp_wmi: Fix bluetooth_rfkill misuse in hp_wmi_rfkill_setup()lan,Tianyu2013-06-011-1/+1
* hp-wmi: add more definitions for new event_id'sAlex Hung2013-05-091-0/+24
* Revert "hp-wmi: Add support for SMBus hotkeys"Matthew Garrett2013-04-181-4/+0Star
* hp-wmi: fix handling of platform deviceDmitry Torokhov2013-02-271-39/+30Star
* hp-wmi: Add support for SMBus hotkeysKyle Evans2013-02-271-0/+4
* Platform: hp-wmi: add rfkill support for integrated GPSTrepák Vilmos2013-02-241-1/+43
* Drivers: platform: x86: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-4/+4
* hp-wmi: check for allocation failuresDan Carpenter2012-05-311-0/+10
* hp-wmi: fix use after freeEric Dumazet2011-07-111-5/+6
* hp-wmi: Convert printks to pr_<level>Joe Perches2011-05-271-26/+17Star
* hp-wmi: add rfkill support for wireless query 0x1bAnssi Hannula2011-03-281-1/+187
* hp-wmi: make rfkill initialization failure non-fatalAnssi Hannula2011-03-281-3/+1Star
* hp-wmi: clear rfkill device pointers when appropriateAnssi Hannula2011-03-281-0/+8
* hp-wmi: split rfkill initialization out of hp_wmi_bios_setupAnssi Hannula2011-03-281-17/+29
* hp-wmi: allow setting input and output buffer sizes separatelyAnssi Hannula2011-03-281-24/+39
* hp-wmi: remove a variable that is never readAnssi Hannula2011-03-281-2/+1Star
* hp-wmi: check query return value in hp_wmi_perform_queryAnssi Hannula2011-03-281-0/+16
* ACPI, hp-wmi: Fix memory leak in acpi queryZeng Zhaoming2010-11-241-0/+2
* Input: hp-wmi - switch to using sparse keymap libraryDmitry Torokhov2010-10-211-121/+51Star
* hp-wmi: Fix query interfaceMatthew Garrett2010-08-231-39/+25Star
* hp-wmi: acpi_drivers.h is already included through acpi.h two lines belowThomas Renninger2010-08-031-1/+0Star