Hi,
this patchlet identifies the external
IR box, which fits to certain Hauppauge cards
equipped with a 7-pin DIN SVid connector.
Gerd, please apply if you like.
Regards, Gunther
--- tools/detect.c-bttv-0759 Thu Mar 22 20:25:55 2001
+++ tools/detect.c Thu Mar 22 20:29:12 2001
@@ -20,7 +20,8 @@
char *name;
} known[] = {
{ 0x22, "saa5249 videotext" },
- { 0x30, "IR" },
+ { 0x30, "Hauppauge IR (pic16c54 onboard)" },
+ { 0x34, "Hauppauge IR (pic16c54 external)" },
{ 0x80, "msp34xx/tea6300 sound processor" },
{ 0x82, "TDA8425 audio chip" },
{ 0xa0, "eeprom (bt878, old Hauppauge)" },
gmdiff-bttv0759-irdetect