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 <spock@gentoo.org> Signed-off-by: Antonino Daplas <adaplas@gmail.com> Cc: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
9953d236e9
commit
3d62a44f74
@@ -43,7 +43,7 @@
|
|||||||
/*
|
/*
|
||||||
* Maximum connector's message size.
|
* Maximum connector's message size.
|
||||||
*/
|
*/
|
||||||
#define CONNECTOR_MAX_MSG_SIZE 1024
|
#define CONNECTOR_MAX_MSG_SIZE 16384
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* idx and val are unique identifiers which
|
* idx and val are unique identifiers which
|
||||||
|
Reference in New Issue
Block a user