07 Oct, 2009

2 commits


20 Jun, 2009

1 commit


08 Jun, 2009

2 commits


18 May, 2009

2 commits

  • Drop the kernel config option GIGASET_UNDOCREQ, permanently
    activating the code it controlled, as there have been no reports
    of problems caused by its activation but many problems caused by
    it being disabled.
    Also fix a few bad comments while we're at it.

    Impact: cleanup
    Signed-off-by: Tilman Schmidt
    Signed-off-by: David S. Miller

    Tilman Schmidt
     
  • Mention handling of unregisteted DECT wireless datasets in README.gigaset.

    Signed-off-by: Tilman Schmidt
    Signed-off-by: David S. Miller

    Tilman Schmidt
     

30 Apr, 2009

1 commit


27 Apr, 2009

3 commits

  • Move the entry about CAPI 2.0 to the beginning and add a URL.
    Incorporate changes suggested by Randy Dunlap, thanks for proofreading.

    Signed-off-by: Karsten Keil
    Signed-off-by: David S. Miller

    Karsten Keil
     
  • isdn: document Kernel CAPI driver interface

    Create a file Documentation/isdn/INTERFACE.CAPI describing the
    interface between the kernel CAPI subsystem and ISDN device drivers,
    analogous to the existing Documentation/isdn/INTERFACE for the old
    isdn4linux subsystem. Also add kerneldoc comments to the exported
    functions in drivers/isdn/capi/kcapi.c.

    Impact: Documentation
    Signed-off-by: Tilman Schmidt
    Signed-off-by: Karsten Keil
    Signed-off-by: David S. Miller

    Tilman Schmidt
     
  • After the merging of mISDN, state which files refer only to the
    old isdn4linux subsystem. Also add a few missing files.

    Signed-off-by: Tilman Schmidt
    Signed-off-by: Karsten Keil
    Signed-off-by: David S. Miller

    Tilman Schmidt
     

09 Apr, 2009

1 commit


07 Apr, 2009

1 commit


31 Oct, 2008

1 commit


27 Jul, 2008

1 commit

  • mISDN is a new modular ISDN driver, in the long term it should replace
    the old I4L driver architecture for passiv ISDN cards.

    Signed-off-by: Karsten Keil

    Karsten Keil
     

20 Oct, 2007

2 commits

  • Spelling fixes in Documentation/.

    Signed-off-by: Simon Arlott
    Signed-off-by: Adrian Bunk

    Simon Arlott
     
  • * Convert files to UTF-8.

    * Also correct some people's names
    (one example is Eißfeldt, which was found in a source file.
    Given that the author used an ß at all in a source file
    indicates that the real name has in fact a 'ß' and not an 'ss',
    which is commonly used as a substitute for 'ß' when limited to
    7bit.)

    * Correct town names (Goettingen -> Göttingen)

    * Update Eberhard Mönkeberg's address (http://lkml.org/lkml/2007/1/8/313)

    Signed-off-by: Jan Engelhardt
    Signed-off-by: Adrian Bunk

    Jan Engelhardt
     

09 May, 2007

1 commit


13 Feb, 2007

1 commit


04 Oct, 2006

1 commit


22 Jun, 2006

1 commit

  • Using the class device pointer returned by tty_register_device() with
    part 1 of the patch, attach the Gigaset drivers' "cidmode" sysfs entry
    to its tty class device, where it can be found more easily by users
    who do not know nor care which USB port the device is attached to.

    Signed-off-by: Hansjoerg Lipp
    Signed-off-by: Tilman Schmidt
    Signed-off-by: Greg Kroah-Hartman

    Hansjoerg Lipp
     

11 Apr, 2006

1 commit


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