Hello,
On 2014-10-31 18:47, Hans Verkuil wrote:
> Fixed by this patch: https://patchwork.linuxtv.org/patch/26302/
I'll test this today, I hope.
Thanks!!
Kind regards,
Udo
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel
All,
On 2014-11-01 05:51, Udo van den Heuvel wrote:
> I'll test this today, I hope.
Works!
Kind regards,
Udo
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-
This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date: Sat Nov 1 04:00:37 CET 2014
git branch: test
git hash: 37fa8716e2d4c4155205aa4a904835de09edbb88
gcc versio
On Fri, Oct 31, 2014 at 2:13 PM, shacky wrote:
> 2014-10-31 19:05 GMT+01:00 Steven Toth :
>> FM is not supported.
>
> Hi Steven,
> thank you very much for your answer.
>
> Do you know any PCI-Express FM tuner supported by Linux?
Not off-hand.
- Steve
--
Steven Toth - Kernel Labs
http://www.ker
Em Sat, 01 Nov 2014 00:24:46 +0900
Akihiro TSUKADA escreveu:
> I withdrew this patch as it's meaningless.
>
> Originally I mis-understood that when dvbv5-scan was run
> with "-G" option, the props in channel config file that
> are not specified in dvb-v5-std.c::sys_foo_props[] were
> once loaded
Em Sat, 01 Nov 2014 00:02:36 +0900
Akihiro TSUKADA escreveu:
> > Using my Fedora package maintainer's hat, I would only enable this
> > on a patch that would also be packaging the gconf module as a
> > separate subpackage, as this would make easier to deprecate it
> > if/when this gets merged at
Em Fri, 31 Oct 2014 23:37:58 +0900
Akihiro TSUKADA escreveu:
> On 2014年10月27日 23:46, Mauro Carvalho Chehab wrote:
>
> > Always right circular polarization? I guess I read something at the specs
> > sometime ago about left polarization too. Not sure if this is actually used.
>
> Currently all tr
2014-10-31 19:05 GMT+01:00 Steven Toth :
> FM is not supported.
Hi Steven,
thank you very much for your answer.
Do you know any PCI-Express FM tuner supported by Linux?
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
FM is not supported.
--
Steven Toth - Kernel Labs
http://www.kernellabs.com
On Fri, Oct 31, 2014 at 2:01 PM, shacky wrote:
> Hi.
>
> I see that the Hauppauge WinTV-HVR-2200 is supported on Linux
> (http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-2200) but I
> cannot understand if its
On 10/31/2014 01:47 PM, Hans Verkuil wrote:
> On 10/31/2014 06:38 PM, Peter Hurley wrote:
>> [ +cc Hans Verkuil, Mauro Carvalho Chehab, linux-media ]
>
> Fixed by this patch: https://patchwork.linuxtv.org/patch/26302/
>
> Which is queued for 3.18. I think this should be backported
> to 3.17 as we
Hi.
I see that the Hauppauge WinTV-HVR-2200 is supported on Linux
(http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-2200) but I
cannot understand if its FM radio receiver is also supported by Linux.
I'm looking for a low profile PCI-Express FM receiver which works on
Linux with which I c
On 10/31/2014 06:38 PM, Peter Hurley wrote:
> [ +cc Hans Verkuil, Mauro Carvalho Chehab, linux-media ]
Fixed by this patch: https://patchwork.linuxtv.org/patch/26302/
Which is queued for 3.18. I think this should be backported
to 3.17 as well.
Regards,
Hans
>
> On 10/31/2014 11:43 AM,
[ +cc Hans Verkuil, Mauro Carvalho Chehab, linux-media ]
On 10/31/2014 11:43 AM, Udo van den Heuvel wrote:
> Hello,
>
> Booting into 3.17.2 on one box I saw:
>
> [ 15.070260] microcode: CPU0: patch_level=0x01b7
> [ 15.279454] Linux video capture interface: v2.00
> [ 15.315043] microcod
In order to have v4l2-compliance tool pass the G/S_EDID some modifications
where needed in the driver.
In particular, the edid.reserved zone must be blanked.
Signed-off-by: Jean-Michel Hautbois
---
drivers/media/i2c/adv7604.c | 24
1 file changed, 16 insertions(+), 8 del
Em Fri, 31 Oct 2014 14:09:58 +0100
Matthias Schwarzott escreveu:
> On 31.10.2014 11:32, Mauro Carvalho Chehab wrote:
> > Em Thu, 30 Oct 2014 23:43:55 +0100
> > Matthias Schwarzott escreveu:
> >
> >> The only remaining place that modifies the relevant bit is in function
> >> cx231xx_set_Colibri_
Hi All,
So I've been using my tuner for a couple years now with tvheadend,
works great :-). However, eventually I encounter something like this
in my dmesg
[585870.001641] saa7164_cmd_send() No free sequences
[585870.001645] saa7164_api_i2c_write() error, ret(1) = 0xc
[585870.001650] tda10048_wri
On Friday 31 October 2014 15:54:01 Hans Verkuil wrote:
> On 10/31/2014 03:48 PM, Simon Farnsworth wrote:
> > Documentation for enum v4l2_field did not make it clear that V4L2_FIELD_ANY
> > is only acceptable as input to the kernel, not as a response from the
> > driver.
> >
> > Make it clear, to s
Documentation for enum v4l2_field did not make it clear that V4L2_FIELD_ANY
is only acceptable as input to the kernel, not as a response from the
driver.
Make it clear, to stop userspace developers like me assuming it can be
returned by the driver.
Signed-off-by: Simon Farnsworth
---
Change wor
I withdrew this patch as it's meaningless.
Originally I mis-understood that when dvbv5-scan was run
with "-G" option, the props in channel config file that
are not specified in dvb-v5-std.c::sys_foo_props[] were
once loaded to "parms" structure to be scanned,
but later discarded in dvb_fe_get_parm
Compute the pipeline frame number from the frame number sent by the
sensor instead of incrementing the frame number in software. This
improves dropped frames detection.
Signed-off-by: Laurent Pinchart
---
drivers/staging/media/omap4iss/iss.c | 5
drivers/staging/media/omap4iss/iss_csi
Hello,
Here are four miscellaneous patches for the OMAP4 ISS driver. Please see
individual patches for details.
Laurent Pinchart (4):
v4l: omap4iss: Enable DMABUF support
v4l: omap4iss: Remove bogus frame number propagation
v4l: omap4iss: csi2: Perform real frame number propagation
v4l: o
If an entity can't be started when starting a pipeline we need to clean
up by stopping all entities that have been successfully started.
Otherwise the hardware and software states won't match, potentially
leading to crashes (for instance due to the CSI2 receiver receiving
interrupts with a NULL pip
Enable DMABUF import and export operations using videobuf2.
Signed-off-by: Laurent Pinchart
---
drivers/staging/media/omap4iss/iss_video.c | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/media/omap4iss/iss_video.c
b/drivers/staging/media/omap4iss/
Frame number propagation tries to increase the robustness of the frame
number counter by using sources less likely to be missed than the end of
frame interrupts, such as hardware frame counters or start of frame
interrupts.
Increasing the frame number in the IPIPE ISIF and resizer end of frame
int
Documentation for enum v4l2_field did not make it clear that V4L2_FIELD_ANY
is only acceptable as input to the kernel, not as a response from the
driver.
Make it clear, to stop userspace developers like me assuming it can be
returned by the driver.
Signed-off-by: Simon Farnsworth
---
Documentat
In order to make use of the vb2 queue start/stop_streaming operations
the video and queue enable/disable operations need to be split, as the
vb2 queue will need to enable and disable video instead of the other way
around.
Also move buffer queue disable outside of uvc_video_resume() to remove
all q
This brings the function name in line with the V4L2 API terminology and
allows removing the duplicate queue type check.
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_driver.c | 3 ++-
drivers/media/usb/uvc/uvc_queue.c | 53 --
drivers/media/u
To work propertly the videobuf2 core code needs to be in charge of
stream start/stop control. Implement the start_streaming and
stop_streaming vb2 operations and move video enable/disable code to
them.
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_queue.c | 43 +++
When releasing the file handle the driver calls the vb2_queue_release
which turns the stream off. There's thus no need to turn the stream off
explicitly beforehand.
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_queue.c | 14 +++---
drivers/media/usb/uvc/uvc_v4l2.c | 6 +
The v4l2_device structure embed a v4l2_prio_state structure used by
default for priority handling, but drivers can override that default by
setting the video_dev prio pointer to a different v4l2_prio_state
instance.
However, the VIDIO_G_PRIORITY and VIDIOC_S_PRIORITY implementations use
the prio s
Hello,
This patch series moves the uvcvideo driver to video_ioctl2 and fixes vb2
usage to rely on the start_streaming and stop_streaming operations.
Changes since v2:
- Drop "uvcvideo: Add V4L2 debug module parameter"
- Return buffers to vb2 on start streaming failure
- Rename __uvc_queue_cancel
videobuf2 requires drivers to give back ownership of all queue buffers
in the stop_streaming operation, as well as in the start_streaming
operation in case of failure. Mark all queued buffers as done in the
error or queued state.
Signed-off-by: Laurent Pinchart
---
Changes since v2:
- Return bu
This brings the function name in line with the V4L2 API terminology.
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_queue.c | 4 ++--
drivers/media/usb/uvc/uvc_v4l2.c | 2 +-
drivers/media/usb/uvc/uvcvideo.h | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/
Factorize the container_of() call into an inline function and update
callers.
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_queue.c | 12
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/drivers/media/usb/uvc/uvc_queue.c
b/drivers/media/usb/uvc/uvc_queu
The driver doesn't support interlaced video, set field to
V4L2_FIELD_NONE for all vb2 buffers.
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_video.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/usb/uvc/uvc_video.c
b/drivers/media/usb/uvc/uvc_video.c
index df
Simplify ioctl handling by using video_ioctl2.
Signed-off-by: Laurent Pinchart
---
Changes since v1:
- Don't memset cap to 0 in uvc_ioctl_querycap
---
drivers/media/usb/uvc/uvc_driver.c |1 +
drivers/media/usb/uvc/uvc_v4l2.c | 1010
drivers/media/usb
From: Koji Matsuoka
Signed-off-by: Koji Matsuoka
Signed-off-by: Simon Horman
Signed-off-by: Yoshihiro Kaneko
---
This patch is against master branch of linuxtv.org/media_tree.git.
v4 [Yoshihiro Kaneko]
* indent with a tab, not with spaces
v3 [Yoshihiro Kaneko]
* fixes the detection of RGB i
> Using my Fedora package maintainer's hat, I would only enable this
> on a patch that would also be packaging the gconf module as a
> separate subpackage, as this would make easier to deprecate it
> if/when this gets merged at gconv's upstream.
I'm afraid that gconv upstream won't merge those app
On 10/31/2014 03:48 PM, Simon Farnsworth wrote:
> Documentation for enum v4l2_field did not make it clear that V4L2_FIELD_ANY
> is only acceptable as input to the kernel, not as a response from the
> driver.
>
> Make it clear, to stop userspace developers like me assuming it can be
> returned by t
Hi Hans,
On Friday 31 October 2014 15:39:04 Hans Verkuil wrote:
> On 10/31/2014 02:54 PM, Laurent Pinchart wrote:
> > Add a new debug module parameter and use it to initialize the V4L2 debug
> > level for all video devices.
>
> This patch is unnecessary and can be dropped. You can dynamically set
On 10/31/2014 02:54 PM, Laurent Pinchart wrote:
> Add a new debug module parameter and use it to initialize the V4L2 debug
> level for all video devices.
This patch is unnecessary and can be dropped. You can dynamically set it through
echo 1 >/sys/class/video4linux/videoX/debug.
Drivers shouldn't
On 2014年10月27日 23:46, Mauro Carvalho Chehab wrote:
> Always right circular polarization? I guess I read something at the specs
> sometime ago about left polarization too. Not sure if this is actually used.
Currently all transponders of ISDB-S use right polarization.
but I modifed this part and re
On Fri, Oct 31, 2014 at 04:26:45PM +0200, Aya Mahfouz wrote:
> On Fri, Oct 31, 2014 at 04:06:00PM +0300, Dan Carpenter wrote:
> > drivers/staging/media/lirc/lirc_zilog.c
> > 1333 /* Close the IR device */
> > 1334 static int close(struct inode *node, struct file *filep)
> > 1335 {
> > 13
On Fri, Oct 31, 2014 at 04:06:00PM +0300, Dan Carpenter wrote:
> Hello Aya Mahfouz,
>
Hello Dan,
> The patch be4aa8157c98: "staging: media: lirc: lirc_zilog.c: replace
> custom print macros with dev_* and pr_*" from Oct 26, 2014, leads to
> the following static checker warning:
>
> drive
In order to make use of the vb2 queue start/stop_streaming operations
the video and queue enable/disable operations need to be split, as the
vb2 queue will need to enable and disable video instead of the other way
around.
Also move buffer queue disable outside of uvc_video_resume() to remove
all q
When releasing the file handle the driver calls the vb2_queue_release
which turns the stream off. There's thus no need to turn the stream off
explicitly beforehand.
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_queue.c | 14 +++---
drivers/media/usb/uvc/uvc_v4l2.c | 6 +
To work propertly the videobuf2 core code needs to be in charge of
stream start/stop control. Implement the start_streaming and
stop_streaming vb2 operations and move video enable/disable code to
them.
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_queue.c | 43 +++
videobuf2 requires drivers to give back ownership of all queue buffers
in the stop_streaming operation. Mark all queued buffers as done in the
error state.
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_queue.c | 28 +++-
1 file changed, 19 insertions(+), 9
Simplify ioctl handling by using video_ioctl2.
Signed-off-by: Laurent Pinchart
---
Changes since v1:
- Don't memset cap to 0 in uvc_ioctl_querycap
---
drivers/media/usb/uvc/uvc_driver.c |1 +
drivers/media/usb/uvc/uvc_v4l2.c | 1010
drivers/media/usb
Hello,
This patch series moves the uvcvideo driver to video_ioctl2 and fixes vb2
usage to rely on the start_streaming and stop_streaming operations.
Please see individual patches for details.
Laurent Pinchart (11):
v4l2: get/set prio using video_dev prio structure
uvcvideo: Move to video_ioc
Add a new debug module parameter and use it to initialize the V4L2 debug
level for all video devices.
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_driver.c | 4
1 file changed, 4 insertions(+)
diff --git a/drivers/media/usb/uvc/uvc_driver.c
b/drivers/media/usb/uvc/uvc_dri
This brings the function name in line with the V4L2 API terminology and
allows removing the duplicate queue type check.
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_driver.c | 3 ++-
drivers/media/usb/uvc/uvc_queue.c | 53 --
drivers/media/u
Factorize the container_of() call into an inline function and update
callers.
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_queue.c | 12
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/drivers/media/usb/uvc/uvc_queue.c
b/drivers/media/usb/uvc/uvc_queu
The v4l2_device structure embed a v4l2_prio_state structure used by
default for priority handling, but drivers can override that default by
setting the video_dev prio pointer to a different v4l2_prio_state
instance.
However, the VIDIO_G_PRIORITY and VIDIOC_S_PRIORITY implementations use
the prio s
The driver doesn't support interlaced video, set field to
V4L2_FIELD_NONE for all vb2 buffers.
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_video.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/usb/uvc/uvc_video.c
b/drivers/media/usb/uvc/uvc_video.c
index df
This brings the function name in line with the V4L2 API terminology.
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_queue.c | 4 ++--
drivers/media/usb/uvc/uvc_v4l2.c | 2 +-
drivers/media/usb/uvc/uvcvideo.h | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/
Hello.
On 10/31/2014 12:10 PM, Yoshihiro Kaneko wrote:
From: Koji Matsuoka
Since the Start Line Pre-Clip register, the Start Pixel Pre-Clip
register and the End Line Post-Clip register do not have restriction
Hm, my R-Car H1 manual says to specify an even number for the Start Pixel
Pr
From: Akihiro Tsukada
* report the fixed per-transponder symbolrate instead of per-TS ones
* add output TS-ID report
Signed-off-by: Akihiro Tsukada
---
drivers/media/dvb-frontends/tc90522.c | 16 +++-
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/drivers/media/dvb-f
From: Akihiro Tsukada
Signed-off-by: Akihiro Tsukada
---
drivers/media/dvb-frontends/tc90522.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/dvb-frontends/tc90522.c
b/drivers/media/dvb-frontends/tc90522.c
index d9905fb..bca81ef 100644
--- a/drivers/media/dvb
From: Akihiro Tsukada
Signed-off-by: Akihiro Tsukada
---
drivers/media/dvb-core/dvb_frontend.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/drivers/media/dvb-core/dvb_frontend.c
b/drivers/media/dvb-core/dvb_frontend.c
index c862ad7..95d6296 100644
--- a/drivers/media/dvb-core/dvb_
From: Akihiro Tsukada
Added LNB support for Japanese satellites.
Currently tested with dvbv5-zap, dvb-fe-tool.
At least the charset conversion and the parser of
extended event descriptors are not implemented now,
as they require some ISDB-S(/T) specific modification.
Signed-off-by: Akihiro Tsuka
From: Akihiro Tsukada
Signed-off-by: Akihiro Tsukada
---
configure.ac|9 +
lib/Makefile.am |6 +-
lib/gconv/arib-std-b24.c| 1592 +++
lib/gconv/en300-468-tab00.c | 564 +++
lib/gconv/gconv-modules |
From: Akihiro Tsukada
to distinguish country variants of delivery systems like ISDB-T.
Signed-off-by: Akihiro Tsukada
---
configure.ac | 4 +
lib/include/libdvbv5/countries.h | 307 +++
lib/include/libdvbv5/dvb-fe.h | 14 ++
lib/include/libd
From: Akihiro Tsukada
added NIT scan for ISDB-S.
Signed-off-by: Akihiro Tsukada
---
lib/libdvbv5/dvb-fe.c | 2 ++
lib/libdvbv5/dvb-file.c| 14 ++
lib/libdvbv5/dvb-scan.c| 58 --
lib/libdvbv5/parse_string.c| 8 +-
From: Akihiro Tsukada
This patch series adds tuning and scanning features for ISDB-S,
and required modifications to libdvbv5 and utils/dvb to support it.
Other features of the libdvbv5 API may not work for ISDB-S.
Changes from v2:
* rebased to the recent master (db6a15ad)
* removed the unneces
From: Akihiro Tsukada
Signed-off-by: Akihiro Tsukada
---
lib/libdvbv5/dvb-scan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/libdvbv5/dvb-scan.c b/lib/libdvbv5/dvb-scan.c
index 31eb78f..690e393 100644
--- a/lib/libdvbv5/dvb-scan.c
+++ b/lib/libdvbv5/dvb-scan.c
@@ -92
From: Akihiro Tsukada
When a new channel entry is to be added to the channel list,
it is checked if there's already similar entry in the list.
This check was based only on freq, polarity, allowable frequency shift,
so it could not be used for delivery systems that use stream_id
and mulplex multip
From: Akihiro Tsukada
In the output of satellite delsys's scanning,
channel frequencies were offset by the LNB's LO frequency,
which should be not.
Signed-off-by: Akihiro Tsukada
---
lib/libdvbv5/dvb-fe.c | 19 +--
1 file changed, 17 insertions(+), 2 deletions(-)
diff --git a/
On 31.10.2014 11:32, Mauro Carvalho Chehab wrote:
> Em Thu, 30 Oct 2014 23:43:55 +0100
> Matthias Schwarzott escreveu:
>
>> The only remaining place that modifies the relevant bit is in function
>> cx231xx_set_Colibri_For_LowIF
>>
>> Signed-off-by: Matthias Schwarzott
>> ---
>> drivers/media/us
Hello Aya Mahfouz,
The patch be4aa8157c98: "staging: media: lirc: lirc_zilog.c: replace
custom print macros with dev_* and pr_*" from Oct 26, 2014, leads to
the following static checker warning:
drivers/staging/media/lirc/lirc_zilog.c:1340 close()
error: we previously assumed 'ir'
Hello.
On 10/31/2014 12:08 PM, Yoshihiro Kaneko wrote:
From: Koji Matsuoka
Signed-off-by: Koji Matsuoka
Signed-off-by: Simon Horman
Signed-off-by: Yoshihiro Kaneko
---
This patch is against master branch of linuxtv.org/media_tree.git.
v3 [Yoshihiro Kaneko]
* fixes the detection of
Hi Michael,
Thank you for the patch.
On Thursday 02 October 2014 18:09:47 Michael Grzeschik wrote:
> Currently the uvc_driver is not cleaning up its child devices if a
> device is still in use. It leads to orphaned devices which are not
> sitting on any interface. They get cleaned up on uvc_delet
Em Thu, 30 Oct 2014 23:43:55 +0100
Matthias Schwarzott escreveu:
> The only remaining place that modifies the relevant bit is in function
> cx231xx_set_Colibri_For_LowIF
>
> Signed-off-by: Matthias Schwarzott
> ---
> drivers/media/usb/cx231xx/cx231xx-avcore.c | 3 +--
> 1 file changed, 1 inser
From: Koji Matsuoka
Since the Start Line Pre-Clip register, the Start Pixel Pre-Clip
register and the End Line Post-Clip register do not have restriction
of H/W to a setting value, the processing of alignment is unnecessary.
This patch corrects so that processing of alignment is not performed.
H
From: Koji Matsuoka
The progressive input is captured by the field interrupt.
Therefore the end of frame interrupt is unnecessary.
Signed-off-by: Koji Matsuoka
Signed-off-by: Yoshihiro Kaneko
---
drivers/media/platform/soc_camera/rcar_vin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-
From: Koji Matsuoka
Signed-off-by: Koji Matsuoka
Signed-off-by: Simon Horman
Signed-off-by: Yoshihiro Kaneko
---
This patch is against master branch of linuxtv.org/media_tree.git.
v3 [Yoshihiro Kaneko]
* fixes the detection of RGB input
v2 [Yoshihiro Kaneko]
* remove unused definition as su
The update was supplied directly by PCTV.
Add tuner ids 182-188.
Add audproc ids 45-52.
Add decoder chip ids 43-53.
Use 32bits for the serial number.
Signed-off-by: Matthias Schwarzott
---
drivers/media/common/tveeprom.c | 36 +---
1 file changed, 29 insertions(+
77 matches
Mail list logo