hal/hald/linux2 osspec.c,1.42,1.43
Kay Sievers
kay at freedesktop.org
Tue Jan 24 03:26:10 PST 2006
Update of /cvs/hal/hal/hald/linux2
In directory gabe:/tmp/cvs-serv11660/hald/linux2
Modified Files:
osspec.c
Log Message:
2006-01-24 Kay Sievers <kay.sievers at vrfy.org>
* hald/linux2/osspec.c: (hald_udev_data): Increase udev event buffer
size, cause some MODALIAS strings are getting too large and the kernel
uevent buffer size is going to be increased.
Index: osspec.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/osspec.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- osspec.c 23 Jan 2006 12:15:50 -0000 1.42
+++ osspec.c 24 Jan 2006 11:26:08 -0000 1.43
@@ -106,7 +106,7 @@
struct ucred *cred;
char cred_msg[CMSG_SPACE(sizeof(struct ucred))];
- char buf[2048];
+ char buf[4096];
size_t bufpos = 0;
const char *action = NULL;
HotplugEvent *hotplug_event;
More information about the hal-commit
mailing list