Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c603720a authored by Ruchi Kandoi's avatar Ruchi Kandoi
Browse files

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

BUFFER_LEN in the kobject_uevent in kernel.

Change-Id: Ib98626f20a7c26e7718bbe4d5ec4513a1ae5d9b7
parent 25af09e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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];