diff options
author | Oleh Kravchenko <oleg@kaa.org.ua> | 2012-12-08 18:20:59 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-12-27 16:03:12 -0200 |
commit | e8d4237325a475b02594d1fd85bb67983f7d57b9 (patch) | |
tree | 7c2d6351473e2c01381e63539a1186c5e89d68f1 /drivers/media/pci/cx23885/cx23885.h | |
parent | 30ad64b8ac539459f8975aa186421ef3db0bb5cb (diff) | |
download | talos-op-linux-e8d4237325a475b02594d1fd85bb67983f7d57b9.tar.gz talos-op-linux-e8d4237325a475b02594d1fd85bb67983f7d57b9.zip |
[media] Added support for AVerTV Hybrid Express Slim HC81R
This patch provide only analog support.
The device is based on AF9013 demodulator, XC3028 tuner
and CX23885 chipset; subsystem id: 1461:d939
Signed-off-by: Oleh Kravchenko <oleg@kaa.org.ua>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/cx23885/cx23885.h')
-rw-r--r-- | drivers/media/pci/cx23885/cx23885.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/pci/cx23885/cx23885.h b/drivers/media/pci/cx23885/cx23885.h index 61889b25a2af..59c322d870f2 100644 --- a/drivers/media/pci/cx23885/cx23885.h +++ b/drivers/media/pci/cx23885/cx23885.h @@ -92,6 +92,7 @@ #define CX23885_BOARD_HAUPPAUGE_HVR1255_22111 36 #define CX23885_BOARD_PROF_8000 37 #define CX23885_BOARD_HAUPPAUGE_HVR4400 38 +#define CX23885_BOARD_AVERMEDIA_HC81R 39 #define GPIO_0 0x00000001 #define GPIO_1 0x00000002 |