summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/hp-wmi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* hp-wmi: Fix mixing up of and/or directiveThomas Renninger2010-08-031-1/+3
* hp-wmi: add return value checking for input_allocate_device()Axel Lin2010-08-031-0/+2
* hp-wmi: return -ENODEV if BIOS does not export any supported hp wmi guidThomas Renninger2010-08-031-2/+7
* acer-wmi/hp-wmi: use platform_device_unregister instead of platform_device_de...Axel Lin2010-08-031-1/+1
* hp-wmi: add error handling for hp_wmi_initAxel Lin2010-08-031-6/+25
* X86 platform: hp-wmi Better match the HP WMI query interfaceThomas Renninger2010-08-031-30/+107
* x86 platform drivers: hp-wmi fix buffer size depending on ACPI versionThomas Renninger2010-08-031-7/+27
* x86 platform drivers: hp-wmi Set placeholder for unimplemented eventsThomas Renninger2010-08-031-0/+15
* x86 platform drivers: hp-wmi Add media key 0x20e8Thomas Renninger2010-08-031-0/+1
* x86 platform drivers: hp-wmi Use consistent prefix string for messages.Thomas Renninger2010-08-031-4/+6
* x86 platform drivers: hp-wmi Catch and log unkown event and key codes correctlyThomas Renninger2010-08-031-3/+5
* x86 platform drivers: hp-wmi Reorder event id processingThomas Renninger2010-08-031-19/+32
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov2010-03-091-8/+7Star
* x86: move hp-wmi's probe function to .devinit.textUwe Kleine-König2010-03-081-2/+2
* hp-wmi: Add support for tablet rotation keyMatthew Garrett2010-02-251-0/+1
* hp-wmi: remove double free caused by merge conflictAnisse Astier2010-01-011-2/+0Star
* dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return valueLen Brown2009-12-301-1/+6
* ACPI: hp-wmi, msi-wmi: clarify that wmi_install_notify_handler() returns an a...Len Brown2009-12-301-1/+1
* hp-wmi: Fix two memleaksThomas Renninger2009-12-241-1/+8
* wmi: Free the allocated acpi objects through wmi_get_event_dataAnisse Astier2009-12-241-0/+2
* Merge branch 'hp-wmi' into releaseLen Brown2009-12-161-55/+84
|\