X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Fmedia%2Ftveeprom.h;h=a8ad75a9152a7e609f0be55d8f804f0e9b72c21f;hb=d9109bef4b4f501eee94ae68bf876f765d5c6941;hp=e9fc1a7854970aaccf6eb8252cbd3914c41bdfd9;hpb=f95006f89576cac504323daa53157013bf099fc9;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/media/tveeprom.h b/include/media/tveeprom.h index e9fc1a7..a8ad75a 100644 --- a/include/media/tveeprom.h +++ b/include/media/tveeprom.h @@ -3,7 +3,12 @@ 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;