[PATCH] Change tosa 2.6 Backlight device
"Dirk Opfer" <[email protected]>
| Newsgroups | gmane.comp.handhelds.opie.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, the attached patch changes the Tosa 2.6 Kernel Backlight Device. I re-used the corgi-bl driver in my latest kernel tree. So /sys/class/backlight/corgi-bl/ can be used to control the backlight intensity. Please apply. Best regards, Dirk Opfer Hi, the attached patch changes the Tosa 2.6 Kernel Backlight Device. I re-used the corgi-bl driver in my latest kernel tree. So /sys/class/backlight/corgi-bl/ can be used to control the backlight intensity. Please apply. Best regards, Dirk Opfer _______________________________________________ http://opie.handhelds.org/cgi-bin/moin.cgi/DeveloperWikiIndex Opie-devel mailing list [email protected] https://handhelds.org/mailman/listinfo/opie-devel
tosa-bl-2.6.patch
(application/octet-stream, 661 B)
Index: opie/libopie2/opiecore/device/odevice_zaurus.cpp
===================================================================
--- opie.orig/libopie2/opiecore/device/odevice_zaurus.cpp 2005-09-04 09:48:22.000000000 +0200
+++ opie/libopie2/opiecore/device/odevice_zaurus.cpp 2006-02-06 13:14:28.267544280 +0100
@@ -242,9 +242,6 @@
case Model_Zaurus_SL5500:
m_backlightdev = "/sys/class/backlight/locomo-backlight/";
break;
- case Model_Zaurus_SL6000:
- m_backlightdev = "/sys/class/backlight/tosa-bl/";
- break;
default:
m_backlightdev = "/sys/class/backlight/corgi-bl/";
}