00001 /** @file 00002 * 00003 * Special RC5 codes for the Hauppauge WinTV remote control. 00004 * 00005 * @author Denis Martin 00006 * 00007 * This program is free software; you can redistribute it and/or modify it under 00008 * the terms of the GNU General Public License as published by the Free Software 00009 * Foundation; either version 2 of the License, or (at your option) any later 00010 * version. 00011 * This program is distributed in the hope that it will be useful, but WITHOUT 00012 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 00013 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 00014 * details. You should have received a copy of the GNU General Public License 00015 * along with this program; if not, write to the Free Software Foundation, Inc., 00016 * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 00017 */ 00018 00019 #ifndef ASURO_IRRC5_HAUPPAUGE_H_ 00020 #define ASURO_IRRC5_HAUPPAUGE_H_ 00021 00022 #include "asuro_irrc5.h" 00023 00024 #define AS_RC5_RCMASK_HAUPPAUGE 0x2000 00025 00026 #define AS_RC5_CODE_HAUPPAUGE_TV AS_RC5_CODE_DISPLAY 00027 #define AS_RC5_CODE_HAUPPAUGE_RADIO AS_RC5_CODE_POWER 00028 #define AS_RC5_CODE_HAUPPAUGE_FULLSCREEN AS_RC5_CODE_GREEN 00029 #define AS_RC5_CODE_HAUPPAUGE_SOURCE AS_RC5_CODE_SELECT 00030 #define AS_RC5_CODE_HAUPPAUGE_RESERVED 0x101e 00031 #define AS_RC5_CODE_HAUPPAUGE_MINIMIZE 0x1026 00032 00033 #endif /*ASURO_IRRC5_HAUPPAUGE_H_*/