Skip to content

updated udevadm filter for capture devices (BugFix)#2280

Merged
pieqq merged 1 commit intomainfrom
fix-mipi-cam-multiple-devices
Jan 23, 2026
Merged

updated udevadm filter for capture devices (BugFix)#2280
pieqq merged 1 commit intomainfrom
fix-mipi-cam-multiple-devices

Conversation

@fernando79513
Copy link
Copy Markdown
Collaborator

@fernando79513 fernando79513 commented Jan 13, 2026

Description

The video devices were detected wrongly by the udevparser, since it included ipu devices as capture devices
https://certification.canonical.com/hardware/202405-34051/submission/466451/test-results/?term=video
https://certification.canonical.com/hardware/202407-34207/submission/466446/test-results/?term=video

This PR should include these devices in the into the drivers_blocklist so they are not included as CAPTURE devices for testing

Resolved issues

Fixes #2228

Documentation

N/A

Tests

Capture devices before from "udev_resource":

path: /devices/pci0000:00/0000:00:05.0/video4linux/video1
name: video1
bus: video4linux
category: CAPTURE
driver: intel-ipu7
product: ipu7
product_slug: ipu7

path: /devices/pci0000:00/0000:00:05.0/video4linux/video10
name: video10
bus: video4linux
category: CAPTURE
driver: intel-ipu7
product: ipu7
product_slug: ipu7

[...]

path: /devices/virtual/video4linux/video0
name: video0
bus: video4linux
category: CAPTURE
product: Intel MIPI Camera
product_slug: Intel_MIPI_Camera

Capture devices now:

path: /devices/virtual/video4linux/video0
name: video0
bus: video4linux
category: CAPTURE
product: Intel MIPI Camera
product_slug: Intel_MIPI_Camera

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.49%. Comparing base (f8136c5) to head (d1fffb1).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2280   +/-   ##
=======================================
  Coverage   54.49%   54.49%           
=======================================
  Files         409      409           
  Lines       43970    43970           
  Branches     8100     8100           
=======================================
  Hits        23961    23961           
  Misses      19190    19190           
  Partials      819      819           
Flag Coverage Δ
checkbox-support 67.89% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Hook25
Copy link
Copy Markdown
Collaborator

Hook25 commented Jan 15, 2026

Please add a before and after, this looks good to me

Copy link
Copy Markdown
Collaborator

@pieqq pieqq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@pieqq pieqq merged commit fff1b9c into main Jan 23, 2026
46 of 48 checks passed
@pieqq pieqq deleted the fix-mipi-cam-multiple-devices branch January 23, 2026 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Checkbox get unsupported CAPTURE device on Intel MIPI camera

3 participants