sysprog21 / vcam

Virtual camera device driver for Linux
MIT License
105 stars 45 forks source link

Support recent kernel versions #4

Closed WayneLin1992 closed 3 years ago

WayneLin1992 commented 3 years ago

Problem: Some error infos are from the gcc Cause: The kernel is from 4.15 to 5.8, Some API was changed or missed. Solution: Check the git from kernel, and refer vivid which is device driver in kernel.

jserv commented 3 years ago

Use git rebase -i to squash the commits.

jserv commented 3 years ago

After performing git rebase, do git push --force.

jserv commented 3 years ago

Problem: Some error infos are from the gcc Cause: The kernel is from 4.15 to 5.8, Some API was changed or missed. Solution: Check the git from kernel, and refer vivid which is device driver in kernel.

Improve the above descriptions by editing.

WayneLin1992 commented 3 years ago

I already test on the ubuntu 21.04 which is on linux v5.11. vcam is working.

jserv commented 3 years ago

Thank @WayneLin1992 for contributing!