Skip to content

Upstream x86 mipi camera support improvements

This merge-requests adds 3 upstream (all in next branches now) x86 MIPI camera improvements which together will make the cameras work on many new Dell laptop models and on some new HP laptop models:

  1. An int3472 ACPI device-driver series adding support for a special handshake GPIO found on many new laptop models. upstream status: queued in queued in platform-drivers-x86/for-next: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=for-next
  2. Add OV02E10 image sensor driver. upstream status: queued in media-commiters/next: https://gitlab.freedesktop.org/linux-media/media-committers/-/commits/next
  3. Add OV02C10 image sensor driver. upstream status: queued in media-commiters/next: https://gitlab.freedesktop.org/linux-media/media-committers/-/commits/next
  4. Add kernel config bits for new OV02C10 and OV02E10 driver.

This fixes rhbz#2341731, rhbz#2333347 and rhbz#2341736.

The new kernel configs follow how the config for e.g. the already existing ov01a10 driver is handled.

On Fedora the new drivers are build as module for all architectures, because e.g. various aarch64 laptops also use one of these 2 sensors for their cameras.

On RHEL the drivers are disabled by default and only enabled as module in x86 builds, so that the cameras in recent Dell laptop models will work.

Signed-off-by: Hans de Goede hdegoede@redhat.com

Merge request reports

Image for: Merge request reports
Loading