12 switch (v.
misc_204.Rev_N_sig_revision_hi) {
26 err(
"unknown FlexCop Revision: %x. Please report this to "
34 "the additional 32 hardware pid filter.\n");
37 "the 6 basic main hardware pid filter.\n");
41 static const char *flexcop_revision_names[] = {
48 static const char *flexcop_device_names[] = {
49 [
FC_UNK] =
"Unknown device",
50 [
FC_CABLE] =
"Cable2PC/CableStar 2 DVB-C",
54 [
FC_AIR_ATSC3] =
"Air2PC/AirStar 2 ATSC 3rd generation (HD5000)",
55 [
FC_SKY_REV23] =
"Sky2PC/SkyStar 2 DVB-S rev 2.3 (old version)",
61 static const char *flexcop_bus_names[] = {
67 const char *
prefix,
const char *suffix)
69 info(
"%s '%s' at the '%s' bus controlled by a '%s' %s",
70 prefix, flexcop_device_names[fc->
dev_type],
72 flexcop_revision_names[fc->
rev], suffix);
80 for (i = 0; i < num; i++) {