* 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.
--- /dev/null
+--- 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;
+
require ${PN}.inc
-PR = "r5"
+PR = "r6"
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://spitz_rotate_fix.patch;patch=1"
+ file://spitz_rotate_fix.patch;patch=1 \
+ file://c7x0_w100_disable.patch;patch=1"
SRC_URI_append_poodle = " file://poodle-2.6-hotkeys.patch;patch=1"