1. 27 Mar, 2013 1 commit
    • Martijn Coenen's avatar
      Latest NFC stack-drop from Broadcom. · 5c65c3a0
      Martijn Coenen authored
      Patches provided by Evan Chu <evanchu@broadcom.com> and
      Paul Chaisson <pchaisson@broadcom.com>.
      
      Most important changes:
      - Support for BCM20793B4 and BCM20793B5 revisions in the HAL.
      - Remove connection handover and SNEP implementations, since
        we already have them in java-land.
      - Fix issue where the NFCC is not woken for HCI writes.
      - Remove a lot of duplicated code in the HAL.
      - Various small fixes.
      
      Change-Id: I00f7457fe7ec23602071532a15bf2be9d7706b37
      5c65c3a0
  2. 11 Mar, 2013 1 commit
  3. 04 Feb, 2013 2 commits
    • Martijn Coenen's avatar
      Don't use AFI in 15693 INVENTORY commands. · bf6bb391
      Martijn Coenen authored
      AFI is optional and not supported by all tags. We
      gain nothing by including it in the inventory command,
      so remove it for both the presence check and other
      calls to inventory.
      
      Change-Id: Ida2feade8510cfd1c06b68310ed86027b4c7e1a0
      bf6bb391
    • Evan Chu's avatar
      Do not require getSystemInfo() for ISO15693 tags. · 85b7e84f
      Evan Chu authored
      ISO15693 tags that do not respond to the
      getSystemInfo() command should still be reported
      to the upper stack, as getSystemInfo is not mandatory.
      
      This also adds some code to deal with specifc ST
      tag configurations, that require the prot ext bit
      to be set when executing some commands.
      
      Change-Id: I64dd9234750ea503ba5b14b2a22a46c106f61f76
      85b7e84f
  4. 13 Dec, 2012 2 commits