aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/thinkpad_acpi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-14thinkpad_acpi: replace strnicmp with strncasecmpRasmus Villemoes1-2/+2
2014-09-17x86: thinkpad_acpi.c: fixed spacing coding style issueJan van den Berg1-22/+22
2014-08-16thinkpad_acpi: Mark volume_alsa_control_{vol,mute} as __initdataMathias Krause1-2/+2
2014-08-16drivers/platform/x86/thinkpad_acpi.c: don't test unsigned int for negativityAndrey Utkin1-1/+1
2014-08-16thinkpad_acpi: Update mapping for F12 hotkey on *40 models to KEY_FILEHans de Goede1-1/+1
2014-06-10thinkpad_acpi: Add mappings for F9 - F12 hotkeys on X240 / T440 / T540Hans de Goede1-1/+3
2014-04-06x86, acpi: LLVMLinux: Remove nested functions from Thinkpad ACPIBehan Webster1-41/+45
2014-04-06save and restore adaptive keyboard mode for suspend and,resumeShuduo Sang1-0/+27
2014-04-06support Thinkpad X1 Carbon 2nd generation's adaptive keyboardShuduo Sang1-0/+102
2014-04-06thinkpad_acpi: Fix inconsistent mute LED after resumeTakashi Iwai1-0/+12
2014-02-14thinkpad_acpi: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+3
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki1-10/+4
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-10/+4
2013-11-20thinkpad_acpi: Fix build error when CONFIG_SND_MAX_CARDS > 32Takashi Iwai1-1/+6
2013-11-20platform:x86: Remove OOM message after input_allocate_deviceJoe Perches1-1/+0
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-7/+24
2013-10-17thinkpad-acpi: Add mute and mic-mute LED functionalityDavid Henningsson1-1/+91
2013-10-16thinkpad-acpi: fix handle locate for video and query of _BCLAaron Lu1-7/+24
2013-09-05thinkpad_acpi: add the ability setting TPACPI_LED_NONE by quirkAdam Lee1-3/+10
2013-09-05thinkpad_acpi: return -NODEV while operating uninitialized LEDsAdam Lee1-2/+8
2013-07-15platform / thinkpad: Remove deprecated hotkey_report_mode parameterThomas Renninger1-29/+0
2013-07-15ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger1-11/+0
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-04-17thinkpad-acpi: kill hotkey_thread_mutexOleg Nesterov1-10/+0
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-2/+2
2013-03-03Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds1-5/+12
2013-02-27drivers/platform/x86/thinkpad_acpi.c: Handle HKEY event 0x6040Richard Hartmann1-3/+8
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-24thinkpad-acpi: enable loading module with new B-series Lenovo BIOSManoj Iyer1-2/+4
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-19Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+1
2013-01-03Drivers: platform: x86: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-28thinkpad_acpi: don't use [delayed_]work_pending()Tejun Heo1-2/+1
2012-10-06sections: fix section conflicts in drivers/platform/x86Andi Kleen1-1/+1
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-15/+5
2012-09-13thinkpad_acpi: buffer overflow in fan_get_status()Dan Carpenter1-6/+7
2012-08-17thinkpad-acpi: recognize latest V-Series using DMI_BIOS_VENDORManoj Iyer1-0/+7
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo1-15/+5
2012-08-10platform / x86 / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki1-0/+2
2012-07-28thinkpad_acpi: Free hotkey_keycode_map after unregistering tpacpi_inputdevLi Dongyang1-2/+1
2012-07-28thinkpad_acpi: Fix a memory leak during module exitLi Dongyang1-0/+1
2012-07-28thinkpad_acpi: Flush the workqueue before freeing tpacpi_ledsLi Dongyang1-0/+1
2012-07-01thinkpad_acpi: Use struct dev_pm_ops instead of legacy PM routinesRafael J. Wysocki1-5/+6
2012-07-01thinkpad_acpi: Drop pm_message_t arguments from suspend routinesRafael J. Wysocki1-6/+6
2012-05-31thinkpad-acpi: fix issuing duplicated key events for brightness up/downAlex Hung1-1/+1
2012-03-26thinkpad-acpi: recognize Lenovo as version string in newer V-series BIOSManoj Iyer1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-8/+8
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-9/+6
2012-01-03switch procfs to umode_t useAl Viro1-2/+2
2011-11-21freezer: implement and use kthread_freezable_should_stop()Tejun Heo1-9/+6