diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-01 19:24:57 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-01 19:24:57 +0000 |
commit | 77bb36b62e605afeab1304ba672ac730c1bf1bb1 (patch) | |
tree | 70e1356f5ccd6c51529064a2f7a5fd9f0e379666 /linux/drivers/media/video/cx88/cx88-cards.c | |
parent | 422c9bca8db1feb268bef96d00f8e46080f3b272 (diff) | |
download | mediapointer-dvb-s2-77bb36b62e605afeab1304ba672ac730c1bf1bb1.tar.gz mediapointer-dvb-s2-77bb36b62e605afeab1304ba672ac730c1bf1bb1.tar.bz2 |
Removed wrong entry.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 3394c3515..2b78402cb 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-cards.c,v 1.71 2005/05/30 15:43:44 mchehab Exp $ + * $Id: cx88-cards.c,v 1.72 2005/06/01 19:24:57 mchehab Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -757,10 +757,6 @@ struct cx88_subid cx88_subids[] = { .subvendor = 0x10fc, .subdevice = 0xd035, .card = CX88_BOARD_IODATA_GVBCTV7E, - },{ - .subvendor = 0x14f1, - .subdevice = 0x8800, - .card = CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO, } }; const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); |