summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | asus-laptop: handle keyboard backlight keysCorentin Chary2009-08-281-0/+2
| * | | | | | | | asus-laptop: Add support for Keyboard backlightCorentin Chary2009-08-281-2/+77
| * | | | | | | | asus-laptop: set maximum led brightnessCorentin Chary2009-08-281-6/+7
| * | | | | | | | asus-laptop: Map X50R hotkeysCorentin Chary2009-08-281-0/+3
| * | | | | | | | asus-laptop: Add *_led_get() functionsCorentin Chary2009-08-281-0/+8
| * | | | | | | | asus-laptop: Show HRWS in infos and fix output formatCorentin Chary2009-08-281-2/+12
| * | | | | | | | led: document sysfs interfaceCorentin Chary2009-08-282-4/+33
| * | | | | | | | video/lcd: document sysfs interfaceCorentin Chary2009-08-281-0/+23
| * | | | | | | | video/backlight: document sysfs interfaceCorentin Chary2009-08-281-0/+36
| * | | | | | | | eeepc-laptop: document sysfs interfaceCorentin Chary2009-08-281-0/+50
| * | | | | | | | eeepc-laptop: add rfkill support for the Wimax in ASUS Eee PC 1000HGCorentin Chary2009-08-281-0/+13
| * | | | | | | | eeepc-laptop: switch to dev_pm_opsAlan Jenkins2009-08-281-6/+19
| * | | | | | | | eeepc-laptop: correct the description of the hibernation abort bugAlan Jenkins2009-08-281-5/+4Star
| * | | | | | | | eeepc-laptop: check the 3G rfkill state on resumeAlan Jenkins2009-08-281-0/+3
| * | | | | | | | eeepc-laptop: remove redundant rfkill_set_sw_state in resume handlerAlan Jenkins2009-08-281-2/+1Star
| * | | | | | | | eeepc-laptop: make input device a child of the platform deviceAlan Jenkins2009-08-281-29/+41
| * | | | | | | | eeepc-laptop: fix ordering of init and exit functionsAlan Jenkins2009-08-281-61/+59Star
| * | | | | | | | eeepc-laptop: fix pci hotplug race on load and unloadAlan Jenkins2009-08-281-32/+45
| * | | | | | | | eeepc-laptop: use a mutex to serialize pci hotplug (resume vs. notify)Alan Jenkins2009-08-281-8/+13
| * | | | | | | | eeepc-laptop: don't touch the pci slot if it was claimed by a different driverAlan Jenkins2009-08-281-5/+8
| |/ / / / / / /
* | | | | | | | Merge branch 'acer' into releaseLen Brown2009-09-191-43/+78
|\ \ \ \ \ \ \ \
| * | | | | | | | acerhdf: additional BIOS versionsPeter Feuerer2009-09-191-0/+4
| * | | | | | | | acerhdf: convert to dev_pm_opsBorislav Petkov2009-09-191-13/+9Star
| * | | | | | | | acerhdf: fix fan control for AOA150 modelPeter Feuerer2009-09-191-31/+66
* | | | | | | | | Merge branch 'acpica' into releaseLen Brown2009-09-1968-2169/+4026
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ACPICA: Update version to 20090903.Bob Moore2009-09-091-1/+1
| * | | | | | | | | ACPICA: Windows compatibility: autoexecute root _INI methodBob Moore2009-09-091-0/+15
| * | | | | | | | | ACPICA: Update _OSI with new Windows OS stringsBob Moore2009-09-092-0/+6
| * | | | | | | | | ACPICA: Fix memory leak for ill-formed Package objectsBob Moore2009-09-091-5/+18
| * | | | | | | | | ACPICA: Remove error message for Store(Localx,Localx)Bob Moore2009-09-091-4/+4
| * | | | | | | | | ACPICA: Fix extraneous warning if _DSM returns a packageBob Moore2009-09-091-2/+6
| * | | | | | | | | ACPI: fix NULL bug for HID/UID stringHugh Dickins2009-09-011-8/+12
| * | | | | | | | | ACPICA: Update version to 20090730Bob Moore2009-08-291-1/+1
| * | | | | | | | | ACPICA: acpi_reset: Bypass port validation mechanismBob Moore2009-08-291-2/+15
| * | | | | | | | | ACPICA: Fix typo for HEST ACPI tableBob Moore2009-08-291-1/+1
| * | | | | | | | | ACPICA: Update definitions for HEST tableBob Moore2009-08-291-12/+12
| * | | | | | | | | ACPICA: Add support for module-level executable AML codeLin Ming2009-08-2913-52/+306
| * | | | | | | | | ACPICA: ACPI 4: Add validation for new predefined names.Bob Moore2009-08-292-7/+73
| * | | | | | | | | ACPICA: reformat predefined method table, no functional changeLin Ming2009-08-291-210/+293
| * | | | | | | | | ACPICA: ACPI 4: Update headers for new and changed ACPI tables.Bob Moore2009-08-293-151/+557
| * | | | | | | | | ACPICA: Split large ACPI table headerBob Moore2009-08-293-562/+611
| * | | | | | | | | ACPICA: Fix fault if acpi_terminate is called twiceBob Moore2009-08-292-19/+19
| * | | | | | | | | ACPICA: ACPI 4.0 : Add new return package type, restructure module.Bob Moore2009-08-292-135/+196
| * | | | | | | | | ACPICA: Add repair for predefined methods that return nested packagesBob Moore2009-08-293-2/+84
| * | | | | | | | | ACPICA: Move predefined repair code to new file, no functional changeBob Moore2009-08-294-119/+171
| * | | | | | | | | ACPICA: Update version to 20090625Bob Moore2009-08-271-1/+1
| * | | | | | | | | ACPICA: ACPI 4.0: Changes for existing ACPI tables.Bob Moore2009-08-272-9/+18
| * | | | | | | | | ACPICA: Clarify common suffix for error/warning messagesBob Moore2009-08-271-1/+1
| * | | | | | | | | ACPICA: Fix: Predefined object repair executed only onceBob Moore2009-08-275-170/+277
| * | | | | | | | | ACPICA: Dump table header - suppress output of non-printable charactersBob Moore2009-08-271-7/+75