[Scummvm-cvs-logs] scummvm master -> 38b8e0906949090d517d1ccab3a852e659ab449e

tsoliman tarek at bashasoliman.com
Sat Feb 4 19:13:57 CET 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
38b8e09069 MAEMO: Add detection entry for the Nokia 700 running OS2008HE


Commit: 38b8e0906949090d517d1ccab3a852e659ab449e
    https://github.com/scummvm/scummvm/commit/38b8e0906949090d517d1ccab3a852e659ab449e
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2012-02-04T10:03:22-08:00

Commit Message:
MAEMO: Add detection entry for the Nokia 700 running OS2008HE

This allows the Nokia 770 running OS2008HE to be used.
Fixes bug#3483921 "Volume rocker do no emulate keypress as it used"

Changed paths:
    backends/platform/maemo/maemo-common.h



diff --git a/backends/platform/maemo/maemo-common.h b/backends/platform/maemo/maemo-common.h
index f33aa24..5f8645a 100644
--- a/backends/platform/maemo/maemo-common.h
+++ b/backends/platform/maemo/maemo-common.h
@@ -28,9 +28,10 @@
 namespace Maemo {
 
 enum ModelType {
-	kModelTypeN800 = 1,
-	kModelTypeN810 = 2,
-	kModelTypeN900 = 4,
+	kModelType770 = 1,
+	kModelTypeN800 = 2,
+	kModelTypeN810 = 4,
+	kModelTypeN900 = 8,
 	kModelTypeInvalid = 0
 };
 
@@ -42,6 +43,7 @@ struct Model {
 };
 
 static const Model models[] = {
+	{"SU-18", kModelType770, "770", false},
 	{"RX-34", kModelTypeN800, "N800", false},
 	{"RX-44", kModelTypeN810, "N810", true},
 	{"RX-48", kModelTypeN810, "N810W", true},






More information about the Scummvm-git-logs mailing list