Files
linux/drivers
David Woodhouse 54b9b308fa Call acpi_video_register() in intel_opregion_init() failure path
If i915 opregion is present, the acpi_video driver doesn't register
itself immediately; it defers that until the i915 opregion code is done.
But if that *fails*, the acpi_video driver was never getting registered.
And thus I have no backlight support on my Lenovo IdeaPad S10-3.

Call acpi_video_register() on the failure path, and it works again.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Acked-by: Matthew Garrett <mjg@redhat.com>
2010-08-13 01:10:10 +01:00
..
2010-08-04 11:16:01 +02:00
2010-08-05 13:26:20 +01:00
2010-06-16 18:08:32 +02:00
2010-06-01 12:04:35 -04:00
2010-06-16 18:05:05 +02:00
2010-07-26 08:05:31 -07:00
2010-07-27 12:40:54 +02:00