aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/hp-wmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-06Input: use more descriptive KEY_ROTATE_DISPLAY instead of KEY_DIRECTIONStefan Brüns1-1/+1
2014-10-20platform: x86: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-16hp-wmi: Add missing __init annotations to initialization codeMathias Krause1-3/+3
2014-06-10hp-wmi: Enable hotkeys on some systemsKyle Evans1-0/+18
2013-11-20hp-wmi: detect "2009 BIOS or later" flag by WMI 0x0d for wireless cmdAlex Hung1-1/+13
2013-09-05hp_wmi: Fix unregister order in hp_wmi_rfkill_setup()Kirill Tkhai1-8/+8
2013-08-18Revert "hp-wmi: Enable hotkeys on some systems"Matthew Garrett1-16/+0
2013-07-10hp-wmi: add supports for POST code errorAlex Hung1-0/+47
2013-07-08hp-wmi: Enable hotkeys on some systemsMatthew Garrett1-0/+16
2013-06-01x86 / platform / hp_wmi: Fix bluetooth_rfkill misuse in hp_wmi_rfkill_setup()lan,Tianyu1-1/+1
2013-05-08hp-wmi: add more definitions for new event_id'sAlex Hung1-0/+24
2013-04-18Revert "hp-wmi: Add support for SMBus hotkeys"Matthew Garrett1-4/+0
2013-02-27hp-wmi: fix handling of platform deviceDmitry Torokhov1-39/+30
2013-02-27hp-wmi: Add support for SMBus hotkeysKyle Evans1-0/+4
2013-02-24Platform: hp-wmi: add rfkill support for integrated GPSTrepák Vilmos1-1/+43
2013-01-03Drivers: platform: x86: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-05-31hp-wmi: check for allocation failuresDan Carpenter1-0/+10
2011-07-11hp-wmi: fix use after freeEric Dumazet1-5/+6
2011-05-27hp-wmi: Convert printks to pr_<level>Joe Perches1-26/+17
2011-03-28hp-wmi: add rfkill support for wireless query 0x1bAnssi Hannula1-1/+187
2011-03-28hp-wmi: make rfkill initialization failure non-fatalAnssi Hannula1-3/+1
2011-03-28hp-wmi: clear rfkill device pointers when appropriateAnssi Hannula1-0/+8
2011-03-28hp-wmi: split rfkill initialization out of hp_wmi_bios_setupAnssi Hannula1-17/+29
2011-03-28hp-wmi: allow setting input and output buffer sizes separatelyAnssi Hannula1-24/+39
2011-03-28hp-wmi: remove a variable that is never readAnssi Hannula1-2/+1
2011-03-28hp-wmi: check query return value in hp_wmi_perform_queryAnssi Hannula1-0/+16
2010-11-24ACPI, hp-wmi: Fix memory leak in acpi queryZeng Zhaoming1-0/+2
2010-10-21Input: hp-wmi - switch to using sparse keymap libraryDmitry Torokhov1-121/+51
2010-08-23hp-wmi: Fix query interfaceMatthew Garrett1-39/+25
2010-08-03hp-wmi: acpi_drivers.h is already included through acpi.h two lines belowThomas Renninger1-1/+0
2010-08-03hp-wmi: Fix mixing up of and/or directiveThomas Renninger1-1/+3
2010-08-03hp-wmi: add return value checking for input_allocate_device()Axel Lin1-0/+2
2010-08-03hp-wmi: return -ENODEV if BIOS does not export any supported hp wmi guidThomas Renninger1-2/+7
2010-08-03acer-wmi/hp-wmi: use platform_device_unregister instead of platform_device_del in module_exitAxel Lin1-1/+1
2010-08-03hp-wmi: add error handling for hp_wmi_initAxel Lin1-6/+25
2010-08-03X86 platform: hp-wmi Better match the HP WMI query interfaceThomas Renninger1-30/+107
2010-08-03x86 platform drivers: hp-wmi fix buffer size depending on ACPI versionThomas Renninger1-7/+27
2010-08-03x86 platform drivers: hp-wmi Set placeholder for unimplemented eventsThomas Renninger1-0/+15
2010-08-03x86 platform drivers: hp-wmi Add media key 0x20e8Thomas Renninger1-0/+1
2010-08-03x86 platform drivers: hp-wmi Use consistent prefix string for messages.Thomas Renninger1-4/+6
2010-08-03x86 platform drivers: hp-wmi Catch and log unkown event and key codes correctlyThomas Renninger1-3/+5
2010-08-03x86 platform drivers: hp-wmi Reorder event id processingThomas Renninger1-19/+32
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-08Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov1-8/+7
2010-03-07x86: move hp-wmi's probe function to .devinit.textUwe Kleine-König1-2/+2
2010-02-25hp-wmi: Add support for tablet rotation keyMatthew Garrett1-0/+1
2010-01-01hp-wmi: remove double free caused by merge conflictAnisse Astier1-2/+0
2009-12-30dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return valueLen Brown1-1/+6
2009-12-30ACPI: hp-wmi, msi-wmi: clarify that wmi_install_notify_handler() returns an acpi_statusLen Brown1-1/+1
2009-12-24hp-wmi: Fix two memleaksThomas Renninger1-1/+8