summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/button.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: button: Clean up printing messagesRafael J. Wysocki2021-02-041-10/+5
* ACPI: button: Add DMI quirk for Medion Akoya E2228THans de Goede2020-11-091-1/+12
* ACPI: button: Drop no longer necessary Acer SW5-012 lid_init_state quirkHans de Goede2020-10-281-13/+0
* ACPI: button: fix handling lid state changes when input device closeddmitry.torokhov@gmail.com2020-10-051-6/+7
* ACPI: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-091-1/+1
* ACPI: Delete unused proc filename macrosPascal Terjan2020-05-141-1/+0
* ACPI: button: Drop no longer necessary Asus T200TA lid_init_state quirkHans de Goede2020-04-201-12/+0
* ACPI: button: move HIDs to acpi/button.hJosh Triplett2020-02-131-3/+0
* ACPI: button: Add DMI quirk for Razer Blade Stealth 13 late 2019 lid switchJason Ekstrand2020-01-071-0/+11
* ACPI: button: Add DMI quirk for Acer Switch 10 SW5-032 lid-switchHans de Goede2019-11-291-0/+13
* ACPI: button: Remove unused acpi_lid_notifier_[un]register() functionsHans de Goede2019-10-281-26/+1
* ACPI: button: Add DMI quirk for Asus T200TAHans de Goede2019-10-281-0/+12
* ACPI: button: Add DMI quirk for Medion Akoya E2215THans de Goede2019-10-281-0/+11
* ACPI: button: Turn lid_blacklst DMI table into a generic quirk tableHans de Goede2019-10-281-9/+16
* ACPI: button: Allow disabling LID support with the lid_init_state module optionHans de Goede2019-10-281-1/+5
* ACPI: button: Refactor lid_init_state module parsing codeHans de Goede2019-10-281-30/+32
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-14/+1
* ACPI: button: reinitialize button state upon resumeZhang Rui2019-04-121-1/+4
* ACPI / button: fix defined but not used warningRandy Dunlap2018-07-091-1/+3
* ACPI / button: increment wakeup count only when notifiedRavi Chandra Sadineni2018-07-021-6/+7
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-16/+3
* ACPI / button: make module loadable when booted in non-ACPI modeArd Biesheuvel2018-04-241-1/+23
* ACPI: button: Add a LID switch blacklist and add 1 model to itHans de Goede2017-12-131-0/+20
* ACPI: button: Add a debug message when we're sending a LID eventHans de Goede2017-12-131-0/+2
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+4
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-2/+4
* | ACPI / button: Delay acpi_lid_initialize_state() until first user space openHans de Goede2017-11-091-5/+21
|/
* Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-07-041-1/+1
|\
| * ACPI: fix whitespace in pr_fmt() to align log entriesVincent Legoll2017-06-221-1/+1
* | ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki2017-06-151-2/+3
|/
*-. Merge branches 'intel_pstate' and 'pm-sleep'Rafael J. Wysocki2017-06-091-3/+2
|\ \
| | * Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"Rafael J. Wysocki2017-06-071-3/+2
| |/
| |
| \
*-. \ Merge branches 'acpi-button', 'acpica' and 'acpi-sysfs'Rafael J. Wysocki2017-06-031-1/+1
|\ \ \
| * | | Revert "ACPI / button: Change default behavior to lid_init_state=open"Benjamin Tissoires2017-05-291-1/+1
| | | |
| \ \ \
*-. \ \ \ Merge branches 'acpi-button' and 'acpi-tools'Rafael J. Wysocki2017-05-221-0/+9
|\ \ \ \ \ | | |/ / / | |/| / / | | |/ / | |_| / |/| |
| * | Revert "ACPI / button: Remove lid_init_state=method mode"Lv Zheng2017-05-121-0/+9
| |/
* / ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki2017-05-051-2/+3
|/
* ACPI / button: Remove lid_init_state=method modeLv Zheng2017-01-311-9/+0
* ACPI / button: Change default behavior to lid_init_state=openLv Zheng2017-01-311-1/+1
* ACPI / button: Fix an issue in button.lid_init_state=ignore modeLv Zheng2016-08-311-3/+82
* ACPI / button: remove pointer to old lid_sysfs on unbindBenjamin Tissoires2016-08-031-0/+4
* ACPI / button: Add quirks for initial lid state notificationLv Zheng2016-06-221-0/+61
* ACPI / button: Refactor functions to eliminate redundant codeLv Zheng2016-06-221-42/+49
* ACPI / button: Remove initial lid state notificationLv Zheng2016-06-221-3/+0
* ACPI: Remove FSF mailing addressesJarkko Nikula2015-07-081-4/+0
* ACPI / button: Do not propagate wakeup-from-suspend eventsRafael J. Wysocki2014-07-231-4/+21
* ACPI / button: Add ACPI Button event via netlink routineLan Tianyu2014-03-191-0/+4
* ACPI / button: fix button driver compile error when CONFIG_PM_SLEEP is undefinedShuah Khan2014-02-131-0/+2
*-. Merge branches 'acpi-gpe', 'acpi-video', 'acpi-thermal', 'acpi-processor', 'a...Rafael J. Wysocki2014-01-121-18/+0
|\ \
| * | ACPI / Button: Fix enabling button GPEs twiceLan Tianyu2013-12-191-18/+0
| |/