summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/thinkpad_acpi.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* platform/x86: thinkpad_acpi: Initialize local in_tablet_mode and typeDarren Hart2016-12-151-2/+2
* platform/x86: thinkpad_acpi: Fix old style declaration GCC warningTobias Klauser2016-12-131-1/+1
* platform/x86: thinkpad_acpi: Adding new hotkey ID for Lenovo thinkpadHui Wang2016-12-131-0/+2
* platform/x86: thinkpad_acpi: Add support for X1 Yoga (2016) Tablet ModeLyude2016-12-131-4/+35
* platform/x86: thinkpad_acpi: Move tablet detection into separate functionLyude2016-12-131-15/+37
* platform/x86: Use ACPI_FAILURE at appropriate placesAxel Lin2016-12-131-1/+1
* thinkpad_acpi: Add support for HKEY version 0x200Dennis Wassenberg2016-06-081-24/+63
* Merge tag 'platform-drivers-x86-v4.7-1' of git://git.infradead.org/users/dvha...Linus Torvalds2016-05-271-3/+40
|\
| * thinkpad_acpi: save kbdlight state on suspend and restore it on resumeMarco Trevisan (Treviño)2016-05-271-3/+40
* | thinkpad_acpi: Silence an uninitialized variable warningDan Carpenter2016-04-151-1/+3
|/
* thinkpad_acpi: Remove ambiguous logging for "Unsupported brightness interface"Eric Curtin2016-03-231-3/+1
* Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-201-1/+1
|\
* \ Merge tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvha...Linus Torvalds2016-01-191-0/+206
|\ \
| * | thinkpad_acpi: Add support for keyboard backlightPali Rohár2016-01-191-0/+206
| |/
* | thinkpad_acpi: Use acpi_video_handles_brightness_key_presses()Hans de Goede2016-01-011-1/+1
|/
* thinkpad_acpi: Don't yell on unsupported brightness interfacesDavid Herrmann2015-11-061-2/+1
* thinkpad_acpi: Remove side effects from vdbg_printk -> no_printk macroJoe Perches2015-08-281-1/+1
* thinkpad-acpi: Port to new backlight interface selection APIHans de Goede2015-06-191-2/+3
* thinkpad_acpi: Revert unintentional device attribute renamingBjørn Mork2015-05-201-18/+19
* thinkpad_acpi: Fix warning for static not at beginningJean Delvare2015-05-051-1/+1
* thinkpad_acpi: off by one in adaptive_keyboard_hotkey_notify_hotkey()Dan Carpenter2015-03-141-2/+3
* thinkpad_acpi: signedness bugs getting current_modeDan Carpenter2015-03-141-2/+2
* thinkpad_acpi: use DEVICE_ATTR_* macrosBastien Nocera2015-03-031-52/+20
* thinkpad_acpi: Add support for more adaptive kbd buttonsBastien Nocera2015-03-031-1/+79
* thinkpad_acpi: Add adaptive_kbd_mode sysfs attrBastien Nocera2015-03-031-9/+60
* thinkpad_acpi: Factor out get/set adaptive kbd modeBastien Nocera2015-03-031-23/+38
* thinkpad_acpi: Remember adaptive kbd presenceBastien Nocera2015-03-031-19/+18
* thinkpad_acpi: support new BIOS version string patternAdam Lee2015-02-111-3/+17
* thinkpad_acpi: unhandled hkey eventXavier Naveira2015-02-101-0/+2
* thinkpad_acpi.c: Fix sparse warning (make undeclared var static)Lad, Prabhakar2015-02-061-1/+1
* Merge tag 'platform-drivers-x86-v3.19-1' of git://git.infradead.org/users/dvh...Linus Torvalds2014-12-181-10/+106
|\
| * thinkpad-acpi: Try to use full software mute controlAndy Lutomirski2014-12-041-10/+106
* | platform: x86: drop owner assignment from platform_driversWolfram Sang2014-10-201-2/+0
|/
* thinkpad_acpi: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-2/+2
* x86: thinkpad_acpi.c: fixed spacing coding style issueJan van den Berg2014-09-171-22/+22
* thinkpad_acpi: Mark volume_alsa_control_{vol,mute} as __initdataMathias Krause2014-08-161-2/+2
* drivers/platform/x86/thinkpad_acpi.c: don't test unsigned int for negativityAndrey Utkin2014-08-161-1/+1
* thinkpad_acpi: Update mapping for F12 hotkey on *40 models to KEY_FILEHans de Goede2014-08-161-1/+1
* thinkpad_acpi: Add mappings for F9 - F12 hotkeys on X240 / T440 / T540Hans de Goede2014-06-101-1/+3
* x86, acpi: LLVMLinux: Remove nested functions from Thinkpad ACPIBehan Webster2014-04-061-41/+45
* save and restore adaptive keyboard mode for suspend and,resumeShuduo Sang2014-04-061-0/+27
* support Thinkpad X1 Carbon 2nd generation's adaptive keyboardShuduo Sang2014-04-061-0/+102
* thinkpad_acpi: Fix inconsistent mute LED after resumeTakashi Iwai2014-04-061-0/+12
* thinkpad_acpi: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-141-3/+3
* Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-121-10/+4
|\
| * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-10/+4
* | thinkpad_acpi: Fix build error when CONFIG_SND_MAX_CARDS > 32Takashi Iwai2013-11-201-1/+6
* | platform:x86: Remove OOM message after input_allocate_deviceJoe Perches2013-11-201-1/+0
|/
* Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-141-7/+24
|\
OpenPOWER on IntegriCloud