Commit 5559ecad authored by Jani Nikula's avatar Jani Nikula Committed by Daniel Vetter
Browse files

drm/i915: add quirk to invert brightness on Packard Bell NCL20

parent 01e3a8fe
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -8605,6 +8605,9 @@ static struct intel_quirk intel_quirks[] = {

	/* Acer/eMachines e725 */
	{ 0x2a42, 0x1025, 0x0212, quirk_invert_brightness },

	/* Acer/Packard Bell NCL20 */
	{ 0x2a42, 0x1025, 0x034b, quirk_invert_brightness },
};

static void intel_init_quirks(struct drm_device *dev)