|
@@ -11667,6 +11667,9 @@ static struct intel_quirk intel_quirks[] = {
|
|
|
|
|
|
/* Acer Aspire 5336 */
|
|
|
{ 0x2a42, 0x1025, 0x048a, quirk_invert_brightness },
|
|
|
+
|
|
|
+ /* Acer C720 and C720P Chromebooks (Celeron 2955U) have backlights */
|
|
|
+ { 0x0a06, 0x1025, 0x0a11, quirk_backlight_present },
|
|
|
};
|
|
|
|
|
|
static void intel_init_quirks(struct drm_device *dev)
|