media: update/fix my e-mail on some places
There are two places pointing to an unexisting "m.chehab@kernel.org" email. I never had such email, so, I'm unsure how it ends there. Anyway, it is plain wrong. While here, use my canonical e-mail on a bunch of places that are pointing to another e-mail. The idea is that, from now on, all places will be pointing to the same SMTP server. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
71db1cd7ff
commit
901b9dd5e3
|
@ -1,7 +1,7 @@
|
||||||
What: /sys/class/rc/
|
What: /sys/class/rc/
|
||||||
Date: Apr 2010
|
Date: Apr 2010
|
||||||
KernelVersion: 2.6.35
|
KernelVersion: 2.6.35
|
||||||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
||||||
Description:
|
Description:
|
||||||
The rc/ class sub-directory belongs to the Remote Controller
|
The rc/ class sub-directory belongs to the Remote Controller
|
||||||
core and provides a sysfs interface for configuring infrared
|
core and provides a sysfs interface for configuring infrared
|
||||||
|
@ -10,7 +10,7 @@ Description:
|
||||||
What: /sys/class/rc/rcN/
|
What: /sys/class/rc/rcN/
|
||||||
Date: Apr 2010
|
Date: Apr 2010
|
||||||
KernelVersion: 2.6.35
|
KernelVersion: 2.6.35
|
||||||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
||||||
Description:
|
Description:
|
||||||
A /sys/class/rc/rcN directory is created for each remote
|
A /sys/class/rc/rcN directory is created for each remote
|
||||||
control receiver device where N is the number of the receiver.
|
control receiver device where N is the number of the receiver.
|
||||||
|
@ -18,7 +18,7 @@ Description:
|
||||||
What: /sys/class/rc/rcN/protocols
|
What: /sys/class/rc/rcN/protocols
|
||||||
Date: Jun 2010
|
Date: Jun 2010
|
||||||
KernelVersion: 2.6.36
|
KernelVersion: 2.6.36
|
||||||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
||||||
Description:
|
Description:
|
||||||
Reading this file returns a list of available protocols,
|
Reading this file returns a list of available protocols,
|
||||||
something like:
|
something like:
|
||||||
|
@ -36,7 +36,7 @@ Description:
|
||||||
What: /sys/class/rc/rcN/filter
|
What: /sys/class/rc/rcN/filter
|
||||||
Date: Jan 2014
|
Date: Jan 2014
|
||||||
KernelVersion: 3.15
|
KernelVersion: 3.15
|
||||||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
||||||
Description:
|
Description:
|
||||||
Sets the scancode filter expected value.
|
Sets the scancode filter expected value.
|
||||||
Use in combination with /sys/class/rc/rcN/filter_mask to set the
|
Use in combination with /sys/class/rc/rcN/filter_mask to set the
|
||||||
|
@ -49,7 +49,7 @@ Description:
|
||||||
What: /sys/class/rc/rcN/filter_mask
|
What: /sys/class/rc/rcN/filter_mask
|
||||||
Date: Jan 2014
|
Date: Jan 2014
|
||||||
KernelVersion: 3.15
|
KernelVersion: 3.15
|
||||||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
||||||
Description:
|
Description:
|
||||||
Sets the scancode filter mask of bits to compare.
|
Sets the scancode filter mask of bits to compare.
|
||||||
Use in combination with /sys/class/rc/rcN/filter to set the bits
|
Use in combination with /sys/class/rc/rcN/filter to set the bits
|
||||||
|
@ -64,7 +64,7 @@ Description:
|
||||||
What: /sys/class/rc/rcN/wakeup_protocols
|
What: /sys/class/rc/rcN/wakeup_protocols
|
||||||
Date: Feb 2017
|
Date: Feb 2017
|
||||||
KernelVersion: 4.11
|
KernelVersion: 4.11
|
||||||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
||||||
Description:
|
Description:
|
||||||
Reading this file returns a list of available protocols to use
|
Reading this file returns a list of available protocols to use
|
||||||
for the wakeup filter, something like:
|
for the wakeup filter, something like:
|
||||||
|
@ -83,7 +83,7 @@ Description:
|
||||||
What: /sys/class/rc/rcN/wakeup_filter
|
What: /sys/class/rc/rcN/wakeup_filter
|
||||||
Date: Jan 2014
|
Date: Jan 2014
|
||||||
KernelVersion: 3.15
|
KernelVersion: 3.15
|
||||||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
||||||
Description:
|
Description:
|
||||||
Sets the scancode wakeup filter expected value.
|
Sets the scancode wakeup filter expected value.
|
||||||
Use in combination with /sys/class/rc/rcN/wakeup_filter_mask to
|
Use in combination with /sys/class/rc/rcN/wakeup_filter_mask to
|
||||||
|
@ -98,7 +98,7 @@ Description:
|
||||||
What: /sys/class/rc/rcN/wakeup_filter_mask
|
What: /sys/class/rc/rcN/wakeup_filter_mask
|
||||||
Date: Jan 2014
|
Date: Jan 2014
|
||||||
KernelVersion: 3.15
|
KernelVersion: 3.15
|
||||||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
||||||
Description:
|
Description:
|
||||||
Sets the scancode wakeup filter mask of bits to compare.
|
Sets the scancode wakeup filter mask of bits to compare.
|
||||||
Use in combination with /sys/class/rc/rcN/wakeup_filter to set
|
Use in combination with /sys/class/rc/rcN/wakeup_filter to set
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
What: /sys/class/rc/rcN/wakeup_data
|
What: /sys/class/rc/rcN/wakeup_data
|
||||||
Date: Mar 2016
|
Date: Mar 2016
|
||||||
KernelVersion: 4.6
|
KernelVersion: 4.6
|
||||||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
||||||
Description:
|
Description:
|
||||||
Reading this file returns the stored CIR wakeup sequence.
|
Reading this file returns the stored CIR wakeup sequence.
|
||||||
It starts with a pulse, followed by a space, pulse etc.
|
It starts with a pulse, followed by a space, pulse etc.
|
||||||
|
|
|
@ -77,7 +77,7 @@ Description: Read/Write attribute file that controls memory scrubbing.
|
||||||
|
|
||||||
What: /sys/devices/system/edac/mc/mc*/max_location
|
What: /sys/devices/system/edac/mc/mc*/max_location
|
||||||
Date: April 2012
|
Date: April 2012
|
||||||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
||||||
linux-edac@vger.kernel.org
|
linux-edac@vger.kernel.org
|
||||||
Description: This attribute file displays the information about the last
|
Description: This attribute file displays the information about the last
|
||||||
available memory slot in this memory controller. It is used by
|
available memory slot in this memory controller. It is used by
|
||||||
|
@ -85,7 +85,7 @@ Description: This attribute file displays the information about the last
|
||||||
|
|
||||||
What: /sys/devices/system/edac/mc/mc*/(dimm|rank)*/size
|
What: /sys/devices/system/edac/mc/mc*/(dimm|rank)*/size
|
||||||
Date: April 2012
|
Date: April 2012
|
||||||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
||||||
linux-edac@vger.kernel.org
|
linux-edac@vger.kernel.org
|
||||||
Description: This attribute file will display the size of dimm or rank.
|
Description: This attribute file will display the size of dimm or rank.
|
||||||
For dimm*/size, this is the size, in MB of the DIMM memory
|
For dimm*/size, this is the size, in MB of the DIMM memory
|
||||||
|
@ -96,14 +96,14 @@ Description: This attribute file will display the size of dimm or rank.
|
||||||
|
|
||||||
What: /sys/devices/system/edac/mc/mc*/(dimm|rank)*/dimm_dev_type
|
What: /sys/devices/system/edac/mc/mc*/(dimm|rank)*/dimm_dev_type
|
||||||
Date: April 2012
|
Date: April 2012
|
||||||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
||||||
linux-edac@vger.kernel.org
|
linux-edac@vger.kernel.org
|
||||||
Description: This attribute file will display what type of DRAM device is
|
Description: This attribute file will display what type of DRAM device is
|
||||||
being utilized on this DIMM (x1, x2, x4, x8, ...).
|
being utilized on this DIMM (x1, x2, x4, x8, ...).
|
||||||
|
|
||||||
What: /sys/devices/system/edac/mc/mc*/(dimm|rank)*/dimm_edac_mode
|
What: /sys/devices/system/edac/mc/mc*/(dimm|rank)*/dimm_edac_mode
|
||||||
Date: April 2012
|
Date: April 2012
|
||||||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
||||||
linux-edac@vger.kernel.org
|
linux-edac@vger.kernel.org
|
||||||
Description: This attribute file will display what type of Error detection
|
Description: This attribute file will display what type of Error detection
|
||||||
and correction is being utilized. For example: S4ECD4ED would
|
and correction is being utilized. For example: S4ECD4ED would
|
||||||
|
@ -111,7 +111,7 @@ Description: This attribute file will display what type of Error detection
|
||||||
|
|
||||||
What: /sys/devices/system/edac/mc/mc*/(dimm|rank)*/dimm_label
|
What: /sys/devices/system/edac/mc/mc*/(dimm|rank)*/dimm_label
|
||||||
Date: April 2012
|
Date: April 2012
|
||||||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
||||||
linux-edac@vger.kernel.org
|
linux-edac@vger.kernel.org
|
||||||
Description: This control file allows this DIMM to have a label assigned
|
Description: This control file allows this DIMM to have a label assigned
|
||||||
to it. With this label in the module, when errors occur
|
to it. With this label in the module, when errors occur
|
||||||
|
@ -126,14 +126,14 @@ Description: This control file allows this DIMM to have a label assigned
|
||||||
|
|
||||||
What: /sys/devices/system/edac/mc/mc*/(dimm|rank)*/dimm_location
|
What: /sys/devices/system/edac/mc/mc*/(dimm|rank)*/dimm_location
|
||||||
Date: April 2012
|
Date: April 2012
|
||||||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
||||||
linux-edac@vger.kernel.org
|
linux-edac@vger.kernel.org
|
||||||
Description: This attribute file will display the location (csrow/channel,
|
Description: This attribute file will display the location (csrow/channel,
|
||||||
branch/channel/slot or channel/slot) of the dimm or rank.
|
branch/channel/slot or channel/slot) of the dimm or rank.
|
||||||
|
|
||||||
What: /sys/devices/system/edac/mc/mc*/(dimm|rank)*/dimm_mem_type
|
What: /sys/devices/system/edac/mc/mc*/(dimm|rank)*/dimm_mem_type
|
||||||
Date: April 2012
|
Date: April 2012
|
||||||
Contact: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
Contact: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|
||||||
linux-edac@vger.kernel.org
|
linux-edac@vger.kernel.org
|
||||||
Description: This attribute file will display what type of memory is
|
Description: This attribute file will display what type of memory is
|
||||||
currently on this csrow. Normally, either buffered or
|
currently on this csrow. Normally, either buffered or
|
||||||
|
|
|
@ -62,7 +62,7 @@ Authors:
|
||||||
|
|
||||||
- Original author of the Digital TV API documentation.
|
- Original author of the Digital TV API documentation.
|
||||||
|
|
||||||
- Carvalho Chehab, Mauro <m.chehab@kernel.org>
|
- Carvalho Chehab, Mauro <mchehab+samsung@kernel.org>
|
||||||
|
|
||||||
- Ported document to Docbook XML, addition of DVBv5 API, documentation gaps fix.
|
- Ported document to Docbook XML, addition of DVBv5 API, documentation gaps fix.
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ Authors, in alphabetical order:
|
||||||
|
|
||||||
- Subdev selections API.
|
- Subdev selections API.
|
||||||
|
|
||||||
- Carvalho Chehab, Mauro <m.chehab@kernel.org>
|
- Carvalho Chehab, Mauro <mchehab+samsung@kernel.org>
|
||||||
|
|
||||||
- Documented libv4l, designed and added v4l2grab example, Remote Controller chapter.
|
- Documented libv4l, designed and added v4l2grab example, Remote Controller chapter.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Abilis Systems Single DVB-T Receiver
|
* Abilis Systems Single DVB-T Receiver
|
||||||
* Copyright (C) 2014 Mauro Carvalho Chehab <m.chehab@samsung.com>
|
* Copyright (C) 2014 Mauro Carvalho Chehab <mchehab+samsung@kernel.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
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* em28xx-video.c - driver for Empia EM2800/EM2820/2840 USB
|
* em28xx-video.c - driver for Empia EM2800/EM2820/2840 USB
|
||||||
* video capture devices
|
* video capture devices
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2014 Mauro Carvalho Chehab <m.chehab@samsung.com>
|
* Copyright (C) 2013-2014 Mauro Carvalho Chehab <mchehab+samsung@kernel.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
|
||||||
|
|
Loading…
Reference in New Issue