diff options
author | Douglas Schilling Landgraf <dougsland@redhat.com> | 2008-12-27 22:38:14 -0200 |
---|---|---|
committer | Douglas Schilling Landgraf <dougsland@redhat.com> | 2008-12-27 22:38:14 -0200 |
commit | 2fce60b794e95c209f73647f95a0bd5dc1f4f2b1 (patch) | |
tree | 7500e66779a96522699ca16bbcf0759df03fe831 /linux/drivers/media/video/em28xx/em28xx.h | |
parent | 2a3f275c9ca7bd715686173b8bd62375da481bf7 (diff) | |
download | mediapointer-dvb-s2-2fce60b794e95c209f73647f95a0bd5dc1f4f2b1.tar.gz mediapointer-dvb-s2-2fce60b794e95c209f73647f95a0bd5dc1f4f2b1.tar.bz2 |
em28xx: Add entry for PixelView PlayTV Box 4
From: Douglas Schilling Landgraf <dougsland@redhat.com>
Added board PixelView PlayTV Box 4
Thanks to Vildenei Negrao Pereira <neodarkaman@brturbo.com.br> for testing and data collection.
Priority: normal
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx.h b/linux/drivers/media/video/em28xx/em28xx.h index 84f49934a..f71d3509b 100644 --- a/linux/drivers/media/video/em28xx/em28xx.h +++ b/linux/drivers/media/video/em28xx/em28xx.h @@ -100,6 +100,7 @@ #define EM2820_BOARD_COMPRO_VIDEOMATE_FORYOU 58 #define EM2874_BOARD_PINNACLE_PCTV_80E 59 #define EM2883_BOARD_HAUPPAUGE_WINTV_HVR_850 60 +#define EM2820_BOARD_PROLINK_PLAYTV_BOX4_USB2 61 /* Limits minimum and default number of buffers */ #define EM28XX_MIN_BUF 4 |