diff options
author | Sean Young <sean@mess.org> | 2016-09-19 18:21:23 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-22 10:44:52 -0400 |
commit | 00bb820755ed8ee996f076f193d2eadbfba50a2e (patch) | |
tree | 8e69e36976493c747e4708af57cba94a9ea973b6 /drivers/media/pci/cx18 | |
parent | e998c92d6c70851cdc931a0ab5b6d4b554015955 (diff) |
[media] rc: Hauppauge z8f0811 can decode RC6
The hardware does not decode the 16, 20 or 24 bit variety.
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/pci/cx18')
-rw-r--r-- | drivers/media/pci/cx18/cx18-i2c.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/pci/cx18/cx18-i2c.c b/drivers/media/pci/cx18/cx18-i2c.c index 4af8cd6df95d..c9329371a3f8 100644 --- a/drivers/media/pci/cx18/cx18-i2c.c +++ b/drivers/media/pci/cx18/cx18-i2c.c | |||
@@ -98,7 +98,8 @@ static int cx18_i2c_new_ir(struct cx18 *cx, struct i2c_adapter *adap, u32 hw, | |||
98 | case CX18_HW_Z8F0811_IR_RX_HAUP: | 98 | case CX18_HW_Z8F0811_IR_RX_HAUP: |
99 | init_data->ir_codes = RC_MAP_HAUPPAUGE; | 99 | init_data->ir_codes = RC_MAP_HAUPPAUGE; |
100 | init_data->internal_get_key_func = IR_KBD_GET_KEY_HAUP_XVR; | 100 | init_data->internal_get_key_func = IR_KBD_GET_KEY_HAUP_XVR; |
101 | init_data->type = RC_BIT_RC5; | 101 | init_data->type = RC_BIT_RC5 | RC_BIT_RC6_MCE | |
102 | RC_BIT_RC6_6A_32; | ||
102 | init_data->name = cx->card_name; | 103 | init_data->name = cx->card_name; |
103 | info.platform_data = init_data; | 104 | info.platform_data = init_data; |
104 | break; | 105 | break; |