linux-surface / kernel

Linux kernel with modifications for Microsoft Surface devices.
Other
122 stars 34 forks source link

Fix missing cameras in v5.17-surface* #122

Closed djrscally closed 2 years ago

djrscally commented 2 years ago

This commit adds the missing VCM driver that's preventing the ipu3-cio2 driver from calling .complete() and building the media graph.

I should have moved the functionality from .complete() to .bound() so this would work regardless, but I'm tired and this was easier, so that annoying issue lives another day!