Comment 12 for bug 147757

Revision history for this message
Brian Murray (brian-murray) wrote :

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.