From 3d62a44f74bb7c026d1b782ebd5506376e55f2cd Mon Sep 17 00:00:00 2001 From: Michal Januszewski Date: Tue, 16 Oct 2007 01:28:24 -0700 Subject: connector: change connector's max message size Change the maximum message size to 16k to allow transfers of VBE data blocks from userspace. Signed-off-by: Michal Januszewski Signed-off-by: Antonino Daplas Cc: Evgeniy Polyakov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/linux/connector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux/connector.h') diff --git a/include/linux/connector.h b/include/linux/connector.h index b62f823e90cf..e2729f97ca77 100644 --- a/include/linux/connector.h +++ b/include/linux/connector.h @@ -43,7 +43,7 @@ /* * Maximum connector's message size. */ -#define CONNECTOR_MAX_MSG_SIZE 1024 +#define CONNECTOR_MAX_MSG_SIZE 16384 /* * idx and val are unique identifiers which -- cgit