Commit 3d62a44f authored by Michal Januszewski's avatar Michal Januszewski Committed by Linus Torvalds

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: default avatarMichal Januszewski <spock@gentoo.org>
Signed-off-by: default avatarAntonino Daplas <adaplas@gmail.com>
Cc: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9953d236
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment