All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kel Modderman <kel@otaku42.de>
To: Zhang Rui <rui.zhang@intel.com>
Cc: "linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>
Subject: Re: backlight regression on ASUS F6S: inverted brightness control
Date: Wed, 31 Dec 2008 02:02:16 +1000	[thread overview]
Message-ID: <200812310202.16459.kel@otaku42.de> (raw)
In-Reply-To: <1230601067.562.235.camel@rzhang-dt>

[-- Attachment #1: Type: text/plain, Size: 570 bytes --]

On Tuesday 30 December 2008 11:37:47 Zhang Rui wrote:
> On Mon, 2008-12-29 at 16:39 +0800, Kel Modderman wrote:
> > On Monday 29 December 2008 11:07:32 Zhang Rui wrote:
> > > hi,
> > > 
> > > This is a duplicate of bug
> > > http://bugzilla.kernel.org/show_bug.cgi?id=12302
> > > please try the patch at
> > > http://bugzilla.kernel.org/show_bug.cgi?id=12037#c5
> > 
> > When patch is applied backlight control returned to normality.
> > 
> please attach the output of "grep . /proc/acpi/video/*/*/*" both before
> and after applying this patch.

Attached.

Thanks, Kel

[-- Attachment #2: before --]
[-- Type: text/plain, Size: 1129 bytes --]

/proc/acpi/video/VGA/CRTD/brightness:<not supported>
/proc/acpi/video/VGA/CRTD/EDID:<not supported>
/proc/acpi/video/VGA/CRTD/info:device_id:    0x0100
/proc/acpi/video/VGA/CRTD/info:type:         UNKNOWN
/proc/acpi/video/VGA/CRTD/info:known by bios: no
/proc/acpi/video/VGA/CRTD/state:state:     0x1d
/proc/acpi/video/VGA/CRTD/state:query:     0x00
/proc/acpi/video/VGA/DVID/brightness:<not supported>
/proc/acpi/video/VGA/DVID/EDID:<not supported>
/proc/acpi/video/VGA/DVID/info:device_id:    0x0120
/proc/acpi/video/VGA/DVID/info:type:         UNKNOWN
/proc/acpi/video/VGA/DVID/info:known by bios: no
/proc/acpi/video/VGA/DVID/state:state:     0x1d
/proc/acpi/video/VGA/DVID/state:query:     0x00
/proc/acpi/video/VGA/LCDD/brightness:levels:  15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
/proc/acpi/video/VGA/LCDD/brightness:current: 0
/proc/acpi/video/VGA/LCDD/EDID:<not supported>
/proc/acpi/video/VGA/LCDD/info:device_id:    0x0110
/proc/acpi/video/VGA/LCDD/info:type:         UNKNOWN
/proc/acpi/video/VGA/LCDD/info:known by bios: no
/proc/acpi/video/VGA/LCDD/state:state:     0x1f
/proc/acpi/video/VGA/LCDD/state:query:     0x01

[-- Attachment #3: after --]
[-- Type: text/plain, Size: 1130 bytes --]

/proc/acpi/video/VGA/CRTD/brightness:<not supported>
/proc/acpi/video/VGA/CRTD/EDID:<not supported>
/proc/acpi/video/VGA/CRTD/info:device_id:    0x0100
/proc/acpi/video/VGA/CRTD/info:type:         UNKNOWN
/proc/acpi/video/VGA/CRTD/info:known by bios: no
/proc/acpi/video/VGA/CRTD/state:state:     0x1d
/proc/acpi/video/VGA/CRTD/state:query:     0x00
/proc/acpi/video/VGA/DVID/brightness:<not supported>
/proc/acpi/video/VGA/DVID/EDID:<not supported>
/proc/acpi/video/VGA/DVID/info:device_id:    0x0120
/proc/acpi/video/VGA/DVID/info:type:         UNKNOWN
/proc/acpi/video/VGA/DVID/info:known by bios: no
/proc/acpi/video/VGA/DVID/state:state:     0x1d
/proc/acpi/video/VGA/DVID/state:query:     0x00
/proc/acpi/video/VGA/LCDD/brightness:levels:  15 14 0 1 2 3 4 5 6 7 8 9 10 11 12 13
/proc/acpi/video/VGA/LCDD/brightness:current: 13
/proc/acpi/video/VGA/LCDD/EDID:<not supported>
/proc/acpi/video/VGA/LCDD/info:device_id:    0x0110
/proc/acpi/video/VGA/LCDD/info:type:         UNKNOWN
/proc/acpi/video/VGA/LCDD/info:known by bios: no
/proc/acpi/video/VGA/LCDD/state:state:     0x1f
/proc/acpi/video/VGA/LCDD/state:query:     0x01

  reply	other threads:[~2008-12-30 16:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-27 20:11 backlight regression on ASUS F6S: inverted brightness control Kel Modderman
2008-12-29  1:07 ` Zhang Rui
2008-12-29  8:39   ` Kel Modderman
2008-12-30  1:37     ` Zhang Rui
2008-12-30 16:02       ` Kel Modderman [this message]
2008-12-31  3:33         ` Zhang Rui
2008-12-31  6:21           ` Zhang Rui
2008-12-31 11:50           ` Matthew Garrett
2009-01-04 20:49           ` Kel Modderman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200812310202.16459.kel@otaku42.de \
    --to=kel@otaku42.de \
    --cc=linux-acpi@vger.kernel.org \
    --cc=rui.zhang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.