Modify ↓
Ticket #2214 (closed defect: fixed)
Opened 7 years ago
Last modified 7 years ago
vbi device detection
| Reported by: | devel@… | Owned by: | danielk |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | vbi device |
| Cc: | Ticket locked: | no |
Description
vbi device detection code in videosource.cpp scans /dev/v4l and /v4l.
It should scan /dev/v4l and /dev instead.
Attachments
Change History
Changed 7 years ago by devel@…
- Attachment v4l_vbi_device_detect.diff added
comment:1 Changed 7 years ago by devel@…
Note: Attached patch also adds a check to remove symlinked devices. I get:
/dev/vbi (symlinked to default device - /dev/vbi0)
/dev/vbi0
Only the vbiX devices are required.
comment:2 Changed 7 years ago by danielk
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

Patch to scan /dev instead of /v4l