| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg... | Linus Torvalds | 2010-03-03 | 8 | -895/+1042 |
|\ |
|
| * | compal-laptop: Make it depend on CONFIG_RFKILL | Ingo Molnar | 2010-03-02 | 1 | -0/+1 |
| * | Merge branch 'for-upstream/platform-x86_tpacpi' of git://repo.or.cz/linux-2.6... | Matthew Garrett | 2010-03-02 | 2 | -39/+87 |
| |\ |
|
| | * | 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 | 2 | -4/+21 |
| | * | 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 |
| * | | classmate-laptop: Added some keys present in other devices | Thadeu Lima de Souza Cascardo | 2010-03-01 | 1 | -0/+4 |
| * | | asus-acpi: remove duplicate comparison of asus_model strings | Roel Kluin | 2010-03-01 | 1 | -2/+1 |
| * | | Merge git://git.iksaif.net/acpi4asus into x86-platform | Matthew Garrett | 2010-03-01 | 3 | -836/+928 |
| |\ \ |
|
| | * \ | Merge branch 'eeepc-laptop' into acpi4asus | Corentin Chary | 2010-02-28 | 1 | -1/+20 |
| | |\ \ |
|
| | | * | | eeepc-laptop: check wireless hotplug events | Alan Jenkins | 2010-02-28 | 1 | -0/+18 |
| | | * | | eeepc-laptop: disable wireless hotplug for 1005PE | Alan Jenkins | 2010-02-28 | 1 | -1/+2 |
| | | |/ |
|
| | * | | asus-laptop: fix style problems reported by checkpath.pl | Corentin Chary | 2010-02-28 | 1 | -47/+47 |
| | * | | asus-laptop: use device_create_file() instead of platform_group | Corentin Chary | 2010-02-28 | 1 | -82/+84 |
| | * | | asus-laptop: clean led code | Corentin Chary | 2010-02-28 | 1 | -120/+115 |
| | * | | asus-laptop: add gps rfkill | Corentin Chary | 2010-02-28 | 2 | -7/+59 |
| | * | | asus-laptop: set initial lcd state | Corentin Chary | 2010-02-28 | 1 | -0/+2 |
| | * | | asus-laptop: leds, remove dead code and fix asus_led_exit()/asus_led_init() | Corentin Chary | 2010-02-28 | 1 | -17/+14 |
| | * | | asus-laptop: add backlight changes notifications | Corentin Chary | 2010-02-28 | 1 | -2/+27 |
| | * | | asus-laptop: add bluetooth keys found on M9V | Corentin Chary | 2010-02-28 | 1 | -0/+2 |
| | * | | asus-laptop: switch to sparse keymap library | Corentin Chary | 2010-02-28 | 2 | -141/+68 |
| | * | | asus-laptop: rename wireless_status to wlan_status to avoid confusion | Corentin Chary | 2010-02-28 | 1 | -5/+5 |
| | * | | asus-laptop: add error check for write_acpi_int calls | Corentin Chary | 2010-02-28 | 1 | -8/+25 |
| | * | | asus-laptop: stop using ASUS_HANDLE and use relative methods instead | Corentin Chary | 2010-02-28 | 1 | -111/+129 |
| | * | | asus-laptop: rename function talking directly to acpi with asus_xxx scheme | Corentin Chary | 2010-02-28 | 1 | -19/+19 |
| | * | | asus-laptop: removing read_status/store_status/write_status and asus->status | Corentin Chary | 2010-02-28 | 1 | -57/+24 |
| | * | | asus-laptop: stop using read_status for lcd | Corentin Chary | 2010-02-28 | 1 | -17/+20 |
| | * | | asus-laptop: stop using read_status and store_status for GPS | Corentin Chary | 2010-02-28 | 1 | -21/+35 |
| | * | | asus-laptop: stop using read_status for bluetooth and wlan | Corentin Chary | 2010-02-28 | 1 | -26/+29 |
| | * | | asus-laptop: code movement | Corentin Chary | 2010-02-28 | 1 | -217/+223 |
| | * | | asus-laptop: callbacks should use "driver data" parameter or field | Corentin Chary | 2010-02-28 | 1 | -153/+209 |
| | * | | asus-laptop: move backlight and dsdt info inside asus_laptop struct | Corentin Chary | 2010-02-28 | 1 | -39/+30 |
| | * | | asus-laptop: revise names | Corentin Chary | 2010-02-28 | 1 | -110/+111 |
| | * | | asus-laptop: change initialization order | Corentin Chary | 2010-02-28 | 1 | -189/+180 |
| | * | | asus-laptop: remove unecessary hotk != NULL check | Corentin Chary | 2010-02-28 | 1 | -4/+1 |
| | * | | asus-laptop: use tabs to indent macros and remove unused ones | Corentin Chary | 2010-02-28 | 1 | -29/+22 |
| | * | | asus-laptop: simplify write_acpi_int | Corentin Chary | 2010-02-28 | 1 | -11/+16 |
| | * | | asus-laptop: no need to check argument of set_brightness() | Corentin Chary | 2010-02-28 | 1 | -8/+2 |
| | * | | asus-laptop: add wireless and bluetooth status parameter | Corentin Chary | 2010-02-28 | 1 | -2/+17 |
| | |/ |
|
| * | | toshiba-acpi: fix multimedia keys on some machines | Frans Pop | 2010-03-01 | 1 | -14/+16 |
| * | | dell-laptop: Fix errors on failure and exit paths | Matthew Garrett | 2010-03-01 | 1 | -2/+3 |
| * | | dell-laptop: Fix build error by making buffer_mutex static | Ingo Molnar | 2010-03-01 | 1 | -2/+2 |
* | | | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l... | Linus Torvalds | 2010-03-01 | 2 | -4/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | ACPI: replace acpi_integer by u64 | Lin Ming | 2010-01-28 | 2 | -4/+4 |
* | | | toshiba_acpi: Add full hotkey support | Matthew Garrett | 2010-02-25 | 1 | -7/+199 |
* | | | hp-wmi: Add support for tablet rotation key | Matthew Garrett | 2010-02-25 | 1 | -0/+1 |