Skip to content

Commit

Permalink
powerHAL: UEVENT_MSG_LEN changed to 2048 from 1048 in compliance with…
Browse files Browse the repository at this point in the history
… the

BUFFER_LEN in the kobject_uevent in kernel.

Change-Id: I3013e9ecc1fb6d041c8f9bdbc88219d76dff5bce
Signed-off-by: Ruchi Kandoi <[email protected]>
(cherry picked from commit 920b679e3fd30ba00224bf0cb538ef0248d084ca)
  • Loading branch information
Ruchi Kandoi committed Jul 15, 2014
1 parent fdc3c45 commit 7ffdb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion power/power_hammerhead.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#define MAX_LENGTH 50
#define BOOST_SOCKET "/dev/socket/pb"

#define UEVENT_MSG_LEN 1024
#define UEVENT_MSG_LEN 2048
#define TOTAL_CPUS 4
#define RETRY_TIME_CHANGING_FREQ 20
#define SLEEP_USEC_BETWN_RETRY 200
Expand Down

0 comments on commit 7ffdb43

Please sign in to comment.