[PATCH] isdn4linux: Siemens Gigaset drivers - M105 USB DECT adapter
authorHansjoerg Lipp <hjlipp@web.de>
Sun, 26 Mar 2006 09:38:37 +0000 (01:38 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 16:57:06 +0000 (08:57 -0800)
commit07dc1f9f2f80f67823dc9ab4ebe3b1b3b071b911
tree53751a6ea45cc3545e45b5690e643965c3c597be
parent76bb4685bff8781b5dbcd7080171d1e1f8c82f5b
[PATCH] isdn4linux: Siemens Gigaset drivers - M105 USB DECT adapter

And: Tilman Schmidt <tilman@imap.cc>

This patch adds the connection-specific module "usb_gigaset", the hardware
driver for Gigaset base stations connected via the M105 USB DECT adapter.  It
contains the code for handling probe/disconnect, AT command/response
transmission, and call setup and termination, as well as handling asynchronous
data transfers, PPP framing, byte stuffing, and flow control.

Signed-off-by: Hansjoerg Lipp <hjlipp@web.de>
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Cc: Karsten Keil <kkeil@suse.de>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/isdn/gigaset/asyncdata.c [new file with mode: 0644]
drivers/isdn/gigaset/usb-gigaset.c [new file with mode: 0644]