aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/thinkpad_acpi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-07thinkpad_acpi: Fix printk typo 'bluestooth'Paul Bolle1-1/+1
2011-08-05Add KEY_MICMUTE and enable it on Lenovo X220Andy Lutomirski1-1/+10
2011-07-07thinkpad-acpi: handle HKEY 0x4010, 0x4011 eventsHenrique de Moraes Holschuh1-9/+35
2011-07-07thinkpad-acpi: handle some new HKEY 0x60xx eventsHenrique de Moraes Holschuh1-5/+23
2011-05-27thinkpad_acpi: Convert printks to pr_<level>Joe Perches1-284/+188
2011-05-27thinkpad_acpi: Correct !CONFIG_THINKPAD_ACPI_VIDEO warningJoe Perches1-9/+9
2011-05-09thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.Manoj Iyer1-2/+4
2011-04-12thinkpad-acpi fails to load with newer Thinkpad X201s BIOSKeith Packard1-2/+1
2011-03-28platform-drivers: x86: fix common misspellingsLucas De Marchi1-2/+2
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+1
2011-02-21thinkpad_acpi: Always report scancodes for hotkeysSeth Forshee1-6/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2011-01-07ACPI Thinkpad: We must always call va_end() after va_start() but do not do so in thinkpad_acpi.c::acpi_evalf()Jesper Juhl1-0/+1
2011-01-07drivers/platform/x86: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-1/+0
2010-11-24drivers/platform/x86/thinkpad_acpi.c: delete double assignmentJulia Lawall1-1/+0
2010-11-16backlight: constify backlight_opsLionel Debroux1-1/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-09-23thinkpad-acpi: avoid keymap pitfallHenrique de Moraes Holschuh1-2/+3
2010-08-16thinkpad-acpi: Add KEY_CAMERA (Fn-F6) for Lenovo keyboardsJens Taprogge1-1/+1
2010-08-16thinkpad-acpi: add support for model-specific keymapsHenrique de Moraes Holschuh1-18/+42
2010-08-16thinkpad-acpi: lock down size of hotkey keymapHenrique de Moraes Holschuh1-4/+15
2010-08-16thinkpad-acpi: untangle ACPI/vendor backlight selectionHenrique de Moraes Holschuh1-22/+20
2010-08-16thinkpad-acpi: find ACPI video device by synthetic HIDHenrique de Moraes Holschuh1-40/+12
2010-08-03X86 platform drivers: Remove EC dump from thinkpad_acpiThomas Renninger1-73/+0
2010-05-16thinkpad-acpi: document backlight level writeback at driver initHenrique de Moraes Holschuh1-0/+4
2010-05-16thinkpad-acpi: clean up ACPI handles handlingHenrique de Moraes Holschuh1-9/+8
2010-05-16thinkpad-acpi: don't depend on led_path for led firmware type (v2)Henrique de Moraes Holschuh1-19/+28
2010-05-16thinkpad-acpi: explain errors from acpi_install_notify_handlerHenrique de Moraes Holschuh1-2/+2
2010-05-16thinkpad-acpi: acpi_evalf fixesHenrique de Moraes Holschuh1-4/+5
2010-05-16thinkpad-acpi: detect EC node using its HID (v2)Henrique de Moraes Holschuh1-12/+41
2010-05-16thinkpad-acpi: disclose usertask for ALSA callbacksHenrique de Moraes Holschuh1-0/+5
2010-05-16thinkpad-acpi: fix brightness hotkey poll handlingHenrique de Moraes Holschuh1-12/+24
2010-05-16thinkpad-acpi: let other subdrivers know backlight level rangeHenrique de Moraes Holschuh1-111/+140
2010-05-16thinkpad-acpi: move greeting messages out of the first subdriver (v2)Henrique de Moraes Holschuh1-29/+27
2010-05-16thinkpad-acpi: fix volume/mute hotkey poll handlingHenrique de Moraes Holschuh1-14/+57
2010-05-16thinkpad-acpi: X100e quick fixesHenrique de Moraes Holschuh1-0/+2
2010-05-16thinkpad-acpi: constrain IBM-era support to IBM boxesHenrique de Moraes Holschuh1-18/+39
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett1-5/+7
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-2/+2
2010-02-27thinkpad-acpi: fix ALSA callback return statusHenrique de Moraes Holschuh1-10/+29
2010-02-25thinkpad-acpi: lock down video output state accessHenrique de Moraes Holschuh1-2/+13
2010-02-25thinkpad-acpi: fix bluetooth/wwan resumeHenrique de Moraes Holschuh1-8/+10