On Sat, Jun 7, 2008 at 12:59 PM, Maxim Levitsky <maximlevitsky@xxxxxxxxx> wrote: > I also noticed that in -git volume wheel behaves strangely, it sometimes increases volume > when I rotate it in direction of decrease, and vise versa. I have a similar problem, the ACPI keys on my laptop are very laggy (like 1 second), maybe you are seeing the same thing with your volume wheel? changing if (atomic_read(&ec->irq_count) > 5) { to if (atomic_read(&ec->irq_count) > 20) { fixed the problem completely for me. It's all in http://bugzilla.kernel.org/show_bug.cgi?id=9998 Cheers. -- Guillaume -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html