aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/video.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-8/+22
2007-10-12Convert from class_device to device for drivers/videotonyj@suse.de1-2/+2
2007-10-10Pull video into release branchLen Brown1-8/+22
2007-09-18ACPI: video: remove dmesg spamMaik Broemme1-1/+0
2007-09-18ACPI: video: _DOS=0 by default to prevent hotkey hangZhang Rui1-1/+1
2007-09-05ACPI: VIDEO: Adjust current level to closest available one.Alexey Starikovskiy1-1/+12
2007-09-05ACPI: video: Don't call absent methodsAlexey Starikovskiy1-8/+10
2007-08-25Pull bugzilla-8798 into release branchLen Brown1-0/+8
2007-08-25ACPI: work around duplicate name "VID" problem on T61Zhang Rui1-0/+8
2007-08-25Pull events into release branchLen Brown1-10/+10
2007-08-24ACPI video hotkey: export missing ACPI video hotkey events via input layerLuming Yu1-1/+88
2007-08-23ACPI video hotkey: remove invalid events handler for video output devicesZhang Rui1-4/+0
2007-08-23ACPI: Schedule /proc/acpi/event for removalLen Brown1-5/+5
2007-07-23ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI driversThomas Renninger1-1/+7
2007-07-22Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds1-2/+2
2007-07-16backlight: Convert from struct class_device to struct deviceRichard Purdie1-2/+2
2007-07-03ACPI video: Don't export sysfs backlight interface if query _BCL failDanny Kukawka1-38/+42
2007-05-09ACPI: video: output switch sysfs supportLuming Yu1-0/+40
2007-03-09ACPI: video: Fix spelling and grammar mistakesJulius Volz1-19/+19
2007-02-20backlight: Separate backlight properties from backlight ops pointersRichard Purdie1-23/+12
2007-02-20backlight: Remove unneeded owner fieldRichard Purdie1-1/+0
2007-02-12ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown1-2/+1
2007-02-12ACPI: fix acpi_driver.name usageLen Brown1-1/+1
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown1-2/+2
2007-02-03Pull sysfs into test branchLen Brown1-36/+1
2007-02-02Pull bugzilla-7349 into test branchLen Brown1-15/+43
2007-02-02Pull video into test branchLen Brown1-2/+69
2007-01-23[PATCH] acpi: remove "video device notify" messageJeff Chua1-2/+0
2007-01-03ACPI: video: fix LCD monitor seen as CRTRui Zhang1-15/+43
2006-12-20ACPI: Adds backlight sysfs support for acpi video driver.Yu Luming1-2/+69
2006-12-20ACPI: replace kmalloc+memset with kzallocBurman Yan1-7/+3
2006-12-20Pull platform-drivers into test branchLen Brown1-7/+34
2006-12-20ACPI: Implement acpi_video_get_next_level()Thomas Tuttle1-7/+34
2006-12-15ACPI: Set fake hid for non-PNPID ACPI devicesZhang Rui1-36/+1
2006-10-14ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt1-32/+27
2006-07-01Pull acpi_device_handle_cleanup into release branchLen Brown1-40/+34
2006-06-30ACPI: delete acpi_os_free(), use kfree() directlyLen Brown1-1/+1
2006-06-30ACPI: video: Remove unneeded acpi_handle from driver.Patrick Mochel1-4/+0
2006-06-30ACPI: video: Use acpi_device's handle instead of driver'sPatrick Mochel1-32/+30
2006-06-30ACPI: video: add struct acpi_device to struct acpi_video_bus.Patrick Mochel1-4/+4
2006-06-27ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel1-141/+97
2006-06-27ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown1-4/+4
2006-06-26ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger1-34/+16