]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/media/video/cx88/cx88-input.c
V4L/DVB (7506): Powercolor Real Angel 330 (remote control support)
[karo-tx-linux.git] / drivers / media / video / cx88 / cx88-input.c
index 6b25b8c9bb6d95d53be359d2b4db95d6f1f5aa19..53526d997a4e97923231ead7736fa2f9c9c089cf 100644 (file)
@@ -317,6 +317,12 @@ int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci)
                ir_type = IR_TYPE_RC5;
                ir->sampling = 1;
                break;
+       case CX88_BOARD_POWERCOLOR_REAL_ANGEL:
+               ir_codes = ir_codes_powercolor_real_angel;
+               ir->gpio_addr = MO_GP2_IO;
+               ir->mask_keycode = 0x7e;
+               ir->polling = 100; /* ms */
+               break;
        }
 
        if (NULL == ir_codes) {