Booting Linux on a Packard Bell EasyNote LV casues the display to turn
off. The fix is to invert the brightness handling in the driver.
<URL: http://www.linlap.com/packard_bell_easynote_lv > got more
information about the laptop.
Bugzilla: http://bugs.debian.org/710938
Signed-off-by: Petter Reinholdtsen <pere@hungry.com>
Cc: stable@vger.kernel.org
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
/* Acer Aspire 4736Z */
{ 0x2a42, 0x1025, 0x0260, quirk_invert_brightness },
+
+ /* Packard Bell EasyNote LV11HC */
+ { 0x0156, 0x1025, 0x0688, quirk_invert_brightness },
};
static void intel_init_quirks(struct drm_device *dev)