From: Tilman Schmidt on 5 Jul 2010 20:30 Karsten, David, following are a series of patches to the Gigaset driver I'd like to see included in kernel release 2.6.36. Thanks, Tilman Tilman Schmidt (11): isdn/gigaset: make tty write buffer limit consistent isdn/gigaset: avoid copying AT commands twice isdn/gigaset: ignore irrelevant device responses isdn/gigaset: drop debug check on isochronous write isdn/gigaset: improve CAPI message debugging isdn/gigaset: handle Supplementary Service Listen isdn/gigaset: remove obsolete compile time options isdn/gigaset: reduce syslog spam isdn/gigaset: fix leaks in error path isdn/gigaset: document dial-out number format isdn/gigaset: remove EXPERIMENTAL tag from GIGASET_CAPI option Documentation/isdn/README.gigaset | 117 +++++++++++++++++------------ drivers/isdn/gigaset/Kconfig | 4 - drivers/isdn/gigaset/bas-gigaset.c | 69 ++--------------- drivers/isdn/gigaset/capi.c | 70 ++++++++++++----- drivers/isdn/gigaset/common.c | 2 drivers/isdn/gigaset/ev-layer.c | 148 ++++++++++++------------------------- drivers/isdn/gigaset/gigaset.h | 16 ---- drivers/isdn/gigaset/i4l.c | 4 - drivers/isdn/gigaset/interface.c | 37 +++++++-- drivers/isdn/gigaset/ser-gigaset.c | 27 +----- drivers/isdn/gigaset/usb-gigaset.c | 29 +------ 11 files changed, 226 insertions(+), 297 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: [PATCH 08/11] isdn/gigaset: reduce syslog spam Next: [PATCH 0/2] ISDN patches for 2.6.36 |