Skip to content

Commit

Permalink
connector: change connector's max message size
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michal Januszewski authored and Linus Torvalds committed Oct 16, 2007
1 parent 9953d23 commit 3d62a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/connector.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d62a44

Please sign in to comment.