The patch titled connector: change connector's max message size has been added to the -mm tree. Its filename is connector-change-connectors-max-message-size.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: connector: change connector's max message size From: Michal Januszewski <spock@xxxxxxxxxx> Change the maximum message size to 16k to allow transfers of VBE data blocks from userspace. Signed-off-by: Michal Januszewski <spock@xxxxxxxxxx> Signed-off-by: Antonino Daplas <adaplas@xxxxxxxxx> Cc: Evgeniy Polyakov <johnpol@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/connector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/connector.h~connector-change-connectors-max-message-size include/linux/connector.h --- a/include/linux/connector.h~connector-change-connectors-max-message-size +++ a/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 _ Patches currently in -mm which might be from spock@xxxxxxxxxx are fbdev-export-fb_destroy_modelist.patch connector-change-connectors-max-message-size.patch uvesafb-add-connector-entries.patch uvesafb-the-driver-core.patch uvesafb-documentation.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html