backports: try to backport acpi_video_register_with_quirks()
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 7 Aug 2013 22:53:21 +0000 (00:53 +0200)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Tue, 13 Aug 2013 01:12:03 +0000 (18:12 -0700)
commitc1b02eef61e2ca54695510bafe592471ffce9221
tree8599088ba97055471ef4dc806564b8ec94c85fea
parentc9571a6888896213c7c9e6fa3ed3d6d9d132f889
backports: try to backport acpi_video_register_with_quirks()

Original the i915 driver called acpi_video_register(), but that was
replaced with acpi_video_register_with_quirks(), which we can not
backport easily, replace it with the old call to
acpi_video_register() again.

Thos backports the following commit:
commit 8c5bd7adb2ce47e6aa39d17b2375f69b0c0aa255
Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Date:   Thu Jul 18 02:08:06 2013 +0200

    ACPI / video / i915: No ACPI backlight if firmware expects Windows 8

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
backport/backport-include/acpi/video.h [new file with mode: 0644]