diff options
author | Devin Heitmueller <dheitmueller@linuxtv.org> | 2008-12-29 20:39:42 -0500 |
---|---|---|
committer | Devin Heitmueller <dheitmueller@linuxtv.org> | 2008-12-29 20:39:42 -0500 |
commit | 86a622ea545a87c684120263bce4b44449952550 (patch) | |
tree | 37fce9de890cee3480675b20423a281b6f69184e /linux/drivers/media/video/em28xx/em28xx.h | |
parent | 82fa6fab36f911ab758e0ae4efaf3ba0b5d258ac (diff) | |
download | mediapointer-dvb-s2-86a622ea545a87c684120263bce4b44449952550.tar.gz mediapointer-dvb-s2-86a622ea545a87c684120263bce4b44449952550.tar.bz2 |
em28xx: remove worthless Pinnacle PCTV HD Mini 80e device profile
From: Devin Heitmueller <dheitmueller@linuxtv.org>
The Pinnacle 80e cannot be supported since Micronas yanked their driver
support for the drx-j chipset at the last minute. Remove the device profile
since it cannot work without the drx driver and it being there is only likely
to confuse people into thinking the device is supported but not working.
Priority: normal
Signed-off-by: Devin Heitmueller <dheitmueller@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx.h b/linux/drivers/media/video/em28xx/em28xx.h index 79bf87952..fb88c7f64 100644 --- a/linux/drivers/media/video/em28xx/em28xx.h +++ b/linux/drivers/media/video/em28xx/em28xx.h @@ -97,7 +97,6 @@ #define EM2882_BOARD_PINNACLE_HYBRID_PRO 56 #define EM2883_BOARD_KWORLD_HYBRID_A316 57 #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 |