[PATCH 0/7] ISDN patches for 2.6.35
Tilman Schmidt <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.devel,gmane.linux.network,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
Karsten, David, following are seven patches to the CAPI subsystem and the Gigaset driver I'd like to see included in kernel release 2.6.35. The first three respond to user reports about an observed hang of the userspace command "capiinit stop". The others are cleanups from the ongoing driver development. Thanks, Tilman Tilman Schmidt (7): Documentation/isdn: CAPI controller interface amendment isdn/capi: make reset_ctr op truly optional isdn/gigaset: remove dummy CAPI method implementations isdn/gigaset: adjust usb_gigaset tty write buffer limit isdn/gigaset: avoid copying AT commands twice isdn/gigaset: ignore irrelevant device responses isdn/gigaset: drop obsolete FIXME comment Documentation/isdn/INTERFACE.CAPI | 8 +- drivers/isdn/capi/kcapi.c | 6 + drivers/isdn/gigaset/bas-gigaset.c | 51 ++----------- drivers/isdn/gigaset/capi.c | 28 ------- drivers/isdn/gigaset/common.c | 2 drivers/isdn/gigaset/ev-layer.c | 142 ++++++++++++------------------------- drivers/isdn/gigaset/gigaset.h | 9 -- drivers/isdn/gigaset/interface.c | 36 +++++++-- drivers/isdn/gigaset/ser-gigaset.c | 27 +------ drivers/isdn/gigaset/usb-gigaset.c | 29 +------ 10 files changed, 117 insertions(+), 221 deletions(-)