summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/video.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: video_device_list corruptionWilliam Lee Irwin III2007-12-131-2/+2
* ACPI: Video: Increase buffer size for writes to brightness proc file.Danny Baumann2007-11-191-1/+1
* ACPI: video - delete stray run-time printkLen Brown2007-11-141-3/+0
* ACPI: video - convert semaphore to a mutexDmitry Torokhov2007-11-141-10/+11
* ACPI: video - remove unsafe uses of list_for_each_safe()Dmitry Torokhov2007-11-141-37/+34
* ACPI: video - add missing input_free_device()Dmitry Torokhov2007-11-141-35/+34
* ACPI: video - fit input device into sysfs treeDmitry Torokhov2007-11-141-1/+2
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-10-191-8/+22
|\
| * Pull video into release branchLen Brown2007-10-101-8/+22
| |\
| | * ACPI: VIDEO: Adjust current level to closest available one.Alexey Starikovskiy2007-09-051-1/+12
| | * ACPI: video: Don't call absent methodsAlexey Starikovskiy2007-09-051-8/+10
* | | Convert from class_device to device for drivers/videotonyj@suse.de2007-10-121-2/+2
|/ /
* | ACPI: video: remove dmesg spamMaik Broemme2007-09-181-1/+0
* | ACPI: video: _DOS=0 by default to prevent hotkey hangZhang Rui2007-09-181-1/+1
|/
* Pull bugzilla-8798 into release branchLen Brown2007-08-251-0/+8
|\
| * ACPI: work around duplicate name "VID" problem on T61Zhang Rui2007-08-251-0/+8
* | Pull events into release branchLen Brown2007-08-251-10/+10
|\ \
| * | ACPI: Schedule /proc/acpi/event for removalLen Brown2007-08-231-5/+5
| |/
* | ACPI video hotkey: export missing ACPI video hotkey events via input layerLuming Yu2007-08-241-1/+88
* | ACPI video hotkey: remove invalid events handler for video output devicesZhang Rui2007-08-231-4/+0
|/
* ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger2007-07-231-1/+7
* Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2007-07-221-2/+2
|\
| * backlight: Convert from struct class_device to struct deviceRichard Purdie2007-07-161-2/+2
* | ACPI video: Don't export sysfs backlight interface if query _BCL failDanny Kukawka2007-07-031-38/+42
* | ACPI: video: output switch sysfs supportLuming Yu2007-05-091-0/+40
|/
* ACPI: video: Fix spelling and grammar mistakesJulius Volz2007-03-091-19/+19
* backlight: Separate backlight properties from backlight ops pointersRichard Purdie2007-02-201-23/+12
* backlight: Remove unneeded owner fieldRichard Purdie2007-02-201-1/+0
* ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown2007-02-121-2/+1
* ACPI: fix acpi_driver.name usageLen Brown2007-02-121-1/+1
* ACPI: clean up ACPI_MODULE_NAME() useLen Brown2007-02-121-2/+2
* Pull sysfs into test branchLen Brown2007-02-031-36/+1
|\
| * ACPI: Set fake hid for non-PNPID ACPI devicesZhang Rui2006-12-151-36/+1
* | Pull bugzilla-7349 into test branchLen Brown2007-02-021-15/+43
|\ \
| * | ACPI: video: fix LCD monitor seen as CRTRui Zhang2007-01-031-15/+43
* | | Pull video into test branchLen Brown2007-02-021-2/+69
|\ \ \
| * | | ACPI: Adds backlight sysfs support for acpi video driver.Yu Luming2006-12-201-2/+69
* | | | [PATCH] acpi: remove "video device notify" messageJeff Chua2007-01-231-2/+0
| |/ / |/| |
* | | ACPI: replace kmalloc+memset with kzallocBurman Yan2006-12-201-7/+3
* | | Pull platform-drivers into test branchLen Brown2006-12-201-7/+34
|\ \ \ | |/ /
| * | ACPI: Implement acpi_video_get_next_level()Thomas Tuttle2006-12-201-7/+34
| |/
* | ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt2006-10-141-32/+27
|/
* Pull acpi_device_handle_cleanup into release branchLen Brown2006-07-011-40/+34
|\
| * ACPI: video: Remove unneeded acpi_handle from driver.Patrick Mochel2006-06-301-4/+0
| * ACPI: video: Use acpi_device's handle instead of driver'sPatrick Mochel2006-06-301-32/+30
| * ACPI: video: add struct acpi_device to struct acpi_video_bus.Patrick Mochel2006-06-301-4/+4
* | ACPI: delete acpi_os_free(), use kfree() directlyLen Brown2006-06-301-1/+1
|/
* ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel2006-06-271-141/+97
* ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown2006-06-271-4/+4
* ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger2006-06-261-34/+16
OpenPOWER on IntegriCloud