summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2014-05-03 05:11:31 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2014-05-03 05:11:31 +0000
commitdca1ac09c973d3dffaa00dc8f2cdb956095a3341 (patch)
tree9767148bd1760741dcf209eeef154d8761ac04ae /sys/dev
parentf34c9ccc5912ccbf65cc570d531182078512c563 (diff)
drm/i915: quirk invert brightness for Acer Aspire 5336
From Jani Nikula 083bda2f1130f185eccdf7c5cbbdb53fa88429b1 in ubuntu 3.8 0f540c3a7cfb91c9d7a19eb0c95c24c5de1197d5 in mainline linux
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/drm/i915/intel_display.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/i915/intel_display.c b/sys/dev/pci/drm/i915/intel_display.c
index 2bc4c21f86c..54b5b2ff83f 100644
--- a/sys/dev/pci/drm/i915/intel_display.c
+++ b/sys/dev/pci/drm/i915/intel_display.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: intel_display.c,v 1.34 2014/04/07 06:43:11 jsg Exp $ */
+/* $OpenBSD: intel_display.c,v 1.35 2014/05/03 05:11:30 jsg Exp $ */
/*
* Copyright © 2006-2007 Intel Corporation
*
@@ -9044,6 +9044,9 @@ static struct intel_quirk intel_quirks[] = {
/* Acer Aspire 4736Z */
{ 0x2a42, 0x1025, 0x0260, quirk_invert_brightness },
+ /* Acer Aspire 5336 */
+ { 0x2a42, 0x1025, 0x048a, quirk_invert_brightness },
+
/* Dell XPS13 HD Sandy Bridge */
{ 0x0116, 0x1028, 0x052e, quirk_no_pcm_pwm_enable },
/* Dell XPS13 HD and XPS13 FHD Ivy Bridge */