[Git] mISDN kernel tree branch socket updated. mISDN_1_1_2-600-g328ff09

[email protected] (git version ctrl) Tue, 2 Oct 2012 13:52:27 +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  328ff09217f8626371e84f4ff22974741c2fc2d7 (commit)
      from  9940bfa6c43314b2206658d77bb0faf6534a0c51 (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 328ff09217f8626371e84f4ff22974741c2fc2d7
Author: Andreas Eversberg <[email protected]>
Date:   Tue Oct 2 13:23:30 2012 +0200

    Directly fill transmit FIFOs when B-channel data arrives from L2
    
    Data chunks from layer 2 might be much smaller than the amout of bytes
    written at each FIFO interrupt. The bchannel instance can only queue up
    to two chunks of data. If the FIFOs would only be filled at each
    interrupt, there might not be enough bytes written into the FIFO to last
    until next interrupt.
    
    Signed-off-by: Martin Bachem <[email protected]>

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

Summary of changes:
 drivers/isdn/hardware/mISDN/xhfc_su.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
mISDN kernel tree