forked from mirrors/linux
		
	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:
		
							parent
							
								
									9953d236e9
								
							
						
					
					
						commit
						3d62a44f74
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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  | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Michal Januszewski
						Michal Januszewski