diff options
| -rw-r--r-- | backends/platform/maemo/maemo-common.h | 8 | 
1 files changed, 5 insertions, 3 deletions
diff --git a/backends/platform/maemo/maemo-common.h b/backends/platform/maemo/maemo-common.h index f33aa24278..5f8645a6b7 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},  | 
