Age | Commit message (Expand) | Author | Files | Lines |
2015-06-19 | ACPI / video: Make acpi_video_unregister_backlight() private | Hans de Goede | 1 | -0/+2 |
2015-06-19 | acpi-video-detect: Remove old API | Hans de Goede | 1 | -31/+0 |
2015-06-19 | ACPI / video: Move backlight notifier to video_detect.c | Hans de Goede | 1 | -0/+27 |
2015-06-19 | ACPI / video: Port to new backlight interface selection API | Hans de Goede | 1 | -0/+130 |
2015-06-19 | acpi-video-detect: Unregister acpi_video backlight when dmi quirks are added | Hans de Goede | 1 | -0/+3 |
2015-06-19 | acpi-video-detect: Rewrite backlight interface selection logic | Hans de Goede | 1 | -88/+83 |
2015-06-19 | acpi-video-detect: video: Make video_detect code part of the video module | Hans de Goede | 1 | -23/+12 |
2015-06-19 | acpi-video-detect: Move acpi_osi_is_win8 to osl.c | Hans de Goede | 1 | -6/+0 |
2015-06-19 | acpi-video-detect: Move acpi_is_video_device() to acpi/scan.c | Hans de Goede | 1 | -60/+0 |
2015-06-19 | acpi-video-detect: Make acpi_video_get_capabilities a private function | Hans de Goede | 1 | -2/+1 |
2015-06-19 | acpi-video-detect: Remove the unused acpi_video_dmi_demote_vendor() function | Hans de Goede | 1 | -9/+0 |
2015-06-15 | ACPI / video: constify ACPI and DMI id tables | Mathias Krause | 1 | -2/+2 |
2015-03-23 | ACPI / video: Add force native backlight quirk for Lenovo Ideapad Z570 | Hans de Goede | 1 | -8/+0 |
2014-09-25 | ACPI / video: force vendor backlight on Lenovo Ideapad Z570 | Stepan Bujnak | 1 | -0/+8 |
2014-07-08 | ACPI / video: Add Dell Inspiron 5737 to the blacklist | Edward Lin | 1 | -0/+8 |
2014-03-19 | ACPI: Remove duplicate definitions of PREFIX | Hanjun Guo | 1 | -2/+0 |
2014-02-20 | ACPI / video: Add systems that should favour native backlight interface | Aaron Lu | 1 | -16/+0 |
2014-02-05 | ACPI / video: Add HP EliteBook Revolve 810 to the blacklist | Mika Westerberg | 1 | -0/+8 |
2013-12-20 | ACPI / video: Fix typo in video_detect.c | Masanari Iida | 1 | -1/+1 |
2013-10-16 | ACPI / video: Add Lenovo IdeaPad Yoga 13 to acpi video detect blacklist | Lennart Poettering | 1 | -0/+8 |
2013-10-16 | ACPI / video: Do not register backlight if win8 and native interface exists | Aaron Lu | 1 | -2/+2 |
2013-08-27 | Merge branch 'acpi-cleanup' | Rafael J. Wysocki | 1 | -11/+8 |
2013-07-26 | Revert "ACPI / video / i915: No ACPI backlight if firmware expects Windows 8" | Rafael J. Wysocki | 1 | -14/+1 |
2013-07-18 | ACPI / video / i915: No ACPI backlight if firmware expects Windows 8 | Rafael J. Wysocki | 1 | -0/+21 |
2013-07-15 | ACPI: introduce helper function acpi_has_method() | Jiang Liu | 1 | -11/+8 |
2013-05-23 | ACPI / video: Add "Asus UL30A" to ACPI video detect blacklist | Bastian Triller | 1 | -0/+8 |
2013-03-25 | ACPI: Remove acpi_device dependency in acpi_device_set_id() | Toshi Kani | 1 | -14/+11 |
2012-11-30 | ACPI / video: Add "Asus UL30VT" to ACPI video detect blacklist | Lan Tianyu | 1 | -0/+8 |
2012-07-28 | acpi/video_detect: blacklist samsung x360 | Corentin Chary | 1 | -0/+29 |
2012-07-28 | acpi: add a way to promote/demote vendor backlight drivers | Corentin Chary | 1 | -2/+29 |
2012-03-20 | platform/x86: drop deprecated asus_acpi driver | Corentin Chary | 1 | -1/+1 |
2011-11-01 | acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOL | Paul Gortmaker | 1 | -0/+1 |
2011-02-12 | ACPI / Video: Probe for output switch method when searching video devices. | Michael Karcher | 1 | -0/+5 |
2010-12-14 | ACPI video: remove output switching control | Zhang Rui | 1 | -53/+4 |
2010-09-29 | ACPI video: fix a poor warning message | Zhang Rui | 1 | -2/+2 |
2010-05-20 | ACPI: video: fix acpi_backlight=video | Kamal Mostafa | 1 | -1/+1 |
2009-12-10 | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l... | Linus Torvalds | 1 | -3/+3 |
2009-12-04 | tree-wide: fix some typos and punctuation in comments | Thadeu Lima de Souza Cascardo | 1 | -5/+5 |
2009-11-25 | ACPICA: Add post-order callback to acpi_walk_namespace | Lin Ming | 1 | -3/+3 |
2009-10-13 | ACPI: video: Loosen strictness of video bus detection code | Stefan Bader | 1 | -1/+1 |
2009-08-29 | ACPI: Move definition of PREFIX from acpi_bus.h to internal..h | Len Brown | 1 | -0/+2 |
2009-06-18 | ACPI: video: convert to acpi_get_pci_dev | Alexander Chiang | 1 | -4/+5 |
2009-03-28 | ACPI video: add a warning message if _BQC is not found | Zhang Rui | 1 | -0/+3 |
2008-12-31 | ACPI: ec.c, pci_link.c, video_detec.c: static | Roel Kluin | 1 | -2/+2 |
2008-11-12 | Merge branch 'video' into release | Len Brown | 1 | -0/+267 |
2008-11-08 | ACPI video: if no ACPI backlight support, use vendor drivers | Thomas Renninger | 1 | -0/+268 |