diff options
| -rw-r--r-- | linux/drivers/media/video/bttv-cards.c | 4 | ||||
| -rw-r--r-- | v4l/ChangeLog | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c index 71dab01ac..46ee26230 100644 --- a/linux/drivers/media/video/bttv-cards.c +++ b/linux/drivers/media/video/bttv-cards.c @@ -1,5 +1,5 @@ /* - $Id: bttv-cards.c,v 1.90 2005/10/09 18:07:06 mchehab Exp $ + $Id: bttv-cards.c,v 1.91 2005/10/11 18:02:02 mkrufky Exp $ bttv-cards.c @@ -2846,7 +2846,7 @@ void __devinit bttv_idcard(struct bttv *btv) btv->c.nr, btv->cardid & 0xffff, (btv->cardid >> 16) & 0xffff); printk(KERN_DEBUG "please mail id, board name and " - "the correct card= insmod option to kraxel@bytesex.org\n"); + "the correct card= insmod option to video4linux-list@redhat.com\n"); } } diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 8cfe7caa2..04f834043 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,11 @@ +2005-10-11 17:59 mkrufky + + * ../linux/drivers/media/video/bttv-cards.c: (bttv_idcard): + - Don't bother Gerd with bttv-cards patches. + Instead, send to video4linux mailing list. + + Signed-off-by: Michael Krufky <mkrufky@m1k.net> + 2005-10-11 16:48 mchehab * ../linux/Documentation/video4linux/CARDLIST.em2820: |
