Skip to content

Commit

Permalink
Merge "powerHAL: UEVENT_MSG_LEN changed to 2048 from 1048 in complian…
Browse files Browse the repository at this point in the history
…ce with the BUFFER_LEN in the kobject_uevent in kernel." into lmp-dev
  • Loading branch information
Ruchi Kandoi authored and Android (Google) Code Review committed Jul 23, 2014
2 parents d26ef8c + 7ffdb43 commit edcde82
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 edcde82

Please sign in to comment.