[oe-commits] : libopie2: disable W100 driver for c7x0 (addresses oebug #4191)

OE GIT Trial gittrial at amethyst.openembedded.net
Tue Oct 7 08:46:57 UTC 2008


Module: org.openembedded.dev.git
Branch: org.openembedded.stable
Commit: c5285a34f392b0958883a53d2d4df2704b2e7770
URL:    http://gitweb.openembedded.net/?p=org.openembedded.dev.git&a=commit;h=c5285a34f392b0958883a53d2d4df2704b2e7770

Author:  <bluelightning at openembedded.org>
Date:   Sun Oct  5 16:53:45 2008 +0000

libopie2: disable W100 driver for c7x0 (addresses oebug #4191)
 * Add a patch to disable the w100 driver for c7x0 which is currently
   disabled in qte. Fixes Opie not starting on c7x0 until the w100
   driver is fixed and reenabled.
Applied to .dev in: b4fa1d211a61db498fb41875679b1cc49e399545

---

 packages/libopie/libopie2/c7x0_w100_disable.patch |   20 ++++++++++++++++++++
 packages/libopie/libopie2_1.2.3.bb                |    5 +++--
 2 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/packages/libopie/libopie2/c7x0_w100_disable.patch b/packages/libopie/libopie2/c7x0_w100_disable.patch
new file mode 100644
index 0000000..959c56c
--- /dev/null
+++ b/packages/libopie/libopie2/c7x0_w100_disable.patch
@@ -0,0 +1,20 @@
+--- libopie2/opiecore/device/odevice_zaurus.cpp	10 Aug 2008 09:07:32 -0000	1.55
++++ libopie2/opiecore/device/odevice_zaurus.cpp	20 Sep 2008 23:56:20 -0000
+@@ -313,14 +313,14 @@
+     }
+ 
+     // set default qte driver
+-    switch( d->m_model )
++/*    switch( d->m_model )
+     {
+         case Model_Zaurus_SLC7x0:
+             d->m_qteDriver = "W100";
+             break;
+-        default:
++        default:*/
+             d->m_qteDriver = "Transformed";
+-    }
++//    }
+ 
+     m_leds[0] = Led_Off;
+ 
diff --git a/packages/libopie/libopie2_1.2.3.bb b/packages/libopie/libopie2_1.2.3.bb
index 66a60aa..50c2971 100644
--- a/packages/libopie/libopie2_1.2.3.bb
+++ b/packages/libopie/libopie2_1.2.3.bb
@@ -1,11 +1,12 @@
 require ${PN}.inc
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/libopie2 \
            file://include.pro \
 	   file://gcc-syntax-fix.patch;patch=1 \
 	   file://h4000_and_default_rot.patch;patch=1 \
-           file://ipaq_rotate_fix.patch;patch=1"
+           file://ipaq_rotate_fix.patch;patch=1 \
+           file://c7x0_w100_disable.patch;patch=1"
 
 SRC_URI_append_poodle = " file://poodle-2.6-hotkeys.patch;patch=1"





More information about the Openembedded-commits mailing list