Am Freitag, den 20.09.2019, 18:01 +0200 schrieb Andrey Konovalov:
> > Reported-and-tested-by:
> > syzbot+d93dff37e6a89431c...@syzkaller.appspotmail.com
[..]
> Hi Oliver,
>
> I was wondering if you've submitted this patch anywhere? The bug is
> still happening.
>
Am Dienstag, den 20.08.2019, 19:55 +0100 schrieb Ben Hutchings:
> On Tue, 2019-04-30 at 15:07 +0200, Oliver Neukum wrote:
> > dvb_usb_device_exit() frees and uses the device name in that order
> > Fix by storing the name in a buffer before freeing it
> >
> > v2: fixed s
The driver needs an isochronous endpoint to be present. It will
oops in its absence. Add checking for it.
Reported-by: syzbot+d93dff37e6a89431c...@syzkaller.appspotmail.com
Signed-off-by: Oliver Neukum
---
drivers/media/usb/b2c2/flexcop-usb.c | 3 +++
1 file changed, 3 insertions(+)
diff --git
The driver needs to check the endpoint types, too, as opposed
to the number of endpoints. This also requires moving the check earlier.
Reported-by: syzbot+01a77b82edaa37406...@syzkaller.appspotmail.com
Signed-off-by: Oliver Neukum
---
drivers/media/rc/iguanair.c | 15 +++
1 file
Sehr geehrte Damen und Herren,
wir haben Ihre Firmenwebseite besucht und wir sind der Meinung, sie sieht
ausgezeichnet aus!
Wenn Ihnen daran liegt, neue Kunden zu gewinnen, dann haben wir für Sie ein
Angebot.
Wir verfügen über den neusten, stets aktualisierten Firmenkatalog 2019. In
wenigen A
Grüßen
Oliver Klemens
This converts the driver to using the BIT macro to increase readability
Signed-off-by: Oliver Neukum
---
drivers/media/usb/pwc/pwc.h | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/drivers/media/usb/pwc/pwc.h b/drivers/media/usb/pwc/pwc.h
index
Kasan reported a use after free in cpia2_usb_disconnect()
It first freed everything and then woke up those waiting.
The reverse order is correct.
Signed-off-by: Oliver Neukum
Reported-by: syzbot+0c90fc937c84f97d0...@syzkaller.appspotmail.com
Fixes: 6c493f8b28c67 ("[media] cpia2: major ove
On Do, 2019-05-02 at 14:43 +0300, Laurent Pinchart wrote:
> Let's capitalise the comment and end it with a period to match the rest
> of the driver. With these small issues fixed,
>
> Reviewed-by: Laurent Pinchart
Hi,
thank you. I agree with them.
Regards
Oliver
dvb_usb_device_exit() frees and uses the device name in that order
Fix by storing the name in a buffer before freeing it
v2: fixed style issues
v3: strscpy used and variable names changed
v4: really use strscpy everywhere
Signed-off-by: Oliver Neukum
Reported-by: syzbot+26ec41e9f788b3eba
We need to check whether this work we are canceling actually is
initialized.
Signed-off-by: Oliver Neukum
Reported-by: syzbot+2e1ef9188251d9cc7...@syzkaller.appspotmail.com
---
drivers/media/usb/uvc/uvc_ctrl.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/media
dvb_usb_device_exit() frees and uses the device name in that order
Fix by storing the name in a buffer before freeing it
v2: fixed style issues
v3: strscpy used and variable names changed
Signed-off-by: Oliver Neukum
Reported-by: syzbot+26ec41e9f788b3eba...@syzkaller.appspotmail.com
dvb_usb_device_exit() frees and uses the device name in that order
Fix by storing the name in a buffer before freeing it
v2: fixed style issues
Signed-off-by: Oliver Neukum
Reported-by: syzbot+26ec41e9f788b3eba...@syzkaller.appspotmail.com
---
drivers/media/usb/dvb-usb/dvb-usb-init.c | 7
Dear Mauro,
thanks! Just to clarify, the issue I described in
https://bugzilla.kernel.org/show_bug.cgi?id=199323
was on an Intel x86_64 system, with an onboard USB Controller handled by the
standard xhci driver,
so this does not affect RPi alone.
Cheers and thanks,
Oliver
Am 05.10.18
subscribed to the list.
Cheers,
Oliver
Am 24.09.18 um 22:26 schrieb Oliver Freyermuth:
> Dear DVB experts,
>
> commit:
> 7d95fb7 - media: dvbsky: use just one mutex for serializing device R/W ops
> hard breaks DVBSky cards.
> Also the previous locking commits have caus
ut does not deliver any data.
Please include me in any replies, I am not subscribed to the list.
Cheers and all the best,
Oliver
Am Dienstag, den 15.05.2018, 18:01 +0200 schrieb Hans Verkuil:
> On 05/15/2018 05:46 PM, Oliver Neukum wrote:
> > Am Dienstag, den 15.05.2018, 16:28 +0200 schrieb Hans Verkuil:
> > > On 05/15/18 15:07, Oliver Neukum wrote:
> > > > usbtv_audio_fail:
> > >
Am Dienstag, den 15.05.2018, 16:28 +0200 schrieb Hans Verkuil:
> On 05/15/18 15:07, Oliver Neukum wrote:
> > The premature free in the error path is blocked by V4L
> > refcounting, not USB refcounting. Thanks to
> > Ben Hutchings for review.
> >
> > [v2] corrected
The premature free in the error path is blocked by V4L
refcounting, not USB refcounting. Thanks to
Ben Hutchings for review.
[v2] corrected attributions
Signed-off-by: Oliver Neukum
Fixes: 50e704453553 ("media: usbtv: prevent double free in error case")
CC: sta...@vger.kernel.org
R
The premature free in the error path is blocked by V4L
refcounting, not USB refcounting. Thanks to
Ben Hutchings for review.
Signed-off-by: Oliver Neukum
Fixes: 50e704453553 ("media: usbtv: prevent double free in error case")
---
drivers/media/usb/usbtv/usbtv-core.c | 3 ++-
1 file
=> kfree(usbtv) (1st time)
usbtv_video_fail:
usb_set_intfdata(intf, NULL);
usb_put_dev(usbtv->udev);
kfree(usbtv); (2nd time)
So, as we have refcounting, use it
Reported-by: Yavuz, Tuba
Signed-off-by: Oliver Neukum
CC: sta...@vger.kernel.org
---
drivers/
BUG IR keytable 1.12.3
OS: Distributor ID: Debian
Description: Debian GNU/Linux 9.1 (stretch)
Release: 9.1
Codename: stretch
Kernel: 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06) x86_64
GNU/Linux
Programversion: IR keytable control version 1.12.3
IR-Devic
> transfer to any part of the same buffer.
The storage driver takes buffers as the block layer (or sg) provide
them, does it not?
Regards
Oliver
ey do assume that.
> I'll rework on this patch to put more emphasis about this issue.
For now that is the best. But even in the medium term this sucks.
At a minimum controller drivers need to export what they can do.
Regards
Oliver
network drivers are written with
the assumption that any contiguous buffer is valid. In fact you could
argue that those drivers are buggy and must use bounce buffers in those
cases.
So we need to include the full story here.
Regards
Oliver
>
> These two chunks look like legit resilience measure, and maybe could be
> even added to upstream ffmpeg, maybe for non-default mode.
>
Well I’ve posted it to the FFmpeg dev list for feedback, so we will see.
Non-default mode - yes maybe it needs to be optional. And/or only have an
effect
>> I have written a patch for FFmpeg that deals with the problem for both
>> devices so it’s not really an issue for me anymore, but I’m not sure
>> if the patch will get accepted in their master git as it’s a little
>> messy.
>
> Please post this patch here!
Here you go, Andrey. This patch basi
t/copy me into
any further discussion and I’m happy to provide ssh access to a machine that
shows the problem for debugging if that would help.
- Oliver
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More
manifests itself with certain devices.
Would providing ssh access to the machine be of interest to anyone who wants to
debug this?
> On 5 Sep 2016, at 23:19, Andrey Utkin wrote:
>
> On Mon, Sep 05, 2016 at 10:43:49PM +0300, Oliver Collyer wrote:
>> I do not have any knowledge
> On 5 Sep 2016, at 23:19, Andrey Utkin wrote:
>
> On Mon, Sep 05, 2016 at 10:43:49PM +0300, Oliver Collyer wrote:
>> I do not have any knowledge of uvcvideo and the associated classes apart
>> from the studying I’ve done the past day or two, but it seems likely that
at the end of the first capture.
Let me know what I need to do next to further narrow it down.
Regards
Oliver
[ 1138.087237] uvcvideo: uvc_v4l2_open
[ 1138.180909] uvcvideo: Resuming interface 0
[ 1138.180910] uvcvideo: Resuming interface 1
[ 1138.182123] uvcvideo: uvc_v4l2_mmap
[ 1138.182189
Hi Andrey
I'm already building my own FFmpeg from git master but in any case it happens
with the V4L2 API capture example in exactly the same way.
I have rebuilt uvcvideo/v4l from media_build with same result but I'll try
later kernel.
Regards
Oliver
> On 4 Sep 2016, at 22:25,
now. I am happy to test/make any
suggested fixes or even provide ssh access to the machine if necessary.
Regards
Oliver
oliver@NUC-1:~$ uname -a
Linux NUC-1 4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016 x86_64
x86_64 x86_64 GNU/Linux
oliver@NUC-1:~/media_build/linux$ lsc
nel: dw2102: su3000_power_ctrl: 1, initialized 1
Jul 23 16:12:30 Hotel kernel: dw2102: su3000_power_ctrl: 0, initialized 1
Best regards,
Oliver
--
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-info.html
Allow for SS+ USB devices
Signed-off-by: Oliver Neukum
---
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 075a0fe..b5589d5 100644
--- a/drivers/media/usb/uvc/uvc_video.c
+++ b
Allow for SS+ devices
Signed-off-by: Oliver Neukum
---
drivers/media/usb/gspca/gspca.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/usb/gspca/gspca.c b/drivers/media/usb/gspca/gspca.c
index af5cd82..69d56f3 100644
--- a/drivers/media/usb/gspca/gspca.c
+++ b
This fixes the crash reported in:
http://seclists.org/bugtraq/2015/Oct/35
The interface number needs a sanity check.
Signed-off-by: Oliver Neukum
---
drivers/media/usb/usbvision/usbvision-video.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/drivers/media/usb/usbvision/usbvision
write to storage interface
storage interface being resumed
flush_work() - waiting for CPU B
DEADLOCK
If you want to use flush_work() you must use a dedicated queue.
Regards
Oliver
--
To unsubscribe from this list: se
Hi Laurent,
I took the first option ;)
http://pastebin.com/7YUgS2Zt
Regards, Oliver
--
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-info.html
h
Regards, Oliver
--
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-info.html
mages, so, maybe I'm way behind the time and everything
is working already?
The problem is:- The system is a headless system - so no monitor and no Xorg
installation (some X11 dependencies are installed tho) and I guess cheese has
no commandline interface?
Regards,
Oliver
--
To unsubscribe
player just
accesses the video mode and takes a single frame.
mplayer tv:// -tv driver=v4l2:device=/dev/video0:width=1280:height=720
-frames 1 -vo jpeg
I wonder if there is a possibility to access the cam in the
I-call-it-snapshot-mode to take single pictures with higher resolutions?
Regards,
TT3650CI which creates broken packages out of nowhere every few seconds (both
Windows and Linux) and I am slowly running out of functional DVB-USB (with CI)
hardware.
Cheers and thanks for any help,
Oliver
--
$ ./szap-s2 -h -V -c ~/.mpv/channelsS2VDR.conf -r "Das
On 01/19/14 02:10, Dark Shadow wrote:
Updated initial tuning data for ca-AB-Calgary with more channels for
the repository.
Sorry for the late reply; it has been merged and pushed.
oliver
#--
# file automatically
From: Oliver Neukum
x < constant implies x + unsigned < constant
That check just obfuscates the code
Signed-off-by: Oliver Neukum
---
drivers/media/usb/uvc/uvc_driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/usb/uvc/uvc_driver.c
b/drivers/med
From: Oliver Neukum
x < constant implies x + unsigned < constant
That check just obfuscates the code
Signed-off-by: Oliver Neukum
---
drivers/media/usb/uvc/uvc_driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/usb/uvc/uvc_driver.c
b/drivers/med
On 01-12-13 14:56, Adrian Minta wrote:
I took the .scm file from my Samsung TV and I use SamyGO-ChanEdit-v54 to
look inside.
The values where tested with kaffeine and w_scan. All the TV and Radio
Channel where detected successfully.
Thanks, I have pushed it to the repo's.
Oliver
This i
On 26-11-13 20:56, Golden Shadow wrote:
Hello Oliver,
Thanks for your reply.
I could not find the PCIe cards you mentioned (L4M-Flex CI or L4M-Flex-Twin C)
on the supported PCIe cards on:
http://www.linuxtv.org/wiki/index.php/DVB-C_PCIe_Cards#Supported_DVB-C_PCIe_Cards:
The two drivers for
nly have 1 for now, but plan to upgrade to 4 laters, giving me 8 tuners
in single PCI-e slot. Since you say you need crypto, you could use the
L4M-Flex CI or L4M-Flex-Twin CI module to do that.
Oliver
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the
g/~endriss/media_build_experimental/rev/8c5bb9101f84
You probably best poke Oliver Endriss (ufo) on the VDR portal as that is
his work and is unrelated or unmaintained here at linux-media.
That said, someone recently stepped up to try to bring in the latest
driver back into the mailine linux-media repo
roper patch that applies from mail would be easier, but I
manually fixed it for you this time :)
Thank you!
Oliver
Thank you
--
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://
, maybe you are using an older version?
oliver
Best Regards
nuclear
--
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-info.html
-patch/send-email or use github's pull request.
Thank you,
Oliver
diff -r 3ee111da5b3a util/scan/dvb-t/pt-Azores-Faial
--- /dev/null Thu Jan 01 00:00:00 1970 +
+++ b/util/scan/dvb-t/pt-Azores-Faial Sat Sep 28 11:49:03 2013 +0100
@@ -0,0 +1,5 @@
+# PT, Azores, Faial
+# Generated from
about the linux-pwm framework and its support for the backlight via
dts?
Or am I talking way to uninformed here. Copying backlight to flashlight
with some minor modification sounds sensible in a way...
Oliver
[1] http://www.spinics.net/lists/linux-leds/msg00899.html
--
Regards,
Sylwester
Hans Verkuil
Hugues FRUCHET
Laurent Pinchart
Mauro Carvalho Chehab
Michael Krufky
Oliver Schinagl
Pawel Osciak
Peter Senna Tschudin
Ricardo Ribalda Delgado
Sakari Ailus
Please let me know if I'm missing someon
om my other e-mail address (this current
one) as I do all my lmml mails with, but I can completely understand.
On 09/08/2013 04:43 PM, Oliver Schinagl wrote:
Hey Jarod,
I've been using my iMon that came with my silverstone tech case for
years. This was all using the old methods via lirc et
On 09-09-13 12:33, Sam Stenvall wrote:
On 9.9.2013 11:51, Oliver Schinagl wrote:
On 07-09-13 15:36, Sam Stenvall wrote:
Hi,
Hello,
Here's an updated fi-HTV scan file according to the official
specification available at http://dvb.welho.fi/cable.php.
Patch merged manually and pushed,
On 07-09-13 15:36, Sam Stenvall wrote:
Hi,
Hello,
Here's an updated fi-HTV scan file according to the official
specification available at http://dvb.welho.fi/cable.php.
Patch merged manually and pushed, your diff failed to apply, did you use
git diff?
Oliver
diff -r 3ee111da5b3a
produce output
either, and lsusb shows up fine so communication seems to work to some
length? THat last warning seems odd though?
Oliver
--
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-info.html
A10 and this knowledge will need a kernel side driver in some framework.
I looked at the exynos video decoders and googling for linux-media
hardware accelerated decoding doesn't yield much either.
Anyway, just a thought; if you think it's the wrong place for it to be
discussed, that
?
It is attached.
> Why does it need more buffers, is it a superspeed webcam ?
No. It is HS.
> > Signed-off-by: Oliver Neukum
> > ---
> > drivers/media/usb/uvc/uvcvideo.h | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a
From: Oliver Neukum
This is necessary to let the new generation of cameras
from LiteOn used in Haswell ULT notebook operate. Otherwise
the images will be truncated.
Signed-off-by: Oliver Neukum
---
drivers/media/usb/uvc/uvcvideo.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions
In theory, no, it should be identical. Hopeing you don't have any USB
issue, I think you should let the maintainer know that this is
happening. I'm sorry but I lack knowledge in this area to help you any
further.
Oliver
On 08/01/13 16:36, Krishna Kishore wrote:
Hi Oliver,
evice, then it might be related to the dvb driver, but even there I
have my doubts.
Oliver
On 01-08-13 16:06, Krishna Kishore wrote:
Krishna Kishore wrote:
Hi,
When I used buildroot filesystem, I am not seeing this problem.
However, my device still doenot work.
Ubuntu 13.04 desktop k
Hi,
I've got a new camera which perfectly works at some
resolutions (640x480, 640x360, 160x120). At all other resolutions
I get a black screen because all frames are dropped due to
a set error bit "Payload dropped (error bit set)"
Any idea how to debug it?
Regards
On 30-07-13 08:25, Krishna Kishore wrote:
Hi Oliver,
3.10.2 booted on Pandaboard. Now, I am trying to connect Prof 7500 DVB-S2
device. It does not get detected as new USB device.
.config file is attached to this email. Am I missing any config? Can you
please let me know?
From a
) as edc0bc3f04b715f2c882343e4d4fdf94e7cc1e29
Oliver
On 27-07-13 12:37, Franz Schrober wrote:
bump
- Ursprüngliche Message -
Von: Franz Schrober
An: "linux-media@vger.kernel.org" ;
"kaffeine-u...@lists.sourceforge.net" ;
"pkg-kde-ext...@lists.alioth.debian.
s encoding issue? ([PATCH][dvb-apps] Fix 'scan' utility
region 0x14 encoding from BIG5 to UTF-16BE)
Did you notify the maintainer? of the dvb-apps? I think manu is still
one of the dvb-apps maintainers.
Thanks,
Huei-Horng Yo
2013/7/12 Oliver Schinagl :
Hey all,
The channels-conf dir
at's why I used stv0900 for anysee driver.
I wonder is there something special supported by stv090x because normal
tuner/demod callbacks are not enough.
That's probably for the ddbridge driver, while ours is pretty old (0.5)
Ralph/oliver is working on 0.9 atm. 0.8.6 still uses the sam
tune to: 3725:h:0:27500
From: linux-media-ow...@vger.kernel.org [linux-media-ow...@vger.kernel.org] on
behalf of Krishna Kishore [krishna.kish...@sasken.com]
Sent: Wednesday, July 24, 2013 4:50 PM
To: Oliver Schinagl
Cc: linux-media@vger.kernel.org
Subject: RE: Prof DVB-S2
, that has long been fixed.
oliver
-Original Message-----
From: Oliver Schinagl [mailto:oliver+l...@schinagl.nl]
Sent: Wednesday, July 24, 2013 4:34 PM
To: Krishna Kishore
Cc: linux-media@vger.kernel.org
Subject: Re: Prof DVB-S2 USB device
On 24-07-13 10:59, Krishna Kishore wrot
On 24-07-13 10:59, Krishna Kishore wrote:
Dear Oliver,
Thanks for your response. I tried with 3.10.1. As you rightly pointed out, it
does not seem to work on my board (pandaboard). It gets stuck at "Starting
kernel...".
Now, I am trying with 3.4.47 version now. Let
On 24-07-13 08:56, Krishna Kishore wrote:
Dear Oliver,
Thanks for your response. Here are more details. Please help me in making
this work.
Linux version:
-sh-4.1# uname -a
Linux (none) 3.4.0 #28 SMP PREEMPT Tue Jul 23 16:24:14 IST 2013 armv7l GNU/Linux
Your kernel is ancient. The
for a limb, yet offer nothing.
oliver
Can you please help me?
Regards,
Kishore.
SASKEN BUSINESS DISCLAIMER: This message may contain confidential, proprietary or legally
privileged information. In case you are not the original intended Recipient of
On 12-07-13 20:55, Mauro Carvalho Chehab wrote:
Em Fri, 12 Jul 2013 11:07:55 +0200
Oliver Schinagl escreveu:
Mauro,
I think the archive is generated incorrectly. Could you take a look and
see why? I shamefully admit I still am not sure where you did what to
generate these ;)
Basically, I
From: CrazyCat
Signed-off-by: Oliver Schinagl
---
dvb-s/Astra-31.5E | 5 +
dvb-s/Atlantic-Bird-1-12.5W | 4
dvb-s/Intelsat-12-45.0E | 10 ++
dvb-t/ru-Novosibirsk| 6 ++
dvb-t/ua-Kharkov| 6 ++
dvb-t/ua-Lozovaya | 6
From: CrazyCat
Signed-off-by: Oliver Schinagl
---
dvb-t/ru-Krasnodar | 6 ++
dvb-t/ru-Novosibirsk | 2 +-
dvb-t/ru-Volgodonsk | 6 ++
dvb-t/ua-Kharkov | 2 +-
dvb-t/ua-Kiev| 6 ++
dvb-t/ua-Lozovaya| 2 +-
dvb-t/ua-Odessa | 6 ++
7 files changed, 27
From: CrazyCat
Signed-off-by: Oliver Schinagl
---
dvb-s/Astra-31.5E | 9 ++---
dvb-s/Atlantic-Bird-1-12.5W | 5 +++--
dvb-s/Atlantic-Bird-3-5.0W | 35 ---
dvb-s/Hotbird-13.0E | 3 ++-
dvb-s/Intelsat-12-45.0E | 23
From: CrazyCat
Signed-off-by: Oliver Schinagl
---
dvb-s/Hotbird-13.0E | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dvb-s/Hotbird-13.0E b/dvb-s/Hotbird-13.0E
index 7c916a8..1724a3d 100644
--- a/dvb-s/Hotbird-13.0E
+++ b/dvb-s/Hotbird-13.0E
@@ -1,6 +1,5
From: Vladimir Lalov
Signed-off-by: Oliver Schinagl
---
dvb-t/bg-Sofia | 16
1 file changed, 16 insertions(+)
create mode 100644 dvb-t/bg-Sofia
diff --git a/dvb-t/bg-Sofia b/dvb-t/bg-Sofia
new file mode 100644
index 000..82cc037
--- /dev/null
+++ b/dvb-t/bg-Sofia
onger.
Unless valid reasons are brought up to keep it, I will move it to a
seperate branch and delete it from the master branch in the next few weeks.
Thanks,
Oliver
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.
From: Huei-Horng Yo
Signed-off-by: Oliver Schinagl
---
channels-conf/dvb-t/tw-All | 21 +
dvb-t/tw-All | 11 +++
dvb-t/tw-Kaohsiung | 6 --
dvb-t/tw-Taipei| 7 ---
4 files changed, 32 insertions(+), 13 deletions
Mauro,
I think the archive is generated incorrectly. Could you take a look and
see why? I shamefully admit I still am not sure where you did what to
generate these ;)
Oliver
Original Message
Subject:dtv-scan-tables tar archive
Date: Fri, 12 Jul 2013 10:59:56
arise, I'm all ears.
Oliver
--
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-info.html
Regards
Oliver
--
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-info.html
On 09-07-13 01:12, Jonathan McCrohan wrote:
Hi Oliver,
I was just taking a look around github, and noticed that some people
have forked their own versions of dtv-scan-tables on there.
*sigh*
There appear to be some worthwhile contributions there that have not
been upstreamed. [1],[2],[3],[4
Pushed to the dtv-scan-tables tree. A package should be generated thanks
to mauro soon, so if packagers download tomorrow, or pull from git now,
they have the new version.
On 07/03/13 20:32, Dirk Ritter wrote:
Hello Oliver! :-)
Am Mittwoch, den 03.07.2013, 19:54 +0200 schrieb Oliver Schinagl
On 07/03/13 18:35, Hermann Ulrichskötter wrote:
Hallo Oliver,
Hi Hermann,
ich bin am Wochenende bei der TVHeadend-Installation auf meiner Synology über
das Problem gestolpert, dass die Kanäle von Kabel-BW nicht mehr gescannt wurden.
Kabel-BW hatte am Donnerstag hier in Freiburg einige
On 07/02/13 21:55, Antti Palosaari wrote:
On 07/02/2013 10:04 AM, Oliver Schinagl wrote:
On 02-07-13 00:37, Antti Palosaari wrote:
On 07/02/2013 12:03 AM, Oliver Schinagl wrote:
On 07/01/13 22:51, Antti Palosaari wrote:
On 07/01/2013 11:39 PM, Oliver Schinagl wrote:
On 07/01/13 15:26
On 02-07-13 00:37, Antti Palosaari wrote:
On 07/02/2013 12:03 AM, Oliver Schinagl wrote:
On 07/01/13 22:51, Antti Palosaari wrote:
On 07/01/2013 11:39 PM, Oliver Schinagl wrote:
On 07/01/13 15:26, Oliver Schinagl wrote:
On 01-07-13 15:23, Antti Palosaari wrote:
On 07/01/2013 10:52 AM
On 07/01/13 22:51, Antti Palosaari wrote:
On 07/01/2013 11:39 PM, Oliver Schinagl wrote:
On 07/01/13 15:26, Oliver Schinagl wrote:
On 01-07-13 15:23, Antti Palosaari wrote:
On 07/01/2013 10:52 AM, Oliver Schinagl wrote:
On 01-07-13 08:53, Bogdan Oprea wrote:
this is a fix for this type of
On 07/01/13 15:26, Oliver Schinagl wrote:
On 01-07-13 15:23, Antti Palosaari wrote:
On 07/01/2013 10:52 AM, Oliver Schinagl wrote:
On 01-07-13 08:53, Bogdan Oprea wrote:
this is a fix for this type of error
[18384.579235] usb 6-5: dvb_usb_v2: 'Asus U3100Mini Plus' error while
load
On 01-07-13 15:23, Antti Palosaari wrote:
On 07/01/2013 10:52 AM, Oliver Schinagl wrote:
On 01-07-13 08:53, Bogdan Oprea wrote:
this is a fix for this type of error
[18384.579235] usb 6-5: dvb_usb_v2: 'Asus U3100Mini Plus' error while
loading driver (-19)
[18384.580621] usb 6-5:
On 01-07-13 08:53, Bogdan Oprea wrote:
this is a fix for this type of error
[18384.579235] usb 6-5: dvb_usb_v2: 'Asus U3100Mini Plus' error while loading
driver (-19)
[18384.580621] usb 6-5: dvb_usb_v2: 'Asus U3100Mini Plus' successfully
deinitialized and disconnected
This isn't really a fix,
your fr-All
2013/6/15 Oliver Schinagl :
On 15-06-13 12:08, Duval Mickael wrote:
Indeed frequencies fr_Cherbourg and fr_Bordeaux are contained in fr_All.
But I was thinking of doing a fr_All file and a specific file for all
city as uk.
With a file with only the useful frequency, detection wi
. So I would keep with one fr-All if it
works 'for everybody'.
2013/6/15 Oliver Schinagl :
On 06/15/13 11:30, Duval Mickael wrote:
Ok I have cloned your repo with Git, and I've make two patch files.
Can you explain to me why there are fr-All and fr-Cherbourg? (and
fr-Bordeaux)?
's?
Merged in c8050e8105b1b4b5364f57d8b3e658c80fb04a53 for now
Thanks,
oliver
2013/6/15 Duval Mickael :
In zip there is a little modification for city of cherbourg (add two
new muxes) and a fr_ALL for France all channels DVB-T initial
scan.
What's the problem exactly with my files?
Thanks
Duval Mickael
2013/6/14 Ol
On 06/13/13 19:10, Duval Mickael wrote:
Hello,
Hi,
I send this email to you for a DVB-T scan file for the city of Cherbourg
FRANCE, modified with the last channels.
I also enclose a package file that includes all channels available for
DVB-T in France.
I've applied your patch (after manually
On 06/08/13 13:00, Duval Mickael wrote:
Hello,
I send this email to you for a DVB-T scan file for the city of
Cherbourg (France).
Sorry for my poor English ;-)
Thank you for your work.
Thank you, applied with commit 92bb3c2ec9da396c64f2f1f895292ebe0f510338
Oliver
P.S. Next time, try to
On 06/03/13 19:21, Mauro Carvalho Chehab wrote:
Hi Oliver,
Em Fri, 11 Jan 2013 10:39:37 -0200
Mauro Carvalho Chehab escreveu:
Em Thu, 10 Jan 2013 23:57:42 +0100
Oliver Schinagl escreveu:
...
Personally, I'd say date based would be best. After each commit a new
tarball should be cr
1 - 100 of 416 matches
Mail list logo