Opened 16 years ago
Closed 16 years ago
#8601 closed defect (fixed)
Not possible to select Pace STB in mythtvsetup firewire configuration
| Reported by: | Owned by: | danielk | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - Mythtv-setup | Version: | Unspecified |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
There are many STB models in firewiredevice.cpp / fw_init() that are missing from videosource.cpp / FirewireModel::FirewireModel(), including all of the Pace STBs.
I added my Pace STB to the list in FirewireModel::FirewireModel(), but a better long-term solution would be to probe the device for its model information and use the tables from fw_init().
I have attached the partial patch that I am using.
Attachments (1)
Change History (3)
by , 16 years ago
| Attachment: | patch-videosource.cpp added |
|---|
comment:1 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.

partial patch