Bug 19536 - Add sony backlight control to intel driver.
Summary: Add sony backlight control to intel driver.
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/intel (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: medium enhancement
Assignee: Wang Zhenyu
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-13 09:53 UTC by Kshitij Kulshreshtha
Modified: 2009-01-19 19:44 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Patch to add the control (792 bytes, patch)
2009-01-13 09:53 UTC, Kshitij Kulshreshtha
no flags Details | Splinter Review

Description Kshitij Kulshreshtha 2009-01-13 09:53:16 UTC
Created attachment 21942 [details] [review]
Patch to add the control

Currently the xbacklight utility fails to control the backlight on Sony VAIO Notebooks with Intel graphics.

The sony_laptop linux kernel module (since v2.6.23) supports backlight control
via the sysfs interface:
/sys/class/backlight/sony

The attached patch will enable xf86-video-intel to use this backlight control method for Sony VAIO Laptops with Intel integrated video.
Comment 1 Wang Zhenyu 2009-01-19 19:44:17 UTC
Pushed. thanks.

commit ada44c1c0edcd3ea9e41ed6b6fdb2bf0e87c9c67
Author: Kshitij Kulshreshtha <kkhere.geo@gmail.com>
Date:   Tue Jan 20 11:35:36 2009 +0800

    Support sysfs backlight control for Sony laptops in xf86-video-intel
    
    The sony_laptop kernel module (since v2.6.23) supports backlight control
    via the sysfs interface:
    /sys/class/backlight/sony
    
    This patch will enable xf86-video-intel to use this backlight control method
    for Sony VAIO Laptops with Intel integrated video.



Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.