11 Jan, 2012

1 commit


23 Feb, 2010

1 commit

  • 1. Rewrite the outdated help texts for config options ISDN and ISDN_CAPI.
    2. The MISDN config option appeared between ISDN_I4L and the I4L hardware
    driver options; move it to a less irritating place.
    3. HYSDN is not in fact an I4L driver, and needn't depend on ISDN_I4L, so
    move it from the I4L section to the general section.
    4. ISDN_HDLC is now also used by drivers outside I4L. Move it from the
    I4L section to the general section, too.

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

    Tilman Schmidt
     

29 Sep, 2009

1 commit

  • Commit cb3824bade2549d7ad059d5802da43312540fdee didn't fix this problem.

    Fix build errors in netjet, using isdnhdlc module:

    drivers/built-in.o: In function `mode_tiger':
    netjet.c:(.text+0x1ca0c7): undefined reference to `isdnhdlc_rcv_init'
    netjet.c:(.text+0x1ca0d4): undefined reference to `isdnhdlc_out_init'
    drivers/built-in.o: In function `fill_dma':
    netjet.c:(.text+0x1ca2bd): undefined reference to `isdnhdlc_encode'
    drivers/built-in.o: In function `read_dma':
    netjet.c:(.text+0x1ca614): undefined reference to `isdnhdlc_decode'
    drivers/built-in.o: In function `nj_irq':
    netjet.c:(.text+0x1cb07a): undefined reference to `isdnhdlc_encode'

    drivers/built-in.o: In function `isdnhdlc_decode':
    (.text+0x1c2088): undefined reference to `crc_ccitt_table'
    drivers/built-in.o: In function `isdnhdlc_encode':
    (.text+0x1c2339): undefined reference to `crc_ccitt_table'

    Signed-off-by: Randy Dunlap
    Signed-off-by: David S. Miller

    Randy Dunlap
     

26 Jul, 2009

1 commit


18 May, 2009

1 commit


22 Jul, 2007

1 commit

  • Remove a menu statement and several dependencies from the Kconfig files in
    the drivers/isdn tree as they have become unnecessary by the transformation
    of CONFIG_ISDN from "menu, config" into "menuconfig".
    (Modified version of a patch originally proposed by Jan Engelhardt.)

    Signed-off-by: Tilman Schmidt
    Cc: Jan Engelhardt
    Acked-by: Karsten Keil
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Tilman Schmidt
     

18 Jul, 2007

1 commit

  • Transform Kconfig objects from "menu, config" into "menuconfig" so that the
    user can disable the whole feature without having to enter the menu first.

    Signed-off-by: Jan Engelhardt
    Cc: Karsten Keil
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jan Engelhardt
     

20 Jul, 2006

1 commit

  • Convert selection of serial line header compression to use CONFIG_SLHC
    rather than makefile ifeq uglyness. This makes it easier to select
    the SLHC module from other code.

    Signed-off-by: Ralf Baechle
    Signed-off-by: Jeff Garzik

    Ralf Baechle
     

27 Mar, 2006

1 commit

  • And: Tilman Schmidt

    The following patches add drivers for the Siemens Gigaset 3070 family of ISDN
    DECT PABXes connected via USB, either directly or over a DECT link using a
    Gigaset M105 or compatible DECT data adapter. The devices are integrated as
    ISDN adapters within the isdn4linux framework, supporting incoming and
    outgoing voice and data connections, and also as tty devices providing access
    to device specific AT commands.

    Supported devices include models 3070, 3075, 4170, 4175, SX205, SX255, and
    SX353 from the Siemens Gigaset product family, as well as the technically
    identical models 45isdn and 721X from the Deutsche Telekom Sinus series.
    Supported DECT adapters are the Gigaset M105 data and the technically
    identical Gigaset USB Adapter DECT, Sinus 45 data 2, and Sinus 721 data (but
    not the Gigaset M34 and Sinus 702 data which advertise themselves as CDC-ACM
    devices).

    These drivers have been developed over the last four years within the
    SourceForge project http://sourceforge.net/projects/gigaset307x/. They are
    being used successfully in several installations for dial-in Internet access
    and for voice call switching with Asterisk.

    This is our second attempt at submitting these drivers, taking into account
    the comments we received to our first submission on 2005-12-11.

    The patch set adds three kernel modules:

    - a common module "gigaset" encapsulating the common logic for
    controlling the PABX and the interfaces to userspace and the
    isdn4linux subsystem.

    - a connection-specific module "bas_gigaset" which handles
    communication with the PABX over a direct USB connection.

    - a connection-specific module "usb_gigaset" which does the same
    for a DECT connection using the Gigaset M105 USB DECT adapter.

    We also have a module "ser_gigaset" which supports the Gigaset M101 RS232 DECT
    adapter, but we didn't judge it fit for inclusion in the kernel, as it does
    direct programming of a i8250 serial port. It should probably be rewritten as
    a serial line discipline but so far we lack the neccessary knowledge about
    writing a line discipline for that.

    The drivers have been working with kernel releases 2.2 and 2.4 as well as 2.6,
    and although we took efforts to remove the compatibility code for this
    submission, it probably still shows in places. Please make allowances.

    This patch:

    Prepare the kernel build infrastructure for addition of the Gigaset ISDN
    drivers. It creates a Makefile and Kconfig file for the Gigaset driver and
    hooks them into those of the isdn4linux subsystem. It also adds a MAINTAINERS
    entry for the driver.

    This patch depends on patches 2 to 9 of the present set, as without the actual
    source files, activating the options added here will cause the kernel build to
    fail.

    Signed-off-by: Hansjoerg Lipp
    Signed-off-by: Tilman Schmidt
    Cc: Karsten Keil
    Cc: Greg KH
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Hansjoerg Lipp
     

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