summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/thinkpad_acpi.c
AgeCommit message (Expand)Author
2025-06-04platform/x86: thinkpad_acpi: Ignore battery threshold change event notificationMark Pearson
2025-06-04platform/x86: thinkpad_acpi: Support also NEC Lavie X1475JASJohn Chau
2025-04-10platform/x86: thinkpad_acpi: disable ACPI fan access for T495* and E560Eduard Christian Dumitrescu
2025-03-22platform/x86: thinkpad_acpi: Support for V9 DYTC platform profilesMark Pearson
2025-03-22platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad X120eSybil Isabel Dorsett
2025-03-13platform/x86: thinkpad_acpi: Add battery quirk for ThinkPad X131eMingcong Bai
2025-01-09platform/x86: thinkpad-acpi: Add support for hotkey 0x1401Vishnu Sankar
2024-11-06platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW showing incorrect f...Vishnu Sankar
2024-09-04platform/x86: thinkpad_acpi: Fix uninitialized symbol 's' warningMatthias Fetzer
2024-08-19platform/x86: thinkpad_acpi: Add Thinkpad Edge E531 fan supportMatthias Fetzer
2024-06-03platform/x86: thinkpad_acpi: Use 2-argument strscpy()Andy Shevchenko
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-05-04platform/x86: Use device_show_string() helper for sysfs attributesLukas Wunner
2024-04-29platform/x86: thinkpad_acpi: Use false to set acpi_send_ev to falseHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Support hotkey to disable trackpoint doubletapMark Pearson
2024-04-29platform/x86: thinkpad_acpi: Support for system debug info hotkeyMark Pearson
2024-04-29platform/x86: thinkpad_acpi: Support for trackpoint doubletapMark Pearson
2024-04-29platform/x86: thinkpad_acpi: Simplify known_ev handlingMark Pearson
2024-04-29platform/x86: thinkpad_acpi: Add mappings for adaptive kbd clipping-tool and ...Hans de Goede
2024-04-29platform/x86: thinkpad_acpi: Switch to using sparse-keymap helpersHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Drop KEY_RESERVED special handlingHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Use correct keycodes for volume and brightness keysHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Change hotkey_reserved_mask initializationHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Do not send ACPI netlink events for unknown hotkeysHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Move tpacpi_driver_event() call to tpacpi_input_...Hans de Goede
2024-04-29platform/x86: thinkpad_acpi: Move hkey > scancode mapping to tpacpi_input_sen...Hans de Goede
2024-04-29platform/x86: thinkpad_acpi: Drop tpacpi_input_send_key_masked() and hotkey_d...Hans de Goede
2024-04-29platform/x86: thinkpad_acpi: Always call tpacpi_driver_event() for hotkeysHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Move hotkey_user_mask check to tpacpi_input_send...Hans de Goede
2024-04-29platform/x86: thinkpad_acpi: Move special original hotkeys handling out of sw...Hans de Goede
2024-04-29platform/x86: thinkpad_acpi: Move adaptive kbd event handling to tpacpi_drive...Hans de Goede
2024-04-29platform/x86: thinkpad_acpi: Make tpacpi_driver_event() return if it handled ...Hans de Goede
2024-04-29platform/x86: thinkpad_acpi: Do hkey to scancode translation laterHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Use tpacpi_input_send_key() in adaptive kbd codeHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Drop ignore_acpi_evHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Drop setting send_/ignore_acpi_ev defaults twiceHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Provide hotkey_poll_stop_sync() dummyHans de Goede
2024-04-29platform/x86: thinkpad_acpi: Take hotkey_mutex during hotkey_exit()Hans de Goede
2024-04-29platform/x86: thinkpad_acpi: change sprintf() to sysfs_emit()yunshui
2024-04-15platform/x86: thinkpad_acpi: use platform_profile_cycle()Gergo Koteles
2024-03-12Merge tag 'platform-drivers-x86-v6.8-4' into pdx86/for-nextIlpo Järvinen
2024-03-12platform/x86: thinkpad_acpi: Add more ThinkPads with non-standard reg address...Vishnu Sankar
2024-02-20platform/x86: thinkpad_acpi: Only update profile if successfully convertedMario Limonciello
2024-02-20platform/x86: thinkpad_acpi: Fix to correct wrong temp reporting on some Thin...Vishnu Sankar
2024-02-20platform/x86: thinkpad_acpi: Simplify thermal mode checkingVishnu Sankar
2024-01-24platform/x86: Support for mode FN keyMark Pearson
2024-01-24platform/x86: remove obsolete calls to ledtrig_audio_getHeiner Kallweit
2024-01-24platform/x86: thinkpad_acpi: remove redundant assignment to variable iColin Ian King
2023-12-18platform/x86: thinkpad_acpi: fix for incorrect fan reporting on some ThinkPad...Vishnu Sankar
2023-12-08platform/x86: thinkpad_acpi: fix kernel-doc warningsRandy Dunlap