aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/video.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-11Merge branch 'video' into releaseLen Brown1-13/+22
2008-11-07ACPI video: if no ACPI backlight support, use vendor driversThomas Renninger1-12/+16
2008-11-07ACPI: video: Ignore devices that aren't present in hardwareThomas Renninger1-1/+6
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas1-1/+0
2008-11-06ACPI: remove comments about debug layer/level to useBjorn Helgaas1-6/+0
2008-10-22Merge branch 'ull' into testLen Brown1-21/+21
2008-10-22Merge branch 'misc' into testLen Brown1-3/+3
2008-10-22ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming1-6/+6
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox1-21/+21
2008-10-10ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek1-3/+3
2008-07-24Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-acpi-2.6Linus Torvalds1-2/+12
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman1-3/+2
2008-07-18ACPI: Ignore _BQC object when registering backlight deviceZhao Yakui1-2/+12
2008-07-16ACPI: video: fix brightness allocationJulia Jomantaite1-50/+73
2008-06-14ACPI Exception (video-1721): UNKNOWN_STATUS_CODE, Cant attach deviceZhang Rui1-1/+2
2008-04-30Fix ACPI vs proc_create_data() mismergeAlexey Dobriyan1-9/+11
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-96/+103
2008-04-30Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into releaseLen Brown1-161/+155
2008-04-29acpi: use non-racy method for proc entries creationDenis V. Lunev1-68/+44
2008-04-29ACPI: video - fix permissions on some proc entriesDmitry Torokhov1-2/+2
2008-04-29ACPI: video - properly handle errors when registering proc elementsDmitry Torokhov1-115/+115
2008-04-29ACPI: video - do not store invalid entries in attached_array listDmitry Torokhov1-31/+27
2008-04-29ACPI: elide a non-zero test on a result that is never 0Julia Lawall1-15/+13
2008-04-05Revert "ACPI: Ignore _BQC object when registering backlight device"Linus Torvalds1-1/+1
2008-03-28revert "ACPI: drivers/acpi: elide a non-zero test on a result that is never 0"Ingo Molnar1-13/+15
2008-03-27ACPI: drivers/acpi: elide a non-zero test on a result that is never 0Julia Lawall1-15/+13
2008-03-18Revert "ACPI: video: Ignore devices that aren't present in hardware"Len Brown1-29/+0
2008-03-18Revert "ACPI: video: Ignore ACPI video devices that aren't present in hardware"Len Brown1-30/+1
2008-03-13Merge branches 'release', 'button-sysfs', 'misc', 'mismatch', 'randconfig' and 'toshiba' into releaseLen Brown1-1/+1
2008-03-11ACPI: Ignore _BQC object when registering backlight deviceZhao Yakui1-1/+1
2008-03-11ACPI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-15ACPI video: check for error from thermal_cooling_device_registerThomas Sujith1-0/+3
2008-02-07Merge branches 'release' and 'video' into releaseLen Brown1-69/+66
2008-02-07ACPI: video: Ignore ACPI video devices that aren't present in hardwareMatthew Garrett1-1/+30
2008-02-07ACPI: video: reset brightness on resumeMatthew Garrett1-0/+21
2008-02-07ACPI: video: call ACPI notifier chain for ACPI video notificationsZhang Rui1-0/+2
2008-02-07ACPI: video: delete unused display switch on hotkey event codeZhang Rui1-63/+0
2008-02-07ACPI: video: create "brightness_switch_enabled" modparamZhang Rui1-5/+13
2008-02-07Merge branches 'release' and 'menlo' into releaseLen Brown1-1/+77
2008-02-07Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', 'bugzilla-7186', 'bugzilla-8269', 'bugzilla-8570', 'bugzilla-9139', 'bugzilla-9277', 'bugzilla-9341', 'bugzilla-9444', 'bugzilla-9614', 'bugzilla-9643' and 'bugzilla-9644' into releaseLen Brown1-7/+42
2008-02-02ACPI: video: Ignore devices that aren't present in hardwareMatthew Garrett1-0/+29
2008-02-01ACPI: register ACPI Video LCD as generic thermal cooling deviceZhang Rui1-1/+77
2008-02-01ACPI: video: Rationalise ACPI backlight implementationMatthew Garrett1-7/+13
2007-12-13ACPI: video_device_list corruptionWilliam Lee Irwin III1-2/+2
2007-11-19ACPI: Video: Increase buffer size for writes to brightness proc file.Danny Baumann1-1/+1
2007-11-14ACPI: video - delete stray run-time printkLen Brown1-3/+0
2007-11-14ACPI: video - convert semaphore to a mutexDmitry Torokhov1-10/+11
2007-11-14ACPI: video - remove unsafe uses of list_for_each_safe()Dmitry Torokhov1-37/+34
2007-11-14ACPI: video - add missing input_free_device()Dmitry Torokhov1-35/+34
2007-11-14ACPI: video - fit input device into sysfs treeDmitry Torokhov1-1/+2