One of the 'return -EINVAL;' s was changed in the driver to 'return uvc_status_suspend(dev);' subsequently this is now causing my laptop to fail to suspend. I changed 'return uvc_status_supend(dev);' to 'return 0;' and I can suspend again with the driver loaded.
I've attached a patch that does just that. ** Attachment added: "uvcvideo-bug-147757.patch" http://launchpadlibrarian.net/12655688/uvcvideo-bug-147757.patch -- uvcvideo module prevents system from suspending or hibernating https://bugs.launchpad.net/bugs/147757 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
