lkml.org 
[lkml]   [2012]   [May]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 09/14 v3] Input: atmel_mxt_ts - refactor get info
    Hi Daniel-

    Daniel Kurtz wrote:
    > - dev_info(&client->dev,
    > - "Family ID: %d Variant ID: %d Version: %d Build: %d\n",
    > - info->family_id, info->variant_id, info->version,
    > - info->build);
    > + dev_info(dev, "Family ID: %d Variant ID: %d Major.Minor.Build: %d.%d.%d\n",
    > + info->family_id, info->variant_id, info->version >> 4,
    > + info->version & 0xf, info->build);

    The canonical format for the Atmel firmware versions has the build number
    in hex, eg. 2.0.AA

    So it should be %d.%d.%02X

    cheers

    Nick


    \
     
     \ /
      Last update: 2012-05-05 20:01    [W:4.898 / U:0.248 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site