Hi, sorry for lagging a bit, i was on vacation :-)
On Tue, Aug 07, 2007 at 06:21:29PM +0200, Dawid Wróbel wrote: > On Tue, 31 Jul 2007 17:55:13 +0200 Stefan Seyfried <[EMAIL PROTECTED]> > wrote: > > > #!/bin/sh > > for i /sys/bus/serio/devices/serio*/drvctl; do > > echo -n reconnect > $i > > done > Doesn't help here (I obviously put the missing 'in' into the 'for' > loop). Oops, yes. I should cut'n'paste instead of typing by hand :-) > > echo -n "i8042" > /sys/bus/platform/drivers/i8042/unbind > > echo -n "i8042" > /sys/bus/platform/drivers/i8042/bind > Well, it partially helps - mice are back but keyboard now seems to be > locked in another way, like if I constantly kept pressing a random key. > > > If this helps, report it to the linux-kernel list, and put the > > workaround in the wrapper that triggers suspend (probably pm-utils > > nowadays) > If you have no other ideas, I guess I will have to post a complain over > there ;-) Yes, this needs to be fixed in the kernel, everything else is just a band-aid, papering over the real bug. -- Stefan Seyfried QA / R&D Team Mobile Devices | "Any ideas, John?" SUSE LINUX Products GmbH, Nürnberg | "Well, surrounding them's out." This footer brought to you by insane German lawmakers: SUSE Linux Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) _______________________________________________ powersave-users mailing list [email protected] http://forge.novell.com/mailman/listinfo/powersave-users
