1. 09 6月, 2015 2 次提交
  2. 06 4月, 2015 3 次提交
  3. 26 3月, 2015 1 次提交
  4. 04 2月, 2015 4 次提交
  5. 03 2月, 2015 8 次提交
  6. 28 1月, 2015 4 次提交
  7. 03 12月, 2014 1 次提交
  8. 02 12月, 2014 5 次提交
  9. 28 11月, 2014 9 次提交
  10. 24 9月, 2014 1 次提交
    • C
      NFC: nci: Add support for proprietary RF Protocols · 9e87f9a9
      Christophe Ricard 提交于
      In NFC Forum NCI specification, some RF Protocol values are
      reserved for proprietary use (from 0x80 to 0xfe).
      Some CLF vendor may need to use one value within this range
      for specific technology.
      Furthermore, some CLF may not becompliant with NFC Froum NCI
      specification 2.0 and therefore will not support RF Protocol
      value 0x06 for PROTOCOL_T5T as mention in a draft specification
      and in a recent push.
      
      Adding get_rf_protocol handle to the nci_ops structure will
      help to set the correct technology to target.
      Signed-off-by: NChristophe Ricard <christophe-h.ricard@st.com>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      9e87f9a9
  11. 01 9月, 2014 1 次提交
  12. 23 7月, 2014 1 次提交
    • M
      NFC: digital: Add 'tg_listen_md' and 'tg_get_rf_tech' driver hooks · bf30a67c
      Mark A. Greer 提交于
      The digital layer of the NFC subsystem currently
      supports a 'tg_listen_mdaa' driver hook that supports
      devices that can do mode detection and automatic
      anticollision.  However, there are some devices that
      can do mode detection but not automatic anitcollision
      so add the 'tg_listen_md' hook to support those devices.
      
      In order for the digital layer to get the RF technology
      detected by the device from the driver, add the
      'tg_get_rf_tech' hook.  It is only valid to call this
      hook immediately after a successful call to 'tg_listen_md'.
      
      CC: Thierry Escande <thierry.escande@linux.intel.com>
      Signed-off-by: NMark A. Greer <mgreer@animalcreek.com>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      bf30a67c