Skip to content
  • Mark A. Greer's avatar
    NFC: digital: Handle multiple SENSF_REQ frames · 4b8b6267
    Mark A. Greer authored
    
    
    According to section 5.15.1.3 of the NFC Activity
    Specification, multiple SENSF_REQ commands can be
    received by a target before it receives an ATR_REQ
    command.  To handle this, add a routine that checks
    whether a SENSF_REQ or ATR_REQ has been recieved.
    If its a SENSF_REQ, respond appropriately and
    continue waiting for a ATR_REQ.  If its an ATR_REQ,
    handle it as before.
    
    CC: Thierry Escande <thierry.escande@linux.intel.com>
    Signed-off-by: default avatarMark A. Greer <mgreer@animalcreek.com>
    Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
    4b8b6267