Commit 991ce92f authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] use https://linuxtv.org for LinuxTV URLs

While https was always supported on linuxtv.org, only in
Dec 3 2015 the website is using valid certificates.

As we're planning to drop pure http support on some
future, change all references at the media subsystem
to point to the https URL instead.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 4a3d0cb0
...@@ -76,7 +76,7 @@ int main(void) ...@@ -76,7 +76,7 @@ int main(void)
<para>NOTE: While it is possible to directly call the Kernel code like the <para>NOTE: While it is possible to directly call the Kernel code like the
above example, it is strongly recommended to use above example, it is strongly recommended to use
<ulink url="http://linuxtv.org/docs/libdvbv5/index.html">libdvbv5</ulink>, <ulink url="https://linuxtv.org/docs/libdvbv5/index.html">libdvbv5</ulink>,
as it provides abstraction to work with the supported digital TV standards as it provides abstraction to work with the supported digital TV standards
and provides methods for usual operations like program scanning and to and provides methods for usual operations like program scanning and to
read/write channel descriptor files.</para> read/write channel descriptor files.</para>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
</para> </para>
<para>NOTE: This section is out of date, and the code below won't even <para>NOTE: This section is out of date, and the code below won't even
compile. Please refer to the compile. Please refer to the
<ulink url="http://linuxtv.org/docs/libdvbv5/index.html">libdvbv5</ulink> <ulink url="https://linuxtv.org/docs/libdvbv5/index.html">libdvbv5</ulink>
for updated/recommended examples. for updated/recommended examples.
</para> </para>
......
...@@ -32,7 +32,7 @@ and filtering several section and PES data streams at the same time. ...@@ -32,7 +32,7 @@ and filtering several section and PES data streams at the same time.
new standard Linux DVB API. As a commitment to the development of new standard Linux DVB API. As a commitment to the development of
terminals based on open standards, Nokia and Convergence made it terminals based on open standards, Nokia and Convergence made it
available to all Linux developers and published it on available to all Linux developers and published it on
<ulink url="http://www.linuxtv.org/" /> in September 2000. <ulink url="https://linuxtv.org" /> in September 2000.
Convergence is the maintainer of the Linux DVB API. Together with the Convergence is the maintainer of the Linux DVB API. Together with the
LinuxTV community (i.e. you, the reader of this document), the Linux DVB LinuxTV community (i.e. you, the reader of this document), the Linux DVB
API will be constantly reviewed and improved. With the Linux driver for API will be constantly reviewed and improved. With the Linux driver for
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* This program can be used and distributed without restrictions. * This program can be used and distributed without restrictions.
* *
* This program is provided with the V4L2 API * This program is provided with the V4L2 API
* see http://linuxtv.org/docs.php for more information * see https://linuxtv.org/docs.php for more information
*/ */
#include &lt;stdio.h&gt; #include &lt;stdio.h&gt;
......
...@@ -2666,7 +2666,7 @@ is useful to display images captured with V4L2 devices.</para> ...@@ -2666,7 +2666,7 @@ is useful to display images captured with V4L2 devices.</para>
<para>V4L2 does not support digital terrestrial, cable or <para>V4L2 does not support digital terrestrial, cable or
satellite broadcast. A separate project aiming at digital receivers satellite broadcast. A separate project aiming at digital receivers
exists. You can find its homepage at <ulink exists. You can find its homepage at <ulink
url="http://linuxtv.org">http://linuxtv.org</ulink>. The Linux DVB API url="https://linuxtv.org">https://linuxtv.org</ulink>. The Linux DVB API
has no connection to the V4L2 API except that drivers for hybrid has no connection to the V4L2 API except that drivers for hybrid
hardware may support both.</para> hardware may support both.</para>
</section> </section>
......
...@@ -99,7 +99,7 @@ if the driver supports writing registers to the device.</para> ...@@ -99,7 +99,7 @@ if the driver supports writing registers to the device.</para>
<para>We recommended the <application>v4l2-dbg</application> <para>We recommended the <application>v4l2-dbg</application>
utility over calling this ioctl directly. It is available from the utility over calling this ioctl directly. It is available from the
LinuxTV v4l-dvb repository; see <ulink LinuxTV v4l-dvb repository; see <ulink
url="http://linuxtv.org/repo/">http://linuxtv.org/repo/</ulink> for url="https://linuxtv.org/repo/">https://linuxtv.org/repo/</ulink> for
access instructions.</para> access instructions.</para>
<!-- Note for convenience vidioc-dbg-g-register.sgml <!-- Note for convenience vidioc-dbg-g-register.sgml
......
...@@ -117,7 +117,7 @@ However when a driver supports these ioctls it must also support ...@@ -117,7 +117,7 @@ However when a driver supports these ioctls it must also support
<para>We recommended the <application>v4l2-dbg</application> <para>We recommended the <application>v4l2-dbg</application>
utility over calling these ioctls directly. It is available from the utility over calling these ioctls directly. It is available from the
LinuxTV v4l-dvb repository; see <ulink LinuxTV v4l-dvb repository; see <ulink
url="http://linuxtv.org/repo/">http://linuxtv.org/repo/</ulink> for url="https://linuxtv.org/repo/">https://linuxtv.org/repo/</ulink> for
access instructions.</para> access instructions.</para>
<!-- Note for convenience vidioc-dbg-g-chip-info.sgml <!-- Note for convenience vidioc-dbg-g-chip-info.sgml
......
...@@ -198,7 +198,7 @@ video4linux-list@redhat.com on 17 Oct 2002 ...@@ -198,7 +198,7 @@ video4linux-list@redhat.com on 17 Oct 2002
<constant>V4L2_STD_ATSC_16_VSB</constant> are U.S. terrestrial digital <constant>V4L2_STD_ATSC_16_VSB</constant> are U.S. terrestrial digital
TV standards. Presently the V4L2 API does not support digital TV. See TV standards. Presently the V4L2 API does not support digital TV. See
also the Linux DVB API at <ulink also the Linux DVB API at <ulink
url="http://linuxtv.org">http://linuxtv.org</ulink>.</para> url="https://linuxtv.org">https://linuxtv.org</ulink>.</para>
<para><programlisting> <para><programlisting>
#define V4L2_STD_PAL_BG (V4L2_STD_PAL_B |\ #define V4L2_STD_PAL_BG (V4L2_STD_PAL_B |\
V4L2_STD_PAL_B1 |\ V4L2_STD_PAL_B1 |\
......
...@@ -19,10 +19,10 @@ ...@@ -19,10 +19,10 @@
<!ENTITY cs-def "<colspec colname='c1' colwidth='3*' /><colspec colname='c2' colwidth='1*' /><colspec colname='c3' colwidth='4*' /><spanspec spanname='hspan' namest='c1' nameend='c3' />"> <!ENTITY cs-def "<colspec colname='c1' colwidth='3*' /><colspec colname='c2' colwidth='1*' /><colspec colname='c3' colwidth='4*' /><spanspec spanname='hspan' namest='c1' nameend='c3' />">
<!-- Video for Linux mailing list address. --> <!-- Video for Linux mailing list address. -->
<!ENTITY v4l-ml "<ulink url='http://www.linuxtv.org/lists.php'>http://www.linuxtv.org/lists.php</ulink>"> <!ENTITY v4l-ml "<ulink url='https://linuxtv.org/lists.php'>https://linuxtv.org/lists.php</ulink>">
<!-- LinuxTV v4l-dvb repository. --> <!-- LinuxTV v4l-dvb repository. -->
<!ENTITY v4l-dvb "<ulink url='http://linuxtv.org/repo/'>http://linuxtv.org/repo/</ulink>"> <!ENTITY v4l-dvb "<ulink url='https://linuxtv.org/repo/'>https://linuxtv.org/repo/</ulink>">
<!ENTITY dash-ent-8 "<entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry>"> <!ENTITY dash-ent-8 "<entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry>">
<!ENTITY dash-ent-10 "<entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry>"> <!ENTITY dash-ent-10 "<entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry>">
<!ENTITY dash-ent-12 "<entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry>"> <!ENTITY dash-ent-12 "<entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry>">
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
components, like mixers, PCM capture, PCM playback, etc, which components, like mixers, PCM capture, PCM playback, etc, which
are controlled via ALSA API.</para> are controlled via ALSA API.</para>
<para>For additional information and for the latest development code, <para>For additional information and for the latest development code,
see: <ulink url="http://linuxtv.org">http://linuxtv.org</ulink>.</para> see: <ulink url="https://linuxtv.org">https://linuxtv.org</ulink>.</para>
<para>For discussing improvements, reporting troubles, sending new drivers, etc, please mail to: <ulink url="http://vger.kernel.org/vger-lists.html#linux-media">Linux Media Mailing List (LMML).</ulink>.</para> <para>For discussing improvements, reporting troubles, sending new drivers, etc, please mail to: <ulink url="http://vger.kernel.org/vger-lists.html#linux-media">Linux Media Mailing List (LMML).</ulink>.</para>
</preface> </preface>
......
...@@ -45,7 +45,7 @@ Supported devices ...@@ -45,7 +45,7 @@ Supported devices
See the LinuxTV DVB Wiki at www.linuxtv.org for a complete list of See the LinuxTV DVB Wiki at www.linuxtv.org for a complete list of
cards/drivers/firmwares: cards/drivers/firmwares:
http://www.linuxtv.org/wiki/index.php/DVB_USB https://linuxtv.org/wiki/index.php/DVB_USB
0. History & News: 0. History & News:
2005-06-30 - added support for WideView WT-220U (Thanks to Steve Chang) 2005-06-30 - added support for WideView WT-220U (Thanks to Steve Chang)
...@@ -121,7 +121,7 @@ working. ...@@ -121,7 +121,7 @@ working.
Have a look at the Wikipage for the DVB-USB-drivers to find out, which firmware Have a look at the Wikipage for the DVB-USB-drivers to find out, which firmware
you need for your device: you need for your device:
http://www.linuxtv.org/wiki/index.php/DVB_USB https://linuxtv.org/wiki/index.php/DVB_USB
1.2. Compiling 1.2. Compiling
......
...@@ -76,7 +76,7 @@ Some very frequently asked questions about linuxtv-dvb ...@@ -76,7 +76,7 @@ Some very frequently asked questions about linuxtv-dvb
the TuxBox CVS many interesting DVB applications and the dBox2 the TuxBox CVS many interesting DVB applications and the dBox2
DVB source DVB source
http://www.linuxtv.org/downloads/ https://linuxtv.org/downloads
DVB Swiss Army Knife library and utilities DVB Swiss Army Knife library and utilities
http://www.nenie.org/misc/mpsys/ http://www.nenie.org/misc/mpsys/
......
...@@ -152,7 +152,7 @@ sub tda10046lifeview { ...@@ -152,7 +152,7 @@ sub tda10046lifeview {
sub av7110 { sub av7110 {
my $sourcefile = "dvb-ttpci-01.fw-261d"; my $sourcefile = "dvb-ttpci-01.fw-261d";
my $url = "http://www.linuxtv.org/downloads/firmware/$sourcefile"; my $url = "https://linuxtv.org/downloads/firmware/$sourcefile";
my $hash = "603431b6259715a8e88f376a53b64e2f"; my $hash = "603431b6259715a8e88f376a53b64e2f";
my $outfile = "dvb-ttpci-01.fw"; my $outfile = "dvb-ttpci-01.fw";
...@@ -303,7 +303,7 @@ sub vp7049 { ...@@ -303,7 +303,7 @@ sub vp7049 {
} }
sub dibusb { sub dibusb {
my $url = "http://www.linuxtv.org/downloads/firmware/dvb-usb-dibusb-5.0.0.11.fw"; my $url = "https://linuxtv.org/downloads/firmware/dvb-usb-dibusb-5.0.0.11.fw";
my $outfile = "dvb-dibusb-5.0.0.11.fw"; my $outfile = "dvb-dibusb-5.0.0.11.fw";
my $hash = "fa490295a527360ca16dcdf3224ca243"; my $hash = "fa490295a527360ca16dcdf3224ca243";
...@@ -351,7 +351,7 @@ sub nxt2004 { ...@@ -351,7 +351,7 @@ sub nxt2004 {
sub or51211 { sub or51211 {
my $fwfile = "dvb-fe-or51211.fw"; my $fwfile = "dvb-fe-or51211.fw";
my $url = "http://linuxtv.org/downloads/firmware/$fwfile"; my $url = "https://linuxtv.org/downloads/firmware/$fwfile";
my $hash = "d830949c771a289505bf9eafc225d491"; my $hash = "d830949c771a289505bf9eafc225d491";
checkstandard(); checkstandard();
...@@ -364,7 +364,7 @@ sub or51211 { ...@@ -364,7 +364,7 @@ sub or51211 {
sub cx231xx { sub cx231xx {
my $fwfile = "v4l-cx231xx-avcore-01.fw"; my $fwfile = "v4l-cx231xx-avcore-01.fw";
my $url = "http://linuxtv.org/downloads/firmware/$fwfile"; my $url = "https://linuxtv.org/downloads/firmware/$fwfile";
my $hash = "7d3bb956dc9df0eafded2b56ba57cc42"; my $hash = "7d3bb956dc9df0eafded2b56ba57cc42";
checkstandard(); checkstandard();
...@@ -376,7 +376,7 @@ sub cx231xx { ...@@ -376,7 +376,7 @@ sub cx231xx {
} }
sub cx18 { sub cx18 {
my $url = "http://linuxtv.org/downloads/firmware/"; my $url = "https://linuxtv.org/downloads/firmware/";
my %files = ( my %files = (
'v4l-cx23418-apu.fw' => '588f081b562f5c653a3db1ad8f65939a', 'v4l-cx23418-apu.fw' => '588f081b562f5c653a3db1ad8f65939a',
...@@ -450,7 +450,7 @@ sub mpc718 { ...@@ -450,7 +450,7 @@ sub mpc718 {
} }
sub cx23885 { sub cx23885 {
my $url = "http://linuxtv.org/downloads/firmware/"; my $url = "https://linuxtv.org/downloads/firmware/";
my %files = ( my %files = (
'v4l-cx23885-avcore-01.fw' => 'a9f8f5d901a7fb42f552e1ee6384f3bb', 'v4l-cx23885-avcore-01.fw' => 'a9f8f5d901a7fb42f552e1ee6384f3bb',
...@@ -472,7 +472,7 @@ sub cx23885 { ...@@ -472,7 +472,7 @@ sub cx23885 {
} }
sub pvrusb2 { sub pvrusb2 {
my $url = "http://linuxtv.org/downloads/firmware/"; my $url = "https://linuxtv.org/downloads/firmware/";
my %files = ( my %files = (
'v4l-cx25840.fw' => 'dadb79e9904fc8af96e8111d9cb59320', 'v4l-cx25840.fw' => 'dadb79e9904fc8af96e8111d9cb59320',
...@@ -494,7 +494,7 @@ sub pvrusb2 { ...@@ -494,7 +494,7 @@ sub pvrusb2 {
sub or51132_qam { sub or51132_qam {
my $fwfile = "dvb-fe-or51132-qam.fw"; my $fwfile = "dvb-fe-or51132-qam.fw";
my $url = "http://linuxtv.org/downloads/firmware/$fwfile"; my $url = "https://linuxtv.org/downloads/firmware/$fwfile";
my $hash = "7702e8938612de46ccadfe9b413cb3b5"; my $hash = "7702e8938612de46ccadfe9b413cb3b5";
checkstandard(); checkstandard();
...@@ -507,7 +507,7 @@ sub or51132_qam { ...@@ -507,7 +507,7 @@ sub or51132_qam {
sub or51132_vsb { sub or51132_vsb {
my $fwfile = "dvb-fe-or51132-vsb.fw"; my $fwfile = "dvb-fe-or51132-vsb.fw";
my $url = "http://linuxtv.org/downloads/firmware/$fwfile"; my $url = "https://linuxtv.org/downloads/firmware/$fwfile";
my $hash = "c16208e02f36fc439a557ad4c613364a"; my $hash = "c16208e02f36fc439a557ad4c613364a";
checkstandard(); checkstandard();
...@@ -519,7 +519,7 @@ sub or51132_vsb { ...@@ -519,7 +519,7 @@ sub or51132_vsb {
} }
sub bluebird { sub bluebird {
my $url = "http://www.linuxtv.org/download/dvb/firmware/dvb-usb-bluebird-01.fw"; my $url = "https://linuxtv.org/download/dvb/firmware/dvb-usb-bluebird-01.fw";
my $outfile = "dvb-usb-bluebird-01.fw"; my $outfile = "dvb-usb-bluebird-01.fw";
my $hash = "658397cb9eba9101af9031302671f49d"; my $hash = "658397cb9eba9101af9031302671f49d";
...@@ -677,7 +677,7 @@ sub drxk_hauppauge_hvr930c { ...@@ -677,7 +677,7 @@ sub drxk_hauppauge_hvr930c {
} }
sub drxk_terratec_h5 { sub drxk_terratec_h5 {
my $url = "http://www.linuxtv.org/downloads/firmware/"; my $url = "https://linuxtv.org/downloads/firmware/";
my $hash = "19000dada8e2741162ccc50cc91fa7f1"; my $hash = "19000dada8e2741162ccc50cc91fa7f1";
my $fwfile = "dvb-usb-terratec-h5-drxk.fw"; my $fwfile = "dvb-usb-terratec-h5-drxk.fw";
......
...@@ -2,12 +2,12 @@ Linux Digital Video Broadcast (DVB) subsystem ...@@ -2,12 +2,12 @@ Linux Digital Video Broadcast (DVB) subsystem
============================================= =============================================
The main development site and CVS repository for these The main development site and CVS repository for these
drivers is http://linuxtv.org/. drivers is https://linuxtv.org.
The developer mailing list linux-dvb is also hosted there, The developer mailing list linux-dvb is also hosted there,
see http://linuxtv.org/lists.php. Please check see https://linuxtv.org/lists.php. Please check
the archive http://linuxtv.org/pipermail/linux-dvb/ the archive https://linuxtv.org/pipermail/linux-dvb/
and the Wiki http://linuxtv.org/wiki/ and the Wiki https://linuxtv.org/wiki/
before asking newbie questions on the list. before asking newbie questions on the list.
API documentation, utilities and test/example programs API documentation, utilities and test/example programs
...@@ -16,7 +16,7 @@ are available as part of the old driver package for Linux 2.4 ...@@ -16,7 +16,7 @@ are available as part of the old driver package for Linux 2.4
We plan to split this into separate packages, but it's not We plan to split this into separate packages, but it's not
been done yet. been done yet.
http://linuxtv.org/downloads/ https://linuxtv.org/downloads/
What's inside this directory: What's inside this directory:
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<table border="0"> <table border="0">
<tr> <tr>
<td> <td>
<a href="http://linuxtv.org/downloads/legacy/video4linux/API/V4L1_API.html">V4L original API</a> <a href="https://linuxtv.org/downloads/legacy/video4linux/API/V4L1_API.html">V4L original API</a>
</td> </td>
<td> <td>
Obsoleted by V4L2 API Obsoleted by V4L2 API
......
...@@ -58,7 +58,7 @@ Not currently supported: ...@@ -58,7 +58,7 @@ Not currently supported:
4.1. Media device interface 4.1. Media device interface
The driver supports Media Controller API as defined at The driver supports Media Controller API as defined at
http://linuxtv.org/downloads/v4l-dvb-apis/media_common.html https://linuxtv.org/downloads/v4l-dvb-apis/media_common.html
The media device driver name is "SAMSUNG S5P FIMC". The media device driver name is "SAMSUNG S5P FIMC".
The purpose of this interface is to allow changing assignment of FIMC instances The purpose of this interface is to allow changing assignment of FIMC instances
...@@ -83,11 +83,11 @@ undefined behaviour. ...@@ -83,11 +83,11 @@ undefined behaviour.
4.3. Capture video node 4.3. Capture video node
The driver supports V4L2 Video Capture Interface as defined at: The driver supports V4L2 Video Capture Interface as defined at:
http://linuxtv.org/downloads/v4l-dvb-apis/devices.html https://linuxtv.org/downloads/v4l-dvb-apis/devices.html
At the capture and mem-to-mem video nodes only the multi-planar API is At the capture and mem-to-mem video nodes only the multi-planar API is
supported. For more details see: supported. For more details see:
http://linuxtv.org/downloads/v4l-dvb-apis/planar-apis.html https://linuxtv.org/downloads/v4l-dvb-apis/planar-apis.html
4.4. Camera capture subdevs 4.4. Camera capture subdevs
......
...@@ -9,7 +9,7 @@ menuconfig MEDIA_SUPPORT ...@@ -9,7 +9,7 @@ menuconfig MEDIA_SUPPORT
If you want to use Webcams, Video grabber devices and/or TV devices If you want to use Webcams, Video grabber devices and/or TV devices
enable this option and other options below. enable this option and other options below.
Additional info and docs are available on the web at Additional info and docs are available on the web at
<http://linuxtv.org> <https://linuxtv.org>
if MEDIA_SUPPORT if MEDIA_SUPPORT
...@@ -51,7 +51,7 @@ config MEDIA_RADIO_SUPPORT ...@@ -51,7 +51,7 @@ config MEDIA_RADIO_SUPPORT
Enable AM/FM radio support. Enable AM/FM radio support.
Additional info and docs are available on the web at Additional info and docs are available on the web at
<http://linuxtv.org> <https://linuxtv.org>
Say Y when you have a board with radio support. Say Y when you have a board with radio support.
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* the project's page is at http://www.linuxtv.org * the project's page is at https://linuxtv.org
*/ */
#ifndef BSBE1_D01A_H #ifndef BSBE1_D01A_H
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* the project's page is at http://www.linuxtv.org * the project's page is at https://linuxtv.org
*/ */
#ifndef BSBE1_H #ifndef BSBE1_H
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* the project's page is at http://www.linuxtv.org * the project's page is at https://linuxtv.org
*/ */
#ifndef BSRU6_H #ifndef BSRU6_H
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* the project's page is at http://www.linuxtv.org * the project's page is at https://linuxtv.org
*/ */
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/errno.h> #include <linux/errno.h>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* the project's page is at http://www.linuxtv.org * the project's page is at https://linuxtv.org
*/ */
#ifndef _ISL6405_H #ifndef _ISL6405_H
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* the project's page is at http://www.linuxtv.org * the project's page is at https://linuxtv.org
*/ */
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/errno.h> #include <linux/errno.h>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* the project's page is at http://www.linuxtv.org * the project's page is at https://linuxtv.org
*/ */
#ifndef _ISL6421_H #ifndef _ISL6421_H
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* the project's page is at http://www.linuxtv.org * the project's page is at https://linuxtv.org
*/ */
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/errno.h> #include <linux/errno.h>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* the project's page is at http://www.linuxtv.org * the project's page is at https://linuxtv.org
*/ */
#ifndef _LNBP21_H #ifndef _LNBP21_H
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* the project's page is at http://www.linuxtv.org * the project's page is at https://linuxtv.org
*/ */
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/errno.h> #include <linux/errno.h>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* the project's page is at http://www.linuxtv.org * the project's page is at https://linuxtv.org
*/ */
#ifndef _LNBP22_H #ifndef _LNBP22_H
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* The project's page is at http://www.linuxtv.org * The project's page is at https://linuxtv.org
*/ */
#ifndef TDHD1_H #ifndef TDHD1_H
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* the project's page is at http://www.linuxtv.org/ * the project's page is at https://linuxtv.org
*/ */
...@@ -1537,7 +1537,7 @@ static int get_firmware(struct av7110* av7110) ...@@ -1537,7 +1537,7 @@ static int get_firmware(struct av7110* av7110)
printk(KERN_ERR "dvb-ttpci: usually this should be in " printk(KERN_ERR "dvb-ttpci: usually this should be in "
"/usr/lib/hotplug/firmware or /lib/firmware\n"); "/usr/lib/hotplug/firmware or /lib/firmware\n");
printk(KERN_ERR "dvb-ttpci: and can be downloaded from" printk(KERN_ERR "dvb-ttpci: and can be downloaded from"
" http://www.linuxtv.org/download/dvb/firmware/\n"); " https://linuxtv.org/download/dvb/firmware/\n");
} else } else
printk(KERN_ERR "dvb-ttpci: cannot request firmware" printk(KERN_ERR "dvb-ttpci: cannot request firmware"
" (error %i)\n", ret); " (error %i)\n", ret);
...@@ -2314,7 +2314,7 @@ static int frontend_init(struct av7110 *av7110) ...@@ -2314,7 +2314,7 @@ static int frontend_init(struct av7110 *av7110)
/* Budgetpatch note: /* Budgetpatch note:
* Original hardware design by Roberto Deza: * Original hardware design by Roberto Deza:
* There is a DVB_Wiki at * There is a DVB_Wiki at
* http://www.linuxtv.org/ * https://linuxtv.org
* *
* New software triggering design by Emard that works on * New software triggering design by Emard that works on
* original Roberto Deza's hardware: * original Roberto Deza's hardware:
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* the project's page is at http://www.linuxtv.org/ * the project's page is at https://linuxtv.org
*/ */
#include <linux/types.h> #include <linux/types.h>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* the project's page is at http://www.linuxtv.org/ * the project's page is at https://linuxtv.org
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* the project's page is at http://www.linuxtv.org/ * the project's page is at https://linuxtv.org
*/ */
/* for debugging ARM communication: */ /* for debugging ARM communication: */
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* the project's page is at http://www.linuxtv.org/ * the project's page is at https://linuxtv.org
*/ */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* the project's page is at http://www.linuxtv.org/ * the project's page is at https://linuxtv.org
*/ */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* the project's page is at http://www.linuxtv.org/ * the project's page is at https://linuxtv.org
*/ */
#include <linux/module.h> #include <linux/module.h>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* the project's page is at http://www.linuxtv.org/ * the project's page is at https://linuxtv.org
*/ */
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* the project's page is at http://www.linuxtv.org/ * the project's page is at https://linuxtv.org
*/ */
#include "av7110.h" #include "av7110.h"
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
* *
* *
* the project's page is at http://www.linuxtv.org/ * the project's page is at https://linuxtv.org
*/ */
#include "budget.h" #include "budget.h"
......
...@@ -9,7 +9,7 @@ config DVB_USB_V2 ...@@ -9,7 +9,7 @@ config DVB_USB_V2
<file:Documentation/dvb/README.dvb-usb>. <file:Documentation/dvb/README.dvb-usb>.
For a complete list of supported USB devices see the LinuxTV DVB Wiki: For a complete list of supported USB devices see the LinuxTV DVB Wiki:
<http://www.linuxtv.org/wiki/index.php/DVB_USB> <https://linuxtv.org/wiki/index.php/DVB_USB>
Say Y if you own a USB DVB device. Say Y if you own a USB DVB device.
......
...@@ -9,7 +9,7 @@ config DVB_USB ...@@ -9,7 +9,7 @@ config DVB_USB
<file:Documentation/dvb/README.dvb-usb>. <file:Documentation/dvb/README.dvb-usb>.
For a complete list of supported USB devices see the LinuxTV DVB Wiki: For a complete list of supported USB devices see the LinuxTV DVB Wiki:
<http://www.linuxtv.org/wiki/index.php/DVB_USB> <https://linuxtv.org/wiki/index.php/DVB_USB>
Say Y if you own a USB DVB device. Say Y if you own a USB DVB device.
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
* All kernel-specific stuff were moved to media/v4l2-dev.h, so * All kernel-specific stuff were moved to media/v4l2-dev.h, so
* no #if __KERNEL tests are allowed here * no #if __KERNEL tests are allowed here
* *
* See http://linuxtv.org for more info * See https://linuxtv.org for more info
* *
* Author: Bill Dirks <bill@thedirks.org> * Author: Bill Dirks <bill@thedirks.org>
* Justin Schoeman * Justin Schoeman
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
* All kernel-specific stuff were moved to media/v4l2-dev.h, so * All kernel-specific stuff were moved to media/v4l2-dev.h, so
* no #if __KERNEL tests are allowed here * no #if __KERNEL tests are allowed here
* *
* See http://linuxtv.org for more info * See https://linuxtv.org for more info
* *
* Author: Bill Dirks <bill@thedirks.org> * Author: Bill Dirks <bill@thedirks.org>
* Justin Schoeman * Justin Schoeman
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment