This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| To fix the Lenovo E550 builtin camera recognition error | |
| 1. Get the current kernel source: | |
| apt-get source linux-image-$(uname -r) | |
| 2. Apply the patch (in the root of the kernel source): | |
| patch -p1 < ../ignore_chining_errors.patch |
NewerOlder