X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Fmedia%2Ftveeprom.h;h=a8ad75a9152a7e609f0be55d8f804f0e9b72c21f;hb=d9109bef4b4f501eee94ae68bf876f765d5c6941;hp=97930081699fca2b4baf3cb547a293c73e70f39a;hpb=3ca0ea980697d3b3c3d5c13ba7e525ed6c434756;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/media/tveeprom.h b/include/media/tveeprom.h index 9793008..a8ad75a 100644 --- a/include/media/tveeprom.h +++ b/include/media/tveeprom.h @@ -3,14 +3,21 @@ struct tveeprom { u32 has_radio; - u32 has_ir; /* 0: no IR, 1: IR present, 2: unknown */ + /* If has_ir == 0, then it is unknown what the IR capabilities are, + otherwise: + bit 0: 1 (= IR capabilities are known) + bit 1: IR receiver present + bit 2: IR transmitter (blaster) present */ + u32 has_ir; u32 has_MAC_address; /* 0: no MAC, 1: MAC present, 2: unknown */ u32 tuner_type; u32 tuner_formats; + u32 tuner_hauppauge_model; u32 tuner2_type; u32 tuner2_formats; + u32 tuner2_hauppauge_model; u32 digitizer; u32 digitizer_formats;