| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPI / scan: Do not bind ACPI drivers to objects with scan handlers | Rafael J. Wysocki | 2013-06-20 | 1 | -3/+0 |
* | ACPI / video: Do not bind to device objects with a scan handler | Rafael J. Wysocki | 2013-06-10 | 1 | -0/+3 |
* | ACPI / video: ignore BIOS initial backlight value for HP Pavilion g6 | Ash Willis | 2013-06-01 | 1 | -0/+8 |
* | ACPI / video: ignore BIOS initial backlight value for HP m4 | Alex Hung | 2013-06-01 | 1 | -0/+8 |
* | ACPI video: ignore BIOS initial backlight value for HP 1000 | Alex Hung | 2013-05-12 | 1 | -0/+8 |
* | ACPI: video: correct acpi_video_bus_add error processing | Aaron Lu | 2013-04-25 | 1 | -77/+66 |
* | acpi: video: enhance the quirk detect logic of _BQC | Aaron Lu | 2013-04-22 | 1 | -10/+57 |
* | ACPI / video: Fix applying indexed initial brightness value. | Danny Baumann | 2013-03-25 | 1 | -23/+37 |
* | ACPI / video: Make logic a little easier to understand. | Danny Baumann | 2013-03-25 | 1 | -6/+7 |
* | ACPI / video: Fix brightness control initialization for some laptops. | Danny Baumann | 2013-03-25 | 1 | -17/+26 |
* | ACPI video: ignore BIOS backlight value for HP dm4 | Gustavo Maciel Dias Vieira | 2013-03-24 | 1 | -0/+8 |
* | Merge branch 'acpi-assorted' | Rafael J. Wysocki | 2013-02-15 | 1 | -2/+2 |
|\ |
|
| * | ACPI video: remove unnecessary newline from error messages | Colin Ian King | 2013-01-26 | 1 | -2/+2 |
* | | ACPI: Remove useless type argument of driver .remove() operation | Rafael J. Wysocki | 2013-01-26 | 1 | -2/+2 |
|/ |
|
* | ACPI / video: ignore BIOS initial backlight value for HP Folio 13-2000 | Zhang Rui | 2012-12-04 | 1 | -0/+14 |
* | ACPI video: Ignore errors after _DOD evaluation. | Igor Murzov | 2012-11-03 | 1 | -4/+7 |
* | ACPI video: allow events handlers to veto the keypress | Luca Tettamanti | 2012-09-20 | 1 | -4/+4 |
*-. | Merge branches 'acpi_pad-bugzilla-42981', 'apei-bugzilla-43282', 'video-bugzi... | Len Brown | 2012-06-30 | 1 | -11/+24 |
|\ \ |
|
| | * | ACPI video: Still use ACPI backlight control if _DOS doesn't exist | Zhang Rui | 2012-06-30 | 1 | -0/+2 |
| |/
|/| |
|
| * | ACPI video: use after input_unregister_device() | Dan Carpenter | 2012-06-01 | 1 | -7/+7 |
| * | acpi_video: Intel video is not always i915 | Alan Cox | 2012-06-01 | 1 | -5/+15 |
| * | acpi_video: fix leaking PCI references | Alan Cox | 2012-06-01 | 1 | -2/+3 |
|/ |
|
* | ACPI video: Don't start video device until its associated input device has be... | Igor Murzov | 2012-03-30 | 1 | -7/+8 |
* | ACPI video: Harden video bus adding. | Igor Murzov | 2012-03-30 | 1 | -15/+26 |
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 1 | -3/+3 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2011-08-02 | 1 | -1/+1 |
|\ |
|
| * | ACPI: constify ops structs | Vasiliy Kulikov | 2011-07-16 | 1 | -1/+1 |
* | | i915: Fix opregion notifications | Matthew Garrett | 2011-07-13 | 1 | -3/+4 |
|/ |
|
* | treewide: fix a few typos in comments | Justin P. Mattock | 2011-05-10 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -2/+2 |
* | acpi: Remove sysfs_create_link from video driver | Matthew Garrett | 2011-03-28 | 1 | -6/+0 |
* | acpi: tie ACPI backlight devices to PCI devices if possible | Matthew Garrett | 2011-03-22 | 1 | -1/+14 |
* | backlight: add backlight type | Matthew Garrett | 2011-03-22 | 1 | -0/+1 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2011-01-13 | 1 | -89/+15 |
|\ |
|
| * | Merge branch 'bugzilla-21212' into release | Len Brown | 2011-01-12 | 1 | -3/+12 |
| |\ |
|
| | * | ACPI video: introduce module parameter video.use_bios_initial_backlight | Zhang Rui | 2010-12-14 | 1 | -3/+12 |
| * | | ACPI video: check cap._DDC flag before getting EDID | Zhang Rui | 2010-12-14 | 1 | -0/+3 |
| * | | ACPI video: remove output switching control | Zhang Rui | 2010-12-14 | 1 | -86/+0 |
| |/ |
|
* | | backlight: constify backlight_ops | Lionel Debroux | 2010-11-16 | 1 | -1/+1 |
|/ |
|
* | ACPI video: remove deprecated procfs I/F | Zhang Rui | 2010-10-15 | 1 | -770/+1 |
* | gcc-4.6: ACPI: fix unused but set variables in ACPI | Andi Kleen | 2010-08-15 | 1 | -5/+5 |
* | ACPI video: make procfs I/F depend on CONFIG_ACPI_PROCFS | Zhang Rui | 2010-08-15 | 1 | -50/+81 |
* | Merge branch 'misc-2.6.35' into release | Len Brown | 2010-05-28 | 1 | -4/+4 |
|\ |
|
| * | drivers/acpi: use kasprintf | Julia Lawall | 2010-05-20 | 1 | -4/+4 |
* | | ACPI: Export EDID blocks to the kernel | Matthew Garrett | 2010-04-19 | 1 | -8/+102 |
|/ |
|
*---. | Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480... | Len Brown | 2010-04-06 | 1 | -21/+47 |
|\ \ \ |
|
| | | * | ACPI: Don't send KEY_UNKNOWN for random video notifications | Matthew Garrett | 2010-04-04 | 1 | -13/+16 |
| |_|/
|/| | |
|
| | * | ACPI / PM: Move ACPI video resume to a PM notifier | Rafael J. Wysocki | 2010-04-06 | 1 | -8/+30 |
| | * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
| |/
|/| |
|
* | | backlight: Allow properties to be passed at registration | Matthew Garrett | 2010-03-16 | 1 | -3/+6 |
|/ |
|