aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libopie/libopie2/c7x0_w100_disable.patch
blob: 959c56c44368b04bce9c1c093bef218ba6c83092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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;