diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2013-04-12 14:30:29 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-05-21 13:06:11 +0200 |
commit | 835ab0121adb24ff27729bd3743f1477af00c435 (patch) | |
tree | e7aa25a9b36d36535dab84ac0ffade01b20963f1 /drivers/media/pci/bt8xx/bttv.h | |
parent | [media] s5k6aa: Convert to devm_gpio_request_one() (diff) | |
download | linux-835ab0121adb24ff27729bd3743f1477af00c435.tar.xz linux-835ab0121adb24ff27729bd3743f1477af00c435.zip |
[media] bttv: Add Adlink MPG24 entry to the bttv cardlist
Add a proper card entry for this device, rather than abusing entries that are
not-quite-right.
Regards,
Hans
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/bt8xx/bttv.h')
-rw-r--r-- | drivers/media/pci/bt8xx/bttv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/pci/bt8xx/bttv.h b/drivers/media/pci/bt8xx/bttv.h index 6139ce26dc2c..f01c9d4c7ec1 100644 --- a/drivers/media/pci/bt8xx/bttv.h +++ b/drivers/media/pci/bt8xx/bttv.h @@ -185,6 +185,7 @@ #define BTTV_BOARD_PV183 0x9f #define BTTV_BOARD_TVT_TD3116 0xa0 #define BTTV_BOARD_APOSONIC_WDVR 0xa1 +#define BTTV_BOARD_ADLINK_MPG24 0xa2 /* more card-specific defines */ #define PT2254_L_CHANNEL 0x10 |