gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Nokia Premicell


From: Pawel Kot
Subject: Re: Nokia Premicell
Date: Fri, 2 Dec 2011 18:46:39 +0100

Hi,

On Fri, Dec 2, 2011 at 18:31, Tristan Drinkwater <address@hidden> wrote:
>         if (!strncasecmp("0301", foundmodel, 4) || !strncasecmp("Nokia
> Cellular Data Adapter for GSM and PCN/DCS 1800 ", foundmodel, 53))

gnokii truncates the model name. This line should be:
         if (!strncasecmp("0301", foundmodel, 4) ||
!strncasecmp("Nokia Cellular Data Adapter", foundmodel, 27))

take care,
-- 
Pawel Kot



reply via email to

[Prev in Thread] Current Thread [Next in Thread]