ueventd: UEVENT_MSG_LEN changed to 2048 from 1048 in compliance with the

BUFFER_LEN in the kobject_uevent in kernel.

Change-Id: Ib98626f20a7c26e7718bbe4d5ec4513a1ae5d9b7
This commit is contained in:
Ruchi Kandoi 2014-06-23 11:22:09 -07:00
parent 25af09e16d
commit c603720aed
1 changed files with 1 additions and 1 deletions

View File

@ -915,7 +915,7 @@ static void handle_firmware_event(struct uevent *uevent)
}
}
#define UEVENT_MSG_LEN 1024
#define UEVENT_MSG_LEN 2048
void handle_device_fd()
{
char msg[UEVENT_MSG_LEN+2];