Re: [Intel-gfx] [PATCH] xf86-video-intel: Add support for toshiba backlight interface

2012-03-15 Thread Akio Idehara
Seth Forshee wrote:

 On Wed, Mar 14, 2012 at 11:37:39PM +0900, Akio Idehara wrote:
 xfce4-power-manager cannot control backlight brightness via
 toshiba backlight sysfs interface.
 The reason is that xf86-video-intel doesn't treat it.
 This patch adds support for toshiba backlight sysfs interface.

 This was tested on a Toshiba Portege R500.

 Signed-off-by: Akio Idehara zbe64...@gmail.com
 
 This isn't a good idea. On many (probably most) Toshibas the platform
 backlight interface is read-only. I think this patch will break more
 machines than it fixes.
 
 I have a patch for toshiba_acpi that (among other things) makes it only
 register the backlight device if it can be written. I've just been
 sitting on it though because I haven't been able to get anyone with a
 read/write backlight interface to test it. If you'd be willing to help
 with testing then I can work on getting that patch into the kernel, then
 I wouldn't object to your patch.
 
 Seth
 


Hi Seth.

Thank you for telling me about this.
If I had known it, I'd never send this patch.
And I'd be happy to help with testing.
So please feel free to send me your patch!

Regards,
Akio
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx


[Intel-gfx] [PATCH] xf86-video-intel: Add support for toshiba backlight interface

2012-03-14 Thread Akio Idehara
xfce4-power-manager cannot control backlight brightness via
toshiba backlight sysfs interface.
The reason is that xf86-video-intel doesn't treat it.
This patch adds support for toshiba backlight sysfs interface.

This was tested on a Toshiba Portege R500.

Signed-off-by: Akio Idehara zbe64...@gmail.com
---
 src/intel_display.c   |1 +
 src/sna/sna_display.c |1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/intel_display.c b/src/intel_display.c
index 11d0e2b..8eb8df8 100644
--- a/src/intel_display.c
+++ b/src/intel_display.c
@@ -131,6 +131,7 @@ static const char *backlight_interfaces[] = {
fujitsu-laptop,
sony,
samsung,
+   toshiba,
acpi_video1, /* finally fallback to the generic acpi drivers */
acpi_video0,
intel_backlight,
diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c
index 9401ca4..10c67f7 100644
--- a/src/sna/sna_display.c
+++ b/src/sna/sna_display.c
@@ -109,6 +109,7 @@ static const char *backlight_interfaces[] = {
fujitsu-laptop,
sony,
samsung,
+   toshiba,
acpi_video1, /* finally fallback to the generic acpi drivers */
acpi_video0,
NULL,
-- 
1.7.7.6

___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx