Bug 2337595

Summary: No driver for ov01a1s camera sensor
Product: [Fedora] Fedora Reporter: Hans de Goede <hdegoede>
Component: kernelAssignee: Hans de Goede <hdegoede>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 41CC: acaringi, adscvr, airlied, alciregi, bskeggs, hdegoede, hpa, josef, kernel-maint, linville, masami256, mchehab, ptalbert, steved, suraj.ghimire7
Target Milestone: ---Keywords: Desktop, HardwareEnablement
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Hans de Goede 2025-01-14 12:31:58 UTC
The ov01a1s camera sensor is a special variant of the ov01a10 sensor using mixed RGB and IR pixels in a single sensor.

This sensor is used on at least the Dell Latitude 9420 laptop.

An out of tree driver is available here:
https://github.com/intel/ipu6-drivers/blob/master/drivers/media/i2c/ov01a1s.c

Since this is the same sensor as the ov01a10 with just a different color-filter in front of it, support for this should be added to the existing ov01a10 driver rather then introducing a new driver. Comparing the 2 out of tree drivers shows very little difference (as expected).

Reproducible: Always