Age | Commit message (Expand) | Author | Files | Lines |
2007-12-13 | ACPI: video_device_list corruption | William Lee Irwin III | 1 | -2/+2 |
2007-11-19 | ACPI: Video: Increase buffer size for writes to brightness proc file. | Danny Baumann | 1 | -1/+1 |
2007-11-14 | ACPI: video - delete stray run-time printk | Len Brown | 1 | -3/+0 |
2007-11-14 | ACPI: video - convert semaphore to a mutex | Dmitry Torokhov | 1 | -10/+11 |
2007-11-14 | ACPI: video - remove unsafe uses of list_for_each_safe() | Dmitry Torokhov | 1 | -37/+34 |
2007-11-14 | ACPI: video - add missing input_free_device() | Dmitry Torokhov | 1 | -35/+34 |
2007-11-14 | ACPI: video - fit input device into sysfs tree | Dmitry Torokhov | 1 | -1/+2 |
2007-10-19 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -8/+22 |
2007-10-12 | Convert from class_device to device for drivers/video | tonyj@suse.de | 1 | -2/+2 |
2007-10-10 | Pull video into release branch | Len Brown | 1 | -8/+22 |
2007-09-18 | ACPI: video: remove dmesg spam | Maik Broemme | 1 | -1/+0 |
2007-09-18 | ACPI: video: _DOS=0 by default to prevent hotkey hang | Zhang Rui | 1 | -1/+1 |
2007-09-05 | ACPI: VIDEO: Adjust current level to closest available one. | Alexey Starikovskiy | 1 | -1/+12 |
2007-09-05 | ACPI: video: Don't call absent methods | Alexey Starikovskiy | 1 | -8/+10 |
2007-08-25 | Pull bugzilla-8798 into release branch | Len Brown | 1 | -0/+8 |
2007-08-25 | ACPI: work around duplicate name "VID" problem on T61 | Zhang Rui | 1 | -0/+8 |
2007-08-25 | Pull events into release branch | Len Brown | 1 | -10/+10 |
2007-08-24 | ACPI video hotkey: export missing ACPI video hotkey events via input layer | Luming Yu | 1 | -1/+88 |
2007-08-23 | ACPI video hotkey: remove invalid events handler for video output devices | Zhang Rui | 1 | -4/+0 |
2007-08-23 | ACPI: Schedule /proc/acpi/event for removal | Len Brown | 1 | -5/+5 |
2007-07-23 | ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d... | Thomas Renninger | 1 | -1/+7 |
2007-07-22 | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight | Linus Torvalds | 1 | -2/+2 |
2007-07-16 | backlight: Convert from struct class_device to struct device | Richard Purdie | 1 | -2/+2 |
2007-07-03 | ACPI video: Don't export sysfs backlight interface if query _BCL fail | Danny Kukawka | 1 | -38/+42 |
2007-05-09 | ACPI: video: output switch sysfs support | Luming Yu | 1 | -0/+40 |
2007-03-09 | ACPI: video: Fix spelling and grammar mistakes | Julius Volz | 1 | -19/+19 |
2007-02-20 | backlight: Separate backlight properties from backlight ops pointers | Richard Purdie | 1 | -23/+12 |
2007-02-20 | backlight: Remove unneeded owner field | Richard Purdie | 1 | -1/+0 |
2007-02-12 | ACPI: delete extra #defines in /drivers/acpi/ drivers | Len Brown | 1 | -2/+1 |
2007-02-12 | ACPI: fix acpi_driver.name usage | Len Brown | 1 | -1/+1 |
2007-02-12 | ACPI: clean up ACPI_MODULE_NAME() use | Len Brown | 1 | -2/+2 |
2007-02-03 | Pull sysfs into test branch | Len Brown | 1 | -36/+1 |
2007-02-02 | Pull bugzilla-7349 into test branch | Len Brown | 1 | -15/+43 |
2007-02-02 | Pull video into test branch | Len Brown | 1 | -2/+69 |
2007-01-23 | [PATCH] acpi: remove "video device notify" message | Jeff Chua | 1 | -2/+0 |
2007-01-03 | ACPI: video: fix LCD monitor seen as CRT | Rui Zhang | 1 | -15/+43 |
2006-12-20 | ACPI: Adds backlight sysfs support for acpi video driver. | Yu Luming | 1 | -2/+69 |
2006-12-20 | ACPI: replace kmalloc+memset with kzalloc | Burman Yan | 1 | -7/+3 |
2006-12-20 | Pull platform-drivers into test branch | Len Brown | 1 | -7/+34 |
2006-12-20 | ACPI: Implement acpi_video_get_next_level() | Thomas Tuttle | 1 | -7/+34 |
2006-12-15 | ACPI: Set fake hid for non-PNPID ACPI devices | Zhang Rui | 1 | -36/+1 |
2006-10-14 | ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpi | Jan Engelhardt | 1 | -32/+27 |
2006-07-01 | Pull acpi_device_handle_cleanup into release branch | Len Brown | 1 | -40/+34 |
2006-06-30 | ACPI: delete acpi_os_free(), use kfree() directly | Len Brown | 1 | -1/+1 |
2006-06-30 | ACPI: video: Remove unneeded acpi_handle from driver. | Patrick Mochel | 1 | -4/+0 |
2006-06-30 | ACPI: video: Use acpi_device's handle instead of driver's | Patrick Mochel | 1 | -32/+30 |
2006-06-30 | ACPI: video: add struct acpi_device to struct acpi_video_bus. | Patrick Mochel | 1 | -4/+4 |
2006-06-27 | ACPI: delete tracing macros from drivers/acpi/*.c | Patrick Mochel | 1 | -141/+97 |
2006-06-27 | ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...) | Len Brown | 1 | -4/+4 |
2006-06-26 | ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG | Thomas Renninger | 1 | -34/+16 |