First  |  Prev |  Next  |  Last
Pages: 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730
[PATCH 02/11] isdn/gigaset: avoid copying AT commands twice
Change the Gigaset driver's internal write_cmd interface to accept a cmdbuf structure instead of a string. This avoids copying formatted AT commands a second time. Impact: optimization Signed-off-by: Tilman Schmidt <tilman(a)imap.cc> --- drivers/isdn/gigaset/bas-gigaset.c | 51 +++++------------------- driver... 5 Jul 2010 21:05
[PATCH 09/11] isdn/gigaset: fix leaks in error path
Take care to free all previously allocated ressources in the "out of memory" error path of the ISDN_CMD_DIAL branch. Based on an original patch by Dan Carpenter. Impact: bugfix Reported-by: Dan Carpenter <error27(a)gmail.com> Signed-off-by: Tilman Schmidt <tilman(a)imap.cc> Acked-by: Dan Carpenter <error27(a)gmail.co... 5 Jul 2010 21:05
[PATCH 0/2] ISDN patches for 2.6.36
Karsten, David, following are two patches to the ISDN subsystem I'd like to see included in kernel release 2.6.36. Thanks, Tilman Tilman Schmidt (2): isdn: CAPI controller interface documentation amendment isdn: avoid calling tty_ldisc_flush() in atomic context Documentation/isdn/INTERFACE.... 5 Jul 2010 21:05
[PATCH 00/11] ISDN patches for 2.6.36
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 irrelevan... 5 Jul 2010 21:05
[PATCH 08/11] isdn/gigaset: reduce syslog spam
Downgrade some error messages which occur frequently during normal operation to debug messages. Impact: logging Signed-off-by: Tilman Schmidt <tilman(a)imap.cc> --- drivers/isdn/gigaset/capi.c | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/isdn/gigaset/capi.c b/... 5 Jul 2010 21:05
[PATCH 10/11] isdn/gigaset: document dial-out number format
Add a paragraph to the driver documentation describing how to make internal and external calls. Impact: documentation Signed-off-by: Tilman Schmidt <tilman(a)imap.cc> --- Documentation/isdn/README.gigaset | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/Documentation/is... 5 Jul 2010 21:05
[PATCH 03/11] isdn/gigaset: ignore irrelevant device responses
Downgrade the Gigaset driver's reaction to unknown AT responses from the device from warning to debug level, and remove the handling of some device responses which aren't relevant for the driver's operation. Impact: cleanup Signed-off-by: Tilman Schmidt <tilman(a)imap.cc> --- drivers/isdn/gigaset/ev-layer.c | ... 5 Jul 2010 21:05
[PATCH 07/11] isdn/gigaset: remove obsolete compile time options
Remove compile time options in the Gigaset ISDN driver that aren't going to be changed anymore, and an obsolete FIXME comment. Impact: cleanup Signed-off-by: Tilman Schmidt <tilman(a)imap.cc> --- drivers/isdn/gigaset/common.c | 2 -- drivers/isdn/gigaset/ev-layer.c | 6 ------ drivers/isdn/gigaset/gig... 5 Jul 2010 21:05
[PATCH 05/11] isdn/gigaset: improve CAPI message debugging
Provide better control of debugging output for DATA_B3 CAPI messages which tend to occur very frequently. Impact: logging Signed-off-by: Tilman Schmidt <tilman(a)imap.cc> --- drivers/isdn/gigaset/capi.c | 27 ++++++++++++++++----------- 1 files changed, 16 insertions(+), 11 deletions(-) diff --git a/drivers... 5 Jul 2010 21:05
[PATCH 06/11] isdn/gigaset: handle Supplementary Service Listen
Add minimal handling for the non-optional CAPI FACILITY_REQ Supplementary Service function Listen. Impact: bugfix Signed-off-by: Tilman Schmidt <tilman(a)imap.cc> --- drivers/isdn/gigaset/capi.c | 27 ++++++++++++++++++++++++++- 1 files changed, 26 insertions(+), 1 deletions(-) diff --git a/drivers/isdn/gig... 5 Jul 2010 21:05
First  |  Prev |  Next  |  Last
Pages: 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730