| Commit message (Expand) | Author | Age | Files | Lines |
* | thinkpad_acpi: Always report scancodes for hotkeys | Seth Forshee | 2011-02-21 | 1 | -6/+2 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2011-01-13 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2010-12-22 | 1 | -1/+0 |
| |\ |
|
| * | | backlight: constify backlight_ops | Lionel Debroux | 2010-11-16 | 1 | -1/+1 |
| * | | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2010-11-01 | 1 | -1/+1 |
* | | | ACPI Thinkpad: We must always call va_end() after va_start() but do not do so... | Jesper Juhl | 2011-01-07 | 1 | -0/+1 |
* | | | drivers/platform/x86: Remove unnecessary semicolons | Joe Perches | 2011-01-07 | 1 | -1/+1 |
| |/
|/| |
|
* | | drivers/platform/x86/thinkpad_acpi.c: delete double assignment | Julia Lawall | 2010-11-24 | 1 | -1/+0 |
|/ |
|
* | thinkpad-acpi: avoid keymap pitfall | Henrique de Moraes Holschuh | 2010-09-23 | 1 | -2/+3 |
* | thinkpad-acpi: Add KEY_CAMERA (Fn-F6) for Lenovo keyboards | Jens Taprogge | 2010-08-16 | 1 | -1/+1 |
* | thinkpad-acpi: add support for model-specific keymaps | Henrique de Moraes Holschuh | 2010-08-16 | 1 | -18/+42 |
* | thinkpad-acpi: lock down size of hotkey keymap | Henrique de Moraes Holschuh | 2010-08-16 | 1 | -4/+15 |
* | thinkpad-acpi: untangle ACPI/vendor backlight selection | Henrique de Moraes Holschuh | 2010-08-16 | 1 | -22/+20 |
* | thinkpad-acpi: find ACPI video device by synthetic HID | Henrique de Moraes Holschuh | 2010-08-16 | 1 | -40/+12 |
* | X86 platform drivers: Remove EC dump from thinkpad_acpi | Thomas Renninger | 2010-08-03 | 1 | -73/+0 |
* | thinkpad-acpi: document backlight level writeback at driver init | Henrique de Moraes Holschuh | 2010-05-16 | 1 | -0/+4 |
* | thinkpad-acpi: clean up ACPI handles handling | Henrique de Moraes Holschuh | 2010-05-16 | 1 | -9/+8 |
* | thinkpad-acpi: don't depend on led_path for led firmware type (v2) | Henrique de Moraes Holschuh | 2010-05-16 | 1 | -19/+28 |
* | thinkpad-acpi: explain errors from acpi_install_notify_handler | Henrique de Moraes Holschuh | 2010-05-16 | 1 | -2/+2 |
* | thinkpad-acpi: acpi_evalf fixes | Henrique de Moraes Holschuh | 2010-05-16 | 1 | -4/+5 |
* | thinkpad-acpi: detect EC node using its HID (v2) | Henrique de Moraes Holschuh | 2010-05-16 | 1 | -12/+41 |
* | thinkpad-acpi: disclose usertask for ALSA callbacks | Henrique de Moraes Holschuh | 2010-05-16 | 1 | -0/+5 |
* | thinkpad-acpi: fix brightness hotkey poll handling | Henrique de Moraes Holschuh | 2010-05-16 | 1 | -12/+24 |
* | thinkpad-acpi: let other subdrivers know backlight level range | Henrique de Moraes Holschuh | 2010-05-16 | 1 | -111/+140 |
* | thinkpad-acpi: move greeting messages out of the first subdriver (v2) | Henrique de Moraes Holschuh | 2010-05-16 | 1 | -29/+27 |
* | thinkpad-acpi: fix volume/mute hotkey poll handling | Henrique de Moraes Holschuh | 2010-05-16 | 1 | -14/+57 |
* | thinkpad-acpi: X100e quick fixes | Henrique de Moraes Holschuh | 2010-05-16 | 1 | -0/+2 |
* | thinkpad-acpi: constrain IBM-era support to IBM boxes | Henrique de Moraes Holschuh | 2010-05-16 | 1 | -18/+39 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | backlight: Allow properties to be passed at registration | Matthew Garrett | 2010-03-16 | 1 | -5/+7 |
* | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 1 | -2/+2 |
|\ |
|
| * | tree-wide: fix typos "ammount" -> "amount" | Uwe Kleine-König | 2010-02-05 | 1 | -2/+2 |
* | | thinkpad-acpi: fix ALSA callback return status | Henrique de Moraes Holschuh | 2010-02-27 | 1 | -10/+29 |
* | | thinkpad-acpi: lock down video output state access | Henrique de Moraes Holschuh | 2010-02-25 | 1 | -2/+13 |
* | | thinkpad-acpi: fix bluetooth/wwan resume | Henrique de Moraes Holschuh | 2010-02-25 | 1 | -8/+10 |
* | | thinkpad-acpi: make driver events work in NVRAM poll mode | Henrique de Moraes Holschuh | 2010-02-25 | 1 | -3/+10 |
* | | thinkpad-acpi: fix poll thread auto-start | Henrique de Moraes Holschuh | 2010-02-25 | 1 | -9/+6 |
* | | thinkpad-acpi: R52 brightness_mode has been confirmed | Henrique de Moraes Holschuh | 2010-02-25 | 1 | -3/+3 |
* | | thinkpad-acpi: document HKEY event 3006 | Henrique de Moraes Holschuh | 2010-02-25 | 1 | -2/+8 |
* | | thinkpad-acpi: wrong thermal attribute_group removed in thermal_exit() | Roel Kluin | 2010-02-16 | 1 | -1/+1 |
|/ |
|
* | thinkpad-acpi: make volume subdriver optional | Henrique de Moraes Holschuh | 2009-12-26 | 1 | -0/+26 |
* | thinkpad-acpi: don't fail to load the entire module due to ALSA problems | Henrique de Moraes Holschuh | 2009-12-26 | 1 | -13/+18 |
* | thinkpad-acpi: don't take the first ALSA slot by default | Henrique de Moraes Holschuh | 2009-12-26 | 1 | -1/+1 |
* | Merge branch 'thinkpad-2.6.33' into release | Len Brown | 2009-12-16 | 1 | -279/+899 |
|\ |
|
| * | thinkpad-acpi: bump version to 0.24 | Henrique de Moraes Holschuh | 2009-12-16 | 1 | -1/+1 |
| * | thinkpad-acpi: convert to seq_file | Alexey Dobriyan | 2009-12-15 | 1 | -153/+132 |
| * | thinkpad-acpi: basic ALSA mixer support (v2) | Henrique de Moraes Holschuh | 2009-12-15 | 1 | -2/+235 |
| * | thinkpad-acpi: disable volume control | Henrique de Moraes Holschuh | 2009-12-15 | 1 | -5/+42 |
| * | thinkpad-acpi: support MUTE-only ThinkPads | Henrique de Moraes Holschuh | 2009-12-15 | 1 | -27/+132 |
| * | thinkpad-acpi: volume subdriver rewrite | Henrique de Moraes Holschuh | 2009-12-15 | 1 | -58/+282 |