diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-03 18:00:42 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-03 18:00:42 +0000 |
commit | 3ea938d322d9b7ac6090dc80d9b83a5e39e5b342 (patch) | |
tree | 80317128eb84a90e1673a4e589f6cf56e12ba3d9 /linux/drivers/media/video/cx88 | |
parent | 66e2bd1c3d76fb052149faabf07b56d641947e9c (diff) | |
download | mediapointer-dvb-s2-3ea938d322d9b7ac6090dc80d9b83a5e39e5b342.tar.gz mediapointer-dvb-s2-3ea938d322d9b7ac6090dc80d9b83a5e39e5b342.tar.bz2 |
* cx88-cards.c:
- PV Ultra Pro PCI ID was included by accident. Removed.
* tuner-simple.c:
- Ymec chipset now reflects Philips, instead of Temic.
Diffstat (limited to 'linux/drivers/media/video/cx88')
-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 4e2370620..4ecb24d16 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.74 2005/06/03 13:31:50 mchehab Exp $ + * $Id: cx88-cards.c,v 1.75 2005/06/03 18:00:42 mchehab Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -756,10 +756,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); |