[Git] mISDN kernel tree branch socket updated. mISDN_1_1_2-538-g20fbaae

[email protected] (git version ctrl) Wed, 2 May 2012 15:40:58 +0200 (CEST)
Newsgroups gmane.linux.isdn.i4l.devel
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "mISDN kernel tree".

The branch, socket has been updated
       via  20fbaae9afcb428b15b971c01fed529df121d439 (commit)
      from  0dba5ebccf66d497d4c19ab1e8d73b20b2ec42ec (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 20fbaae9afcb428b15b971c01fed529df121d439
Author: Karsten Keil <[email protected]>
Date:   Wed May 2 15:27:48 2012 +0200

    Fix oneway audio with LCR
    
    If a minimum transparent data length was not set, the default was -1 in some cases.
    -1 was chosen to indicate if a application did not modify this parameter at all,
    but this info is not realy useful and it caused trouble in the compare
    with the unsigned len field of the skbuff.
    
    Signed-off-by: Karsten Keil <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 drivers/isdn/hardware/mISDN/avmfritz.c  |    6 +++---
 drivers/isdn/hardware/mISDN/hfcmulti.c  |   10 +++++-----
 drivers/isdn/hardware/mISDN/hfcpci.c    |    2 +-
 drivers/isdn/hardware/mISDN/hfcsusb.c   |    6 +++---
 drivers/isdn/hardware/mISDN/hwskel.c    |    2 +-
 drivers/isdn/hardware/mISDN/l1loop.c    |    2 +-
 drivers/isdn/hardware/mISDN/mISDNipac.c |    6 +++---
 drivers/isdn/hardware/mISDN/mISDNisar.c |    2 +-
 drivers/isdn/hardware/mISDN/netjet.c    |    2 +-
 drivers/isdn/hardware/mISDN/w6692.c     |    2 +-
 drivers/isdn/hardware/mISDN/xhfc_su.c   |    2 +-
 drivers/isdn/mISDN/hwchannel.c          |    2 +-
 include/linux/mISDNhw.h                 |    4 ++--
 include/linux/mISDNif.h                 |    8 ++++----
 14 files changed, 28 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
mISDN kernel tree