22 Feb, 2012

1 commit

  • isdn source code uses a not-current coding style.

    Update the coding style used on a per-line basis
    so that git diff -w shows only elided blank lines
    at EOF.

    Done with emacs and some scripts and some typing.

    Built x86 allyesconfig.
    No detected change in objdump -d or size.

    Signed-off-by: Joe Perches

    Joe Perches
     

31 Mar, 2011

1 commit


22 Aug, 2007

1 commit

  • This fixes handling of USB ISO completion error -EXDEV and includes
    several other changes to current CVS version at isdn4linux.de (changes
    in debug flags, style of code remarks, etc)

    Signed-off-by: Martin Bachem
    Acked-by: Karsten Keil
    Signed-off-by: Linus Torvalds

    Martin Bachem
     

13 Feb, 2007

1 commit


28 Sep, 2006

1 commit

  • The purpose of this patch is to split off the case when a device does
    not reply on the lower level (which is reported by HC hardware), and
    a case when the device accepted the request, but does not reply at
    upper level. This redefinition allows to diagnose issues easier,
    without asking the user if the -110 happened "immediately".

    The usbmon splits such cases already thanks to its timestamp, but
    it's not always available.

    I adjusted all drivers which I found affected (by searching for "urb").
    Out of tree drivers may suffer a little bit, but I do not expect much
    breakage. At worst they may print a few messages.

    Signed-off-by: Pete Zaitcev
    Signed-off-by: Greg Kroah-Hartman

    Pete Zaitcev
     

07 Nov, 2005

1 commit


26 Jun, 2005

1 commit

  • This patch contains the following possible cleanups:
    - make needlessly global code static
    - remove the compiled but unused st5481_hdlc.{c,h}
    - kill enternow.h
    - enternow_pci.c: kill InByte/OutByte/BYTE
    - isdnl2.c: kill FreeSkb
    - remove or #if 0 the following unused functions:
    - config.c: IsdnCardState
    - ipacx.c: ipacx_new_ph
    - ipacx.c: dch_bh
    - ipacx.c: setup_ipacx
    - isdnl2.c: IsRR

    Signed-off-by: Adrian Bunk
    Acked-by: Kai Germaschewski
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Adrian Bunk
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds