> > Earlier on the log states that device 3-4 is a "USB2.0 Camera"; > presumably you know what it really is. Evidently that device is > telling the computer it wants to wake up again as soon as the computer > puts it to sleep. > > If you know that this is bogus, you can prevent the camera from sending > wakeup requests as follows: > > echo disabled >/sys/bus/usb/devices/3-4/power/wakeup > > Alan Stern Thank you, it works! So, I quess that it isn't a kernel bug... Sorry for my unfamiliarity. I added simple udev rule SYSFS{idVendor}=="0402", SYSFS{idProduct}=="5602", ATTR{power/wakeup}="disabled" now is device setup correctly in boot time... Lukas -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html