summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | fujitsu-laptop: fix config corner caseJonathan Woithe2009-08-281-0/+1
| * | | | | | | | | Merge branch 'bugzilla-13620' into releaseLen Brown2009-09-193-3/+100
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ACPICA: fix leak of acpi_os_validate_addressLin Ming2009-08-273-3/+100
| * | | | | | | | | | Merge branch 'ec' into releaseLen Brown2009-09-191-100/+50
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ACPI: EC: Drop orphan commentAlexey Starikovskiy2009-08-291-4/+0
| | * | | | | | | | | | ACPI: EC: use BURST mode only for MSI notebooksAlexey Starikovskiy2009-08-291-2/+4
| | * | | | | | | | | | ACPI: EC: Merge IRQ and POLL modesAlexey Starikovskiy2009-08-291-94/+46
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'bjorn-start-stop-2.6.32' into releaseLen Brown2009-09-195-231/+153
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ACPI: remove unused acpi_device_ops .stop methodBjorn Helgaas2009-06-252-7/+0
| | * | | | | | | | | | ACPI: EC: remove .stop() methodBjorn Helgaas2009-06-251-14/+1
| | * | | | | | | | | | ACPI: EC: remove .start() methodBjorn Helgaas2009-06-251-18/+1
| | * | | | | | | | | | ACPI: EC: move acpi_ec_start() after acpi_ec_add()Bjorn Helgaas2009-06-251-56/+56
| | * | | | | | | | | | ACPI: memory hotplug: remove .start() methodBjorn Helgaas2009-06-251-26/+14
| | * | | | | | | | | | ACPI: processor: remove .start() methodBjorn Helgaas2009-06-251-37/+7
| | * | | | | | | | | | ACPI: processor: move acpi_processor_start() after acpi_processor_add()Bjorn Helgaas2009-06-251-84/+84
| | * | | | | | | | | | ACPI: processor: clean up in acpi_processor_start() error exitsBjorn Helgaas2009-06-251-7/+22
| | * | | | | | | | | | ACPI: processor: remove KOBJ_ONLINE/KOBJ_OFFLINE eventsBjorn Helgaas2009-06-251-15/+1
| * | | | | | | | | | | Merge branch 'battery' into releaseLen Brown2009-09-191-0/+20
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | ACPI battery: work around negative s16 battery current on AcerHector Martin2009-08-291-0/+20
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'asus' into releaseLen Brown2009-09-199-193/+830
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | eeepc-laptop: allow rfkill hotplug to work on the 900A modelAlan Jenkins2009-08-291-0/+2
| | * | | | | | | | | | | eeepc-laptop: fix rfkill memory leak on unloadAlan Jenkins2009-08-291-3/+13
| | * | | | | | | | | | | asus-laptop: Fix coding style for commentsCorentin Chary2009-08-291-45/+63
| | * | | | | | | | | | | eeepc-laptop: whitespace for checkpatch.plLen Brown2009-08-281-2/+2
| | * | | | | | | | | | | asus-laptop: document sysfs interfaceCorentin Chary2009-08-281-0/+52
| | * | | | | | | | | | | asus-laptop: document the moduleCorentin Chary2009-08-281-0/+258
| | * | | | | | | | | | | asus-laptop: Add "calculator" hotkeyCorentin Chary2009-08-281-0/+1
| | * | | | | | | | | | | asus-laptop: Add suport for another "Media" keyCorentin Chary2009-08-281-0/+1
| | * | | | | | | | | | | 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/+4
| | * | | | | | | | | | | 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/+1
| | * | | | | | | | | | | 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/+59
| | * | | | | | | | | | | 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
OpenPOWER on IntegriCloud