From patchwork Sat Apr 14 20:14:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leann Ogasawara X-Patchwork-Id: 152548 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 6CF95B7007 for ; Sun, 15 Apr 2012 06:15:15 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SJ9N5-0004Pq-In; Sat, 14 Apr 2012 20:14:59 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1SJ9N3-0004Pb-Tm for kernel-team@lists.ubuntu.com; Sat, 14 Apr 2012 20:14:57 +0000 Received: from c-67-171-184-21.hsd1.or.comcast.net ([67.171.184.21] helo=adamo) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1SJ9N3-000307-Nv for kernel-team@lists.ubuntu.com; Sat, 14 Apr 2012 20:14:57 +0000 Received: by adamo (Postfix, from userid 1000) id 6116D206D0; Sat, 14 Apr 2012 13:14:50 -0700 (PDT) From: leann.ogasawara@canonical.com To: kernel-team@lists.ubuntu.com Subject: [Precise][SRU][PATCH 3/3] UBUNTU: [Config] Set CONFIG_COMEDI_DEFAULT_BUF_[SIZE_KB, MAXSIZE_KB] Date: Sat, 14 Apr 2012 13:14:50 -0700 Message-Id: <96dddbbb8a9071cd1921575f864a5441fd7662a7.1334415251.git.leann.ogasawara@canonical.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: References: In-Reply-To: References: X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com From: Leann Ogasawara BugLink: http://bugs.launchpad.net/bugs/981234 Result of applying: staging: comedi: Add kernel config for default buffer sizes Set the suggested defaults: CONFIG_COMEDI_DEFAULT_BUF_MAXSIZE_KB=20480 CONFIG_COMEDI_DEFAULT_BUF_SIZE_KB=2048 Signed-off-by: Leann Ogasawara --- debian.master/config/config.common.ubuntu | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index a6e0704..232566b 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -893,6 +893,8 @@ CONFIG_COMEDI_DAS1800=m CONFIG_COMEDI_DAS6402=m CONFIG_COMEDI_DAS800=m # CONFIG_COMEDI_DEBUG is not set +CONFIG_COMEDI_DEFAULT_BUF_MAXSIZE_KB=20480 +CONFIG_COMEDI_DEFAULT_BUF_SIZE_KB=2048 CONFIG_COMEDI_DMM32AT=m CONFIG_COMEDI_DT2801=m CONFIG_COMEDI_DT2811=m