Hi all, new kernel (>2.6.33-rc1) failed suspend to ram with my build in camera (0402:5602). For more information see bug http://bugzilla.kernel.org/show_bug.cgi?id=15189 Solution is simple udev rule, that disable wakeup from this ugly hardware: ## m5602 camera defends to successful suspend ATTR{idVendor}=="0402", ATTR{idProduct}=="5602", ATTR{power/wakeup}="disabled" I proposes add this rule to default udev rules. Some other people may have the same problem. btw sorry for my english Lukas karas -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html