aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/video.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-27ACPI: Populate DIDL before registering ACPI video device on IntelMatthew Garrett1-1/+39
2009-03-27ACPI video: support buggy BIOSes with _BCQ implementedZhang Rui1-4/+13
2009-03-27ACPI video: support _BQC/_BCL/_BCM methods that use index valuesZhang Rui1-21/+70
2009-03-27ACPI video: support reversed _BCL method in ACPI video driverZhang Rui1-3/+9
2009-03-27ACPI video: support _BCL packages that don't export brightness levels when machine is on AC/BatteryZhang Rui1-7/+30
2009-03-27ACPI video: check the return value of acpi_video_device_lcd_set_levelZhang Rui1-16/+21
2009-03-27ACPI video: check the return value of acpi_video_device_lcd_get_level_currentZhang Rui1-10/+45
2009-02-20thermal: use integers rather than strings for thermal valuesMatthew Garrett1-9/+13
2009-02-07Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec', 'misc', 'printk' and 'processor' into releaseLen Brown1-5/+11
2009-02-07ACPI: add missing KERN_* constants to printksFrank Seidel1-1/+1
2009-02-02ACPI: proc_dir_entry 'video/VGA' already registeredZhao Yakui1-0/+6
2009-02-02ACPI: Skip the first two elements in the _BCL packageZhao Yakui1-4/+4
2009-01-09Merge branch 'misc' into releaseLen Brown1-0/+5
2008-12-30video: always update the brightness when poking "brightness"Zhang Rui1-0/+5
2008-12-11ACPI: video: Fix reversed brightness behavior on ThinkPad SL seriesZhang Rui1-0/+15
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