16 May, 2012

1 commit


13 Apr, 2012

2 commits

  • Most NFC HCI chipsets actually use a simplified HDLC link layer to
    carry HCI payloads.
    This implementation registers itself as an HCI device on behalf of the
    NFC driver.

    Signed-off-by: Eric Lapuyade
    Signed-off-by: Samuel Ortiz
    Signed-off-by: John W. Linville

    Eric Lapuyade
     
  • This is an implementation of ETSI TS 102 622 specification.
    Many NFC chipsets use HCI as the host target protocol on top of a
    serial link like i2c.

    Signed-off-by: Eric Lapuyade
    Signed-off-by: Samuel Ortiz
    Signed-off-by: John W. Linville

    Eric Lapuyade