[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:
parent
548df7831a
commit
08e1097266
|
@ -78,7 +78,7 @@ Peter Beutner <p.beutner@gmx.net>
|
||||||
Wilson Michaels <wilsonmichaels@earthlink.net>
|
Wilson Michaels <wilsonmichaels@earthlink.net>
|
||||||
for the lgdt330x frontend driver, and various bugfixes
|
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
|
for maintaining v4l/dvb inter-tree dependencies
|
||||||
|
|
||||||
Taylor Jacob <rtjacob@earthlink.net>
|
Taylor Jacob <rtjacob@earthlink.net>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Support for NXT2002 and NXT2004 - VSB/QAM
|
* Support for NXT2002 and NXT2004 - VSB/QAM
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 Kirk Lapray <kirk.lapray@gmail.com>
|
* 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>
|
* based on nxt2002 by Taylor Jacob <rtjacob@earthlink.net>
|
||||||
* and nxt2004 by Jean-Francois Thibert <jeanfrancois@sagetv.com>
|
* and nxt2004 by Jean-Francois Thibert <jeanfrancois@sagetv.com>
|
||||||
*
|
*
|
||||||
|
|
|
@ -2426,7 +2426,7 @@ struct tvcard bttv_tvcards[] = {
|
||||||
},
|
},
|
||||||
/* ---- card 0x87---------------------------------- */
|
/* ---- card 0x87---------------------------------- */
|
||||||
[BTTV_BOARD_DVICO_FUSIONHDTV_5_LITE] = {
|
[BTTV_BOARD_DVICO_FUSIONHDTV_5_LITE] = {
|
||||||
/* Michael Krufky <mkrufky@m1k.net> */
|
/* Michael Krufky <mkrufky@linuxtv.org> */
|
||||||
.name = "DViCO FusionHDTV 5 Lite",
|
.name = "DViCO FusionHDTV 5 Lite",
|
||||||
.tuner_type = TUNER_LG_TDVS_H06XF, /* TDVS-H064F */
|
.tuner_type = TUNER_LG_TDVS_H06XF, /* TDVS-H064F */
|
||||||
.tuner_addr = ADDR_UNSET,
|
.tuner_addr = ADDR_UNSET,
|
||||||
|
|
|
@ -2590,7 +2590,7 @@ struct saa7134_board saa7134_boards[] = {
|
||||||
}},
|
}},
|
||||||
},
|
},
|
||||||
[SAA7134_BOARD_AVERMEDIA_AVERTVHD_A180] = {
|
[SAA7134_BOARD_AVERMEDIA_AVERTVHD_A180] = {
|
||||||
/* Michael Krufky <mkrufky@m1k.net>
|
/* Michael Krufky <mkrufky@linuxtv.org>
|
||||||
* Uses Alps Electric TDHU2, containing NXT2004 ATSC Decoder
|
* Uses Alps Electric TDHU2, containing NXT2004 ATSC Decoder
|
||||||
* AFAIK, there is no analog demod, thus,
|
* AFAIK, there is no analog demod, thus,
|
||||||
* no support for analog television.
|
* no support for analog television.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* mxl111sf-demod.c - driver for the MaxLinear MXL111SF DVB-T demodulator
|
* 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
|
* 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
|
* 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);
|
EXPORT_SYMBOL_GPL(mxl111sf_demod_attach);
|
||||||
|
|
||||||
MODULE_DESCRIPTION("MaxLinear MxL111SF DVB-T demodulator driver");
|
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_LICENSE("GPL");
|
||||||
MODULE_VERSION("0.1");
|
MODULE_VERSION("0.1");
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* mxl111sf-demod.h - driver for the MaxLinear MXL111SF DVB-T demodulator
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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);
|
EXPORT_SYMBOL_GPL(mxl111sf_tuner_attach);
|
||||||
|
|
||||||
MODULE_DESCRIPTION("MaxLinear MxL111SF CMOS tuner driver");
|
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_LICENSE("GPL");
|
||||||
MODULE_VERSION("0.1");
|
MODULE_VERSION("0.1");
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* mxl111sf-tuner.h - driver for the MaxLinear MXL111SF CMOS tuner
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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_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_DESCRIPTION("Driver for MaxLinear MxL111SF");
|
||||||
MODULE_VERSION("1.0");
|
MODULE_VERSION("1.0");
|
||||||
MODULE_LICENSE("GPL");
|
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
|
* 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
|
* under the terms of the GNU General Public License as published by the Free
|
||||||
|
|
Loading…
Reference in New Issue