From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934654Ab0CNXBV (ORCPT ); Sun, 14 Mar 2010 19:01:21 -0400 Received: from mail.pxnet.com ([195.227.45.7]:59831 "EHLO mail.pxnet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934304Ab0CNXBG (ORCPT ); Sun, 14 Mar 2010 19:01:06 -0400 Message-Id: From: Tilman Schmidt Subject: [PATCH 0/3] gigaset fixes for 2.6.34-rc1 To: Karsten Keil , David Miller CC: Hansjoerg Lipp , Alan Cox , isdn4linux , i4ldeveloper , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Date: Sun, 14 Mar 2010 23:58:05 +0100 (CET) X-Spam-Score: -1.589 () AWL,BAYES_05,RDNS_NONE Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Karsten, David, following are three bugfix patches to the Gigaset driver which should still go into 2.6.34 if possible, and also into the 2.6.33 stable branch. Thanks, Tilman Tilman Schmidt (3): gigaset: avoid registering CAPI driver more than once gigaset: correct clearing of at_state strings on RING gigaset: prune use of tty_buffer_request_room drivers/isdn/gigaset/capi.c | 44 +++++++++++++++++++++---------------- drivers/isdn/gigaset/common.c | 6 +++- drivers/isdn/gigaset/ev-layer.c | 12 +++------- drivers/isdn/gigaset/gigaset.h | 6 +++- drivers/isdn/gigaset/i4l.c | 28 +++++++++++++++++------- drivers/isdn/gigaset/interface.c | 1 - 6 files changed, 57 insertions(+), 40 deletions(-)