[media] update Michael Krufky's email address
I am no longer available at the kernellabs.com or m1k.net email addresses. Update each instance of my email to my linuxtv.org account. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
Родитель
548df7831a
Коммит
08e1097266
|
@ -78,7 +78,7 @@ Peter Beutner <p.beutner@gmx.net>
|
|||
Wilson Michaels <wilsonmichaels@earthlink.net>
|
||||
for the lgdt330x frontend driver, and various bugfixes
|
||||
|
||||
Michael Krufky <mkrufky@m1k.net>
|
||||
Michael Krufky <mkrufky@linuxtv.org>
|
||||
for maintaining v4l/dvb inter-tree dependencies
|
||||
|
||||
Taylor Jacob <rtjacob@earthlink.net>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Support for NXT2002 and NXT2004 - VSB/QAM
|
||||
*
|
||||
* Copyright (C) 2005 Kirk Lapray <kirk.lapray@gmail.com>
|
||||
* Copyright (C) 2006 Michael Krufky <mkrufky@m1k.net>
|
||||
* Copyright (C) 2006-2014 Michael Krufky <mkrufky@linuxtv.org>
|
||||
* based on nxt2002 by Taylor Jacob <rtjacob@earthlink.net>
|
||||
* and nxt2004 by Jean-Francois Thibert <jeanfrancois@sagetv.com>
|
||||
*
|
||||
|
|
|
@ -2426,7 +2426,7 @@ struct tvcard bttv_tvcards[] = {
|
|||
},
|
||||
/* ---- card 0x87---------------------------------- */
|
||||
[BTTV_BOARD_DVICO_FUSIONHDTV_5_LITE] = {
|
||||
/* Michael Krufky <mkrufky@m1k.net> */
|
||||
/* Michael Krufky <mkrufky@linuxtv.org> */
|
||||
.name = "DViCO FusionHDTV 5 Lite",
|
||||
.tuner_type = TUNER_LG_TDVS_H06XF, /* TDVS-H064F */
|
||||
.tuner_addr = ADDR_UNSET,
|
||||
|
|
|
@ -2590,7 +2590,7 @@ struct saa7134_board saa7134_boards[] = {
|
|||
}},
|
||||
},
|
||||
[SAA7134_BOARD_AVERMEDIA_AVERTVHD_A180] = {
|
||||
/* Michael Krufky <mkrufky@m1k.net>
|
||||
/* Michael Krufky <mkrufky@linuxtv.org>
|
||||
* Uses Alps Electric TDHU2, containing NXT2004 ATSC Decoder
|
||||
* AFAIK, there is no analog demod, thus,
|
||||
* no support for analog television.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* mxl111sf-demod.c - driver for the MaxLinear MXL111SF DVB-T demodulator
|
||||
*
|
||||
* Copyright (C) 2010 Michael Krufky <mkrufky@kernellabs.com>
|
||||
* Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -601,7 +601,7 @@ struct dvb_frontend *mxl111sf_demod_attach(struct mxl111sf_state *mxl_state,
|
|||
EXPORT_SYMBOL_GPL(mxl111sf_demod_attach);
|
||||
|
||||
MODULE_DESCRIPTION("MaxLinear MxL111SF DVB-T demodulator driver");
|
||||
MODULE_AUTHOR("Michael Krufky <mkrufky@kernellabs.com>");
|
||||
MODULE_AUTHOR("Michael Krufky <mkrufky@linuxtv.org>");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_VERSION("0.1");
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* mxl111sf-demod.h - driver for the MaxLinear MXL111SF DVB-T demodulator
|
||||
*
|
||||
* Copyright (C) 2010 Michael Krufky <mkrufky@kernellabs.com>
|
||||
* Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* mxl111sf-gpio.c - driver for the MaxLinear MXL111SF
|
||||
*
|
||||
* Copyright (C) 2010 Michael Krufky <mkrufky@kernellabs.com>
|
||||
* Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* mxl111sf-gpio.h - driver for the MaxLinear MXL111SF
|
||||
*
|
||||
* Copyright (C) 2010 Michael Krufky <mkrufky@kernellabs.com>
|
||||
* Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* mxl111sf-i2c.c - driver for the MaxLinear MXL111SF
|
||||
*
|
||||
* Copyright (C) 2010 Michael Krufky <mkrufky@kernellabs.com>
|
||||
* Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* mxl111sf-i2c.h - driver for the MaxLinear MXL111SF
|
||||
*
|
||||
* Copyright (C) 2010 Michael Krufky <mkrufky@kernellabs.com>
|
||||
* Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* mxl111sf-phy.c - driver for the MaxLinear MXL111SF
|
||||
*
|
||||
* Copyright (C) 2010 Michael Krufky <mkrufky@kernellabs.com>
|
||||
* Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* mxl111sf-phy.h - driver for the MaxLinear MXL111SF
|
||||
*
|
||||
* Copyright (C) 2010 Michael Krufky <mkrufky@kernellabs.com>
|
||||
* Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* mxl111sf-reg.h - driver for the MaxLinear MXL111SF
|
||||
*
|
||||
* Copyright (C) 2010 Michael Krufky <mkrufky@kernellabs.com>
|
||||
* Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* mxl111sf-tuner.c - driver for the MaxLinear MXL111SF CMOS tuner
|
||||
*
|
||||
* Copyright (C) 2010 Michael Krufky <mkrufky@kernellabs.com>
|
||||
* Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -512,7 +512,7 @@ struct dvb_frontend *mxl111sf_tuner_attach(struct dvb_frontend *fe,
|
|||
EXPORT_SYMBOL_GPL(mxl111sf_tuner_attach);
|
||||
|
||||
MODULE_DESCRIPTION("MaxLinear MxL111SF CMOS tuner driver");
|
||||
MODULE_AUTHOR("Michael Krufky <mkrufky@kernellabs.com>");
|
||||
MODULE_AUTHOR("Michael Krufky <mkrufky@linuxtv.org>");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_VERSION("0.1");
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* mxl111sf-tuner.h - driver for the MaxLinear MXL111SF CMOS tuner
|
||||
*
|
||||
* Copyright (C) 2010 Michael Krufky <mkrufky@kernellabs.com>
|
||||
* Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2010 Michael Krufky (mkrufky@kernellabs.com)
|
||||
* Copyright (C) 2010-2014 Michael Krufky (mkrufky@linuxtv.org)
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the Free
|
||||
|
@ -1421,7 +1421,7 @@ static struct usb_driver mxl111sf_usb_driver = {
|
|||
|
||||
module_usb_driver(mxl111sf_usb_driver);
|
||||
|
||||
MODULE_AUTHOR("Michael Krufky <mkrufky@kernellabs.com>");
|
||||
MODULE_AUTHOR("Michael Krufky <mkrufky@linuxtv.org>");
|
||||
MODULE_DESCRIPTION("Driver for MaxLinear MxL111SF");
|
||||
MODULE_VERSION("1.0");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2010 Michael Krufky (mkrufky@kernellabs.com)
|
||||
* Copyright (C) 2010-2014 Michael Krufky (mkrufky@linuxtv.org)
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the Free
|
||||
|
|
Загрузка…
Ссылка в новой задаче