Qtopia band support

Mike (mwester) mwester at dls.net
Wed Jun 11 16:35:23 CEST 2008


While perusing the sources for some other reasons, I came across the
chunk of code below.

Since we most certainly have 850MHz support now, should this be
updated?  Does it actually matter (i.e. does anything actually
use it?)

Mike (mwester)

devices/ficgta01/src/plugins/phonevendors/ficgta01/vendor_ficgta01.cpp

// Known bands, by mask.
typedef struct
{
    const char *name;
    int         value;

} BandInfo;
static BandInfo const bandInfo[] = {
    {"GSM 900",             1},
    {"DCS 1800",            2},
    {"PCS 1900",            4},
    {"E-GSM",               8},
/*    {"GSM 850",             16}, */
    {"Tripleband 900/1800/1900", 15},
};
#define numBands    ((int)(sizeof(bandInfo) / sizeof(BandInfo)))



More information about the openmoko-devel mailing list