summaryrefslogtreecommitdiff
authorpaule <paule>2007-06-13 08:44:48 (UTC)
committer paule <paule>2007-06-13 08:44:48 (UTC)
commit4b3ffb4d533f034513d5bd9cae497aa117b2afaf (patch) (unidiff)
tree42d2d51f93eac1b0d53f626327f472a9a71de7b5
parent85dfcf4f5e7fb28990606b83a02043af19a8c15d (diff)
downloadopie-4b3ffb4d533f034513d5bd9cae497aa117b2afaf.zip
opie-4b3ffb4d533f034513d5bd9cae497aa117b2afaf.tar.gz
opie-4b3ffb4d533f034513d5bd9cae497aa117b2afaf.tar.bz2
Set vendor for HTC ODevice - patch by Marex (see bug #1855)
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/device/odevice_htc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopie2/opiecore/device/odevice_htc.cpp b/libopie2/opiecore/device/odevice_htc.cpp
index 7f82369..4bc8c49 100644
--- a/libopie2/opiecore/device/odevice_htc.cpp
+++ b/libopie2/opiecore/device/odevice_htc.cpp
@@ -131,12 +131,13 @@ void HTC::init(const QString& cpu_info)
131 qDebug( "HTC::init()" ); 131 qDebug( "HTC::init()" );
132 // Set the time to wait until the system is really suspended 132 // Set the time to wait until the system is really suspended
133 // the delta between apm --suspend and sleeping 133 // the delta between apm --suspend and sleeping
134 setAPMTimeOut( 15000 ); 134 setAPMTimeOut( 15000 );
135 135
136 d->m_vendorstr = "Xanadux Team"; 136 d->m_vendorstr = "Xanadux Team";
137 d->m_vendor = Vendor_HTC;
137 d->m_systemstr = "Familiar"; 138 d->m_systemstr = "Familiar";
138 d->m_system = System_Familiar; 139 d->m_system = System_Familiar;
139 140
140 // check the HTC model 141 // check the HTC model
141 QString model; 142 QString model;
142 int loc = cpu_info.find( ":" ); 143 int loc = cpu_info.find( ":" );