~ubuntu-branches/ubuntu/precise/kde-workspace/precise-security

« back to all changes in this revision

Viewing changes to powerdevil/daemon/backends/upower/backlighthelper.cpp

Tags: upstream-4.7.2
Import upstream version 4.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
{
35
35
    // find the first existing device with backlight support
36
36
    QStringList interfaces;
37
 
    interfaces << "asus_laptop" << "toshiba"
38
 
               << "eeepc" << "thinkpad_screen" << "acpi_video0"
39
 
               << "mbp_backlight" << "acpi_video1" << "apple_backlight"
40
 
               << "fujitsu-laptop" << "samsung"
41
 
               << "nv_backlight"  << "nvidia_backlight" << "dell_backlight" << "sony";
 
37
    interfaces << "nv_backlight" << "intel_backlight" << "radeon_bl" << "mbp_backlight"
 
38
               << "asus_laptop" << "toshiba" << "eeepc" << "thinkpad_screen" << "acpi_video1"
 
39
               << "acpi_video0" << "apple_backlight" << "fujitsu-laptop" << "samsung"
 
40
               << "nvidia_backlight" << "dell_backlight" << "sony"
 
41
               ;
42
42
 
43
43
    QDir dir;
44
44
    foreach (const QString & interface, interfaces) {