27 Aug, 2011

1 commit


30 Jan, 2011

1 commit


21 Jun, 2010

1 commit

  • Added new CAIF protocol type CAIFPROTO_DEBUG for accessing
    CAIF debug on the ST Ericsson modems.

    There are two debug servers on the modem, one for radio related
    debug (CAIF_RADIO_DEBUG_SERVICE) and the other for
    communication/application related debug (CAIF_COM_DEBUG_SERVICE).

    The debug connection can contain trace debug printouts or
    interactive debug used for debugging and test.

    Debug connections can be of type STREAM or SEQPACKET.

    Signed-off-by: Sjur Braendeland
    Signed-off-by: David S. Miller

    Sjur Braendeland
     

29 Apr, 2010

1 commit

  • Changes:
    This is a complete re-write of the socket layer. Making the socket
    implementation more aligned with the other socket layers and using more
    of the support functions available in sock.c. Lots of code is copied
    from af_unix (and some from af_irda).
    Non-blocking mode should be working as well.

    Signed-off-by: Sjur Braendeland
    Signed-off-by: David S. Miller

    Sjur Braendeland
     

31 Mar, 2010

1 commit