[media] fintek-cir: add support for newer chip version
Acked-by: Jarod Wilson <jarod@redhat.com> Reviewed-by: Jarod Wilson <jarod@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
@@ -88,6 +88,7 @@ struct fintek_dev {
|
||||
u8 chip_major;
|
||||
u8 chip_minor;
|
||||
u16 chip_vendor;
|
||||
u8 logical_dev_cir;
|
||||
|
||||
/* hardware features */
|
||||
bool hw_learning_capable;
|
||||
@@ -172,7 +173,8 @@ struct fintek_dev {
|
||||
#define LOGICAL_DEV_ENABLE 0x01
|
||||
|
||||
/* Logical device number of the CIR function */
|
||||
#define LOGICAL_DEV_CIR 0x05
|
||||
#define LOGICAL_DEV_CIR_REV1 0x05
|
||||
#define LOGICAL_DEV_CIR_REV2 0x08
|
||||
|
||||
/* CIR Logical Device (LDN 0x08) config registers */
|
||||
#define CIR_CR_COMMAND_INDEX 0x04
|
||||
|
Reference in New Issue
Block a user