Opened 20 years ago
Closed 20 years ago
#2214 closed defect (fixed)
vbi device detection
| Reported by: | 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 (1)
Change History (3)
by , 20 years ago
| Attachment: | v4l_vbi_device_detect.diff added |
|---|
comment:1 by , 20 years ago
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 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Patch to scan /dev instead of /v4l