Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759097AbXF3Qdm (ORCPT ); Sat, 30 Jun 2007 12:33:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756162AbXF3Qde (ORCPT ); Sat, 30 Jun 2007 12:33:34 -0400 Received: from ipn26-148.piekary.net ([83.238.26.148]:45587 "EHLO ipn26-148.piekary.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755300AbXF3Qde (ORCPT ); Sat, 30 Jun 2007 12:33:34 -0400 Date: Sat, 30 Jun 2007 18:33:32 +0200 From: Michal Januszewski To: linux-fbdev-devel@lists.sourceforge.net Cc: linux-kernel@vger.kernel.org, hpa@zytor.com Subject: [PATCH v2 3/5] uvesafb: change connector's max message size Message-ID: <20070630163332.GD3838@spock.one.pl> Reply-To: spock@gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Disposition: inline X-PGP-Key: http://dev.gentoo.org/~spock/spock.gpg User-Agent: Mutt/1.5.15 (2007-04-06) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 836 Lines: 26 Change the maximum message size to 4k to allow transfers of VBE data blocks from userspace. Signed-off-by: Michal Januszewski --- include/linux/connector.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/connector.h b/include/linux/connector.h index 14cecaf..12e3140 100644 --- a/include/linux/connector.h +++ b/include/linux/connector.h @@ -44,7 +44,7 @@ /* * Maximum connector's message size. */ -#define CONNECTOR_MAX_MSG_SIZE 1024 +#define CONNECTOR_MAX_MSG_SIZE 4096 /* * idx and val are unique identifiers which - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/