--- vdr-plugin-remote-0.3.2.orig/remote.c +++ vdr-plugin-remote-0.3.2/remote.c @@ -165,6 +165,9 @@ if (strstr(description, "DVB") || strstr(description, "dvb")) return 2; + if (!strncmp(description, "saa7146", 7)) + return 2; + return 0; }