summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/thinkpad_acpi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * thinkpad-acpi: fix handle locate for video and query of _BCLAaron Lu2013-10-161-7/+24
* | thinkpad-acpi: Add mute and mic-mute LED functionalityDavid Henningsson2013-10-171-1/+91
|/
* thinkpad_acpi: add the ability setting TPACPI_LED_NONE by quirkAdam Lee2013-09-051-3/+10
* thinkpad_acpi: return -NODEV while operating uninitialized LEDsAdam Lee2013-09-051-2/+8
* platform / thinkpad: Remove deprecated hotkey_report_mode parameterThomas Renninger2013-07-151-29/+0
* ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger2013-07-151-11/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-2/+2
|\
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-2/+2
* | thinkpad-acpi: kill hotkey_thread_mutexOleg Nesterov2013-04-171-10/+0
|/
* Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds2013-03-031-5/+12
|\
| * drivers/platform/x86/thinkpad_acpi.c: Handle HKEY event 0x6040Richard Hartmann2013-02-271-3/+8
| * thinkpad-acpi: enable loading module with new B-series Lenovo BIOSManoj Iyer2013-02-241-2/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\ \ | |/ |/|
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-191-2/+1
|\ \ | |/ |/|
| * thinkpad_acpi: don't use [delayed_]work_pending()Tejun Heo2012-12-281-2/+1
* | Drivers: platform: x86: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
|/
* sections: fix section conflicts in drivers/platform/x86Andi Kleen2012-10-061-1/+1
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-15/+5
|\
| * workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-131-15/+5
* | thinkpad_acpi: buffer overflow in fan_get_status()Dan Carpenter2012-09-131-6/+7
* | thinkpad-acpi: recognize latest V-Series using DMI_BIOS_VENDORManoj Iyer2012-08-171-0/+7
* | platform / x86 / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki2012-08-101-0/+2
|/
* thinkpad_acpi: Free hotkey_keycode_map after unregistering tpacpi_inputdevLi Dongyang2012-07-281-2/+1
* thinkpad_acpi: Fix a memory leak during module exitLi Dongyang2012-07-281-0/+1
* thinkpad_acpi: Flush the workqueue before freeing tpacpi_ledsLi Dongyang2012-07-281-0/+1
* thinkpad_acpi: Use struct dev_pm_ops instead of legacy PM routinesRafael J. Wysocki2012-07-011-5/+6
* thinkpad_acpi: Drop pm_message_t arguments from suspend routinesRafael J. Wysocki2012-07-011-6/+6
* thinkpad-acpi: fix issuing duplicated key events for brightness up/downAlex Hung2012-05-311-1/+1
* thinkpad-acpi: recognize Lenovo as version string in newer V-series BIOSManoj Iyer2012-03-261-1/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-8/+8
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-9/+6
|\
| * freezer: implement and use kthread_freezable_should_stop()Tejun Heo2011-11-211-9/+6
* | switch procfs to umode_t useAl Viro2012-01-031-2/+2
|/
* thinkpad_acpi: Fix printk typo 'bluestooth'Paul Bolle2011-10-071-1/+1
* Add KEY_MICMUTE and enable it on Lenovo X220Andy Lutomirski2011-08-051-1/+10
OpenPOWER on IntegriCloud