Re: [PATCH v2 18/31] gp8psk: don't do DMA on stack

2016-11-07 Thread Johannes Stezenbach
On Sun, Nov 06, 2016 at 11:51:14AM -0800, VDR User wrote: > I applied this patch to the 4.8.4 kernel driver (that I'm currently > running) and it caused nothing but "frontend 0/0 timed out while > tuning". Is there another patch that should be used in conjunction > with this? If not, this patch

Re: [PATCH 2/3] Staging: media: radio-bcm2048: Fix alignment issues

2016-10-19 Thread Johannes Stezenbach
On Wed, Oct 19, 2016 at 07:17:12PM +0200, Jean-Baptiste Abbadie wrote: > Signed-off-by: Jean-Baptiste Abbadie > --- > drivers/staging/media/bcm2048/radio-bcm2048.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

Re: [PATCH v2 02/31] cinergyT2-core: don't do DMA on stack

2016-10-15 Thread Johannes Stezenbach
On Tue, Oct 11, 2016 at 07:09:17AM -0300, Mauro Carvalho Chehab wrote: > --- a/drivers/media/usb/dvb-usb/cinergyT2-core.c > +++ b/drivers/media/usb/dvb-usb/cinergyT2-core.c > @@ -41,6 +41,8 @@ DVB_DEFINE_MOD_OPT_ADAPTER_NR(adapter_nr); > > struct cinergyt2_state { > u8 rc_counter; > +

Re: Problem with VMAP_STACK=y

2016-10-05 Thread Johannes Stezenbach
On Wed, Oct 05, 2016 at 06:04:50AM -0300, Mauro Carvalho Chehab wrote: > static int cinergyt2_frontend_attach(struct dvb_usb_adapter *adap) > { > - char query[] = { CINERGYT2_EP1_GET_FIRMWARE_VERSION }; > - char state[3]; > + struct dvb_usb_device *d = adap->dev; > + struct

Re: Kernel docs: muddying the waters a bit

2016-03-07 Thread Johannes Stezenbach
On Mon, Mar 07, 2016 at 12:29:08AM +0100, Johannes Stezenbach wrote: > On Sat, Mar 05, 2016 at 11:29:37PM -0300, Mauro Carvalho Chehab wrote: > > > > I converted one of the big tables to CSV. At least now it recognized > > it as a table. Yet, the table was very badly formate

Re: Kernel docs: muddying the waters a bit

2016-03-06 Thread Johannes Stezenbach
availble for Python2 in Debian so it does not integrate with Sphinx. Johannes >From 61674b398e778bd5ff644ffd493d5ff1cfaca0ef Mon Sep 17 00:00:00 2001 From: Johannes Stezenbach <j...@sig21.net> Date: Sun, 6 Mar 2016 23:55:19 +0100 Subject: [PATCH] some progress for html output --- _static

Re: Kernel docs: muddying the waters a bit

2016-03-04 Thread Johannes Stezenbach
On Fri, Mar 04, 2016 at 09:59:50AM -0300, Mauro Carvalho Chehab wrote: > > 3) I tried to use a .. cssclass, as Johannes suggested, but > I was not able to include the CSS file. I suspect that this is > easy to fix, but I want to see if the cssclass will also work for > the pdf output as well.

Re: Kernel docs: muddying the waters a bit

2016-03-04 Thread Johannes Stezenbach
On Fri, Mar 04, 2016 at 10:29:08AM +0200, Jani Nikula wrote: > On Fri, 04 Mar 2016, Mauro Carvalho Chehab wrote: > > > > If, on the other hand, we decide to use RST, we'll very likely need to > > patch it to fulfill our needs in order to add proper table support. > > I've

Re: linuxtv.org downtime around Mon Nov 30 12:00 UTC

2015-11-30 Thread Johannes Stezenbach
On Mon, Nov 30, 2015 at 03:24:16PM +0100, Hans Verkuil wrote: > On 11/30/2015 02:35 PM, Johannes Stezenbach wrote: > > On Sun, Nov 29, 2015 at 05:11:45PM +0100, Johannes Stezenbach wrote: > >> the linuxtv.org server will move to a new, freshly installed > >> machine tomo

Re: linuxtv.org downtime around Mon Nov 30 12:00 UTC

2015-11-30 Thread Johannes Stezenbach
On Sun, Nov 29, 2015 at 05:11:45PM +0100, Johannes Stezenbach wrote: > the linuxtv.org server will move to a new, freshly installed > machine tomorrow. Expect some downtime while we do the > final rsync and database export+import. I'm planning > to start disabling services on th

linuxtv.org downtime around Mon Nov 30 12:00 UTC

2015-11-29 Thread Johannes Stezenbach
Hi, the linuxtv.org server will move to a new, freshly installed machine tomorrow. Expect some downtime while we do the final rsync and database export+import. I'm planning to start disabling services on the old server about 30min before 12:00 UTC (13:00 CET) on Mon Nov 30. If all goes well the

Re: [PATCH] Add support for TechniSat Skystar S2

2015-04-20 Thread Johannes Stezenbach
(add Mauro) On Sun, Apr 19, 2015 at 11:19:43PM +0200, Patrick Boettcher wrote: On Fri, 17 Apr 2015 11:06:30 +0200 Patrick Boettcher patrick.boettc...@posteo.de wrote: http://git.linuxtv.org/cgit.cgi/pb/media_tree.git/ cx24120-v2 Jannis pointed out, that my repository on linuxtv.org was not

Re: [PATCH 1/3] xc5000: tuner firmware update

2014-10-27 Thread Johannes Stezenbach
On Mon, Oct 27, 2014 at 01:57:27PM -0200, Mauro Carvalho Chehab wrote: Em Mon, 27 Oct 2014 10:25:48 -0400 Michael Ira Krufky mkru...@linuxtv.org escreveu: I like the idea of supporting older firmware revisions if the new one is not present, but, the established president for this sort of

Re: [PATCH 0/6] some fixes and cleanups for the em28xx-based HVR-930C

2014-09-30 Thread Johannes Stezenbach
On Mon, Sep 29, 2014 at 08:44:28PM +0200, Johannes Stezenbach wrote: On Mon, Sep 29, 2014 at 03:30:18PM -0300, Mauro Carvalho Chehab wrote: Em Mon, 29 Sep 2014 19:44:30 +0200 Johannes Stezenbach j...@linuxtv.org escreveu: Disregarding your mails from the em28xx breaks after hibernate

Re: [PATCH 0/6] some fixes and cleanups for the em28xx-based HVR-930C

2014-09-29 Thread Johannes Stezenbach
Hi Mauro, On Sun, Sep 28, 2014 at 11:23:17PM -0300, Mauro Carvalho Chehab wrote: This patch series addresses some issues with suspend2ram of devices based on DRX-K. With this patch series, it is now possible to suspend to ram while streaming. At resume, the stream will continue to play.

Re: [PATCH 0/6] some fixes and cleanups for the em28xx-based HVR-930C

2014-09-29 Thread Johannes Stezenbach
On Mon, Sep 29, 2014 at 03:30:18PM -0300, Mauro Carvalho Chehab wrote: Em Mon, 29 Sep 2014 19:44:30 +0200 Johannes Stezenbach j...@linuxtv.org escreveu: Disregarding your mails from the em28xx breaks after hibernate that hibernate doesn't work for you, I decided to give these changes

Re: em28xx breaks after hibernate

2014-09-28 Thread Johannes Stezenbach
On Fri, Sep 26, 2014 at 12:43:09PM -0300, Mauro Carvalho Chehab wrote: Em Fri, 26 Sep 2014 17:22:28 +0200 Johannes Stezenbach j...@linuxtv.org escreveu: On Fri, Sep 26, 2014 at 05:06:02PM +0200, Johannes Stezenbach wrote: [ 20.212162] usb 1-1: reset high-speed USB device number 2

Re: em28xx breaks after hibernate

2014-09-28 Thread Johannes Stezenbach
On Sun, Sep 28, 2014 at 08:12:11AM -0300, Mauro Carvalho Chehab wrote: Em Sun, 28 Sep 2014 12:55:40 +0200 Johannes Stezenbach j...@linuxtv.org escreveu: I tried again both with and without the patch. The issue above odesn't reproduce, but after hibernate it fails to tune (while it works

Re: em28xx breaks after hibernate

2014-09-26 Thread Johannes Stezenbach
Hi Shuah, On Thu, Sep 25, 2014 at 01:03:30PM -0600, Shuah Khan wrote: On 09/25/2014 12:45 PM, Shuah Khan wrote: ok now I know why the second path didn't apply. It depends on another change that added resume function 7ab1c07614b984778a808dc22f84b682fedefea1 You don't need the

Re: em28xx breaks after hibernate

2014-09-26 Thread Johannes Stezenbach
On Thu, Sep 25, 2014 at 12:45:24PM -0600, Shuah Khan wrote: Revert is good. Just checked 3.16 and we are good on that. It needs to be reverted from 3.17 for sure. ok now I know why the second path didn't apply. It depends on another change that added resume function

Re: em28xx breaks after hibernate

2014-09-26 Thread Johannes Stezenbach
On Fri, Sep 26, 2014 at 10:00:30AM +0200, Johannes Stezenbach wrote: On Thu, Sep 25, 2014 at 12:45:24PM -0600, Shuah Khan wrote: Revert is good. Just checked 3.16 and we are good on that. It needs to be reverted from 3.17 for sure. ok now I know why the second path didn't apply

Re: em28xx breaks after hibernate

2014-09-26 Thread Johannes Stezenbach
Hi Mauro, On Fri, Sep 26, 2014 at 07:14:11AM -0300, Mauro Carvalho Chehab wrote: I just pushed the pending patched and added a reverted patch for b89193e0b06f at the media_tree.git. Could you please use it to compile or, if you prefer to keep using 3.16, you can use the media_build.git[1]

Re: em28xx breaks after hibernate

2014-09-26 Thread Johannes Stezenbach
On Fri, Sep 26, 2014 at 08:42:15AM -0300, Mauro Carvalho Chehab wrote: Could you please try this patch (untested): [media] drxk: load firmware again at resume No joy. I think you need to keep the firmware around for reuse after resume instead of requesting it again. [2.521597] PM: Image

Re: em28xx breaks after hibernate

2014-09-26 Thread Johannes Stezenbach
On Fri, Sep 26, 2014 at 09:03:16AM -0300, Mauro Carvalho Chehab wrote: The patch I sent you (or some fixed version of it) is part of the solution, but this still bothers me: [3.776854] [813f974f] drxk_attach+0x546/0x656 [3.777675] [814c22a3]

Re: em28xx breaks after hibernate

2014-09-26 Thread Johannes Stezenbach
On Fri, Sep 26, 2014 at 10:12:22AM -0300, Mauro Carvalho Chehab wrote: Try to add a WARN_ON or printk at em28xx_usb_resume(). It is called two times, once during hibernate and once during resume: root@debian:~# echo disk /sys/power/state [ 107.108149] PM: Syncing filesystems ... done. [

Re: em28xx breaks after hibernate

2014-09-26 Thread Johannes Stezenbach
On Fri, Sep 26, 2014 at 03:25:13PM +0200, Johannes Stezenbach wrote: (snipped some irrelevant part of resume) Looking closer, I snipped too much: [1.646784] Freeing unused kernel memory: 1080K (8800018f2000 - 880001a0) Loading, please wait... [1.655328] busybox (67) used

Re: em28xx breaks after hibernate

2014-09-26 Thread Johannes Stezenbach
On Fri, Sep 26, 2014 at 08:30:32AM -0600, Shuah Khan wrote: On 09/26/2014 08:25 AM, Johannes Stezenbach wrote: So, what is happening is that the em28xx driver still async initializes while the initramfs already has started resume. Thus the rootfs in not mounted and the firmware

Re: em28xx breaks after hibernate

2014-09-26 Thread Johannes Stezenbach
On Fri, Sep 26, 2014 at 05:06:02PM +0200, Johannes Stezenbach wrote: On Fri, Sep 26, 2014 at 08:30:32AM -0600, Shuah Khan wrote: On 09/26/2014 08:25 AM, Johannes Stezenbach wrote: So, what is happening is that the em28xx driver still async initializes while the initramfs already has

Re: em28xx breaks after hibernate

2014-09-26 Thread Johannes Stezenbach
On Fri, Sep 26, 2014 at 09:22:53AM -0600, Shuah Khan wrote: [ 20.212162] usb 1-1: reset high-speed USB device number 2 using ehci-pci [ 20.503868] em2884 #0: Resuming extensions [ 20.505275] em2884 #0: Resuming video extensionem2884 #0: Resuming DVB extension [ 20.533513]

em28xx breaks after hibernate

2014-09-25 Thread Johannes Stezenbach
Hi Shuah, ever since your patchset which implements suspend/resume for em28xx, hibernating the system breaks the Hauppauge WinTV HVR 930C driver. In v3.15.y and v3.16.y it throws a request_firmware warning during hibernate + resume, and the /dev/dvb/ device nodes disappears after resume. In

Re: em28xx breaks after hibernate

2014-09-25 Thread Johannes Stezenbach
Hi Shuah, On Thu, Sep 25, 2014 at 07:45:37AM -0600, Shuah Khan wrote: On 09/25/2014 06:53 AM, Johannes Stezenbach wrote: ever since your patchset which implements suspend/resume for em28xx, hibernating the system breaks the Hauppauge WinTV HVR 930C driver. In v3.15.y and v3.16.y

Re: em28xx breaks after hibernate

2014-09-25 Thread Johannes Stezenbach
On Thu, Sep 25, 2014 at 06:01:34PM +0200, Johannes Stezenbach wrote: Hi Shuah, On Thu, Sep 25, 2014 at 07:45:37AM -0600, Shuah Khan wrote: On 09/25/2014 06:53 AM, Johannes Stezenbach wrote: ever since your patchset which implements suspend/resume for em28xx, hibernating the system

Re: em28xx breaks after hibernate

2014-09-25 Thread Johannes Stezenbach
On Thu, Sep 25, 2014 at 11:40:45AM -0600, Shuah Khan wrote: Right. I introduced DVB_FE_DEVICE_RESUME code to resume problems in drx39xxj driver. Because I had to make it not toggle power on the fe for resume. In other words, for it to differentiate between disconnect and resume conditions.

Re: Patchwork down?

2013-10-07 Thread Johannes Stezenbach
On Mon, Oct 07, 2013 at 09:36:31AM +0200, Hans Verkuil wrote: Opening https://patchwork.linuxtv.org/ gives me: Hoster (TUBIT) problem, just wait and hope. Johannes -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More

Re: Patchwork down?

2013-10-07 Thread Johannes Stezenbach
On Mon, Oct 07, 2013 at 10:48:40AM +0200, Johannes Stezenbach wrote: On Mon, Oct 07, 2013 at 09:36:31AM +0200, Hans Verkuil wrote: Opening https://patchwork.linuxtv.org/ gives me: Hoster (TUBIT) problem, just wait and hope. It's apparently OK now. Johannes -- To unsubscribe from this list

Re: Patchwork is down or only for me?

2013-09-16 Thread Johannes Stezenbach
On Mon, Sep 16, 2013 at 05:01:36PM +0200, Ricardo Ribalda Delgado wrote: I was looking to this one: https://patchwork.linuxtv.org/project/linux-media/list/ Where the latest patch is https://patchwork.linuxtv.org/patch/20090/ On Mon, Sep 16, 2013 at 4:58 PM, Antti Palosaari cr...@iki.fi

Re: [PATCH RFCv10 00/15] DVB QoS statistics API

2013-01-15 Thread Johannes Stezenbach
On Tue, Jan 15, 2013 at 12:30:46AM -0200, Mauro Carvalho Chehab wrote: Add DVBv5 methods to retrieve QoS statistics. According to http://en.wikipedia.org/wiki/Qos: Quality of service in computer network trafficking refers to resource reservation control mechanisms I think it is misleading to

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-09 Thread Johannes Stezenbach
On Wed, Jan 09, 2013 at 10:43:23AM +0100, Oliver Schinagl wrote: On 08-01-13 21:01, Johannes Stezenbach wrote: On Mon, Jan 07, 2013 at 01:48:29PM +0100, Oliver Schinagl wrote: On 07-01-13 11:46, Jiri Slaby wrote: On 12/18/2012 11:01 PM, Oliver Schinagl wrote: Unfortunatly, I have had zero

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-08 Thread Johannes Stezenbach
On Mon, Jan 07, 2013 at 01:48:29PM +0100, Oliver Schinagl wrote: On 07-01-13 11:46, Jiri Slaby wrote: On 12/18/2012 11:01 PM, Oliver Schinagl wrote: Unfortunatly, I have had zero replies. Hmm, it's sad there is a silence in this thread from linux-media guys :/. In their defense, they are very

Re: [RFC] Initial scan files troubles and brainstorming

2013-01-08 Thread Johannes Stezenbach
On Mon, Jan 07, 2013 at 01:53:25PM +0100, Christoph Pfister wrote: @Johannes: As I don't need the account anymore, please delete it. Done. Thanks for the work you put into it! Johannes -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

Re: Cypress EZ-USB FX2 firmware development

2011-10-06 Thread Johannes Stezenbach
On Tue, Oct 04, 2011 at 11:29:01PM +0200, Johannes Stezenbach wrote: On Tue, Oct 04, 2011 at 10:43:59PM +0300, Antti Palosaari wrote: I would like to made own firmware for Cypress FX2 based DVB device. Is there any sample to look example? http://linuxtv.org/cgi-bin/viewvc.cgi/dvb-hw/dvbusb

Re: Cypress EZ-USB FX2 firmware development

2011-10-04 Thread Johannes Stezenbach
On Tue, Oct 04, 2011 at 10:43:59PM +0300, Antti Palosaari wrote: I would like to made own firmware for Cypress FX2 based DVB device. Is there any sample to look example? http://linuxtv.org/cgi-bin/viewvc.cgi/dvb-hw/dvbusb-fx2/termini/ HTH Johannes -- To unsubscribe from this list: send the

Re: Problems cloning the git repostories

2011-09-26 Thread Johannes Stezenbach
On Mon, Sep 26, 2011 at 06:15:07PM +0800, Scott Jiang wrote: 2011/9/26 Mauro Carvalho Chehab mauroche...@gmail.com: Em 25-09-2011 15:03, Johannes Stezenbach escreveu: But please don't clone from linuxtv.org, intead use git clone git://github.com/torvalds/linux.git and then add linuxtv

Wiki update

2011-08-22 Thread Johannes Stezenbach
So it seemes like MediaWiki-1.14.1 is somewhat broken with PHP-5.3.3 and there have been issues with both the VDR and V4L-DVB Wikis. Thus I've updated MediaWiki to 1.16.5, and full functionality seems to be restored. Please let me know if there are still any issues. Johannes -- To unsubscribe

Re: LinuxTV.org wiki broken - won't allow edits

2011-08-06 Thread Johannes Stezenbach
On Sat, Aug 06, 2011 at 10:11:15AM -0400, Devin Heitmueller wrote: Well, now I understand why there hasn't been any spam on the linuxtv.org wiki for a couple of weeks. Editing is broken. Attempts to edit articles shows: Internal error Thanks for letting me know, it should be fixed now.

Re: Create account on linuxtv wiki broken

2011-07-28 Thread Johannes Stezenbach
On Thu, Jul 28, 2011 at 02:14:14PM +0200, Gary van der Merwe wrote: I want to fix a url on http://linuxtv.org/wiki/ , but I got an internal server error when I tried to create an account. To whom/where should I report this? To the webmaster, of course. Anyway, thanks for reporting and

linuxtv.org downtime

2011-07-21 Thread Johannes Stezenbach
Hi, there will be two hours (or so) of downtime today due to software upgrades. Johannes -- 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

Re: linuxtv.org downtime

2011-07-21 Thread Johannes Stezenbach
On Thu, Jul 21, 2011 at 11:27:54AM +0200, Johannes Stezenbach wrote: there will be two hours (or so) of downtime today due to software upgrades. It's all done, please let me know if something doesn't work. Johannes -- To unsubscribe from this list: send the line unsubscribe linux-media

Re: [PATCH 0/6] get rid of on-stack dma buffers

2011-03-22 Thread Johannes Stezenbach
On Tue, Mar 22, 2011 at 11:59:32AM +0100, Jiri Kosina wrote: On Mon, 21 Mar 2011, Florian Mickler wrote: To be blunt, I'm not shure I fully understand the requirements myself. But as far as I grasped it, the main problem is that we need memory which the processor can see as soon as the

Re: Debug code in HG repositories

2011-01-10 Thread Johannes Stezenbach
On Mon, Jan 10, 2011 at 09:46:40AM -0200, Mauro Carvalho Chehab wrote: Em 07-01-2011 21:42, Theodore Kilgore escreveu: Have you tried Mauro's media_build tree? I had to use it today to test a driver from git on a 2.6.35 kernel. Works quite nicely. Perhaps we should promote this more.

Re: How to handle independent CA devices

2010-09-14 Thread Johannes Stezenbach
Hi Ralph, On Thu, Sep 09, 2010 at 11:52:25PM +0200, rjkm wrote: cards like the Digital Devices DuoFlex S2, cineS2 and upcoming hardware (octuple, network, etc.) have independent CA devices. This means that instead of having the stream routed from the frontend through the CI and only then

Re: DIKOM DK300: Kernel hangs after suspend to ram

2010-09-10 Thread Johannes Stezenbach
On Tue, Sep 07, 2010 at 10:47:55PM +0200, andrea.amoros...@gmail.com wrote: I'm trying to use my Dikom DK-300 usb dvb-t device connected to an old laptop used as media player. The device works well but if I suspend the pc to ram (S3) when the Dikom usb stick is plugged in, the system hangs

Re: [linux-dvb] linuxtv.org server move Wed, 10 Feb 2pm CET

2010-02-11 Thread Johannes Stezenbach
On Wed, Feb 10, 2010 at 06:29:37PM +0100, Johannes Stezenbach wrote: On Mon, Feb 08, 2010 at 11:51:14PM +0100, Johannes Stezenbach wrote: the linuxtv.org server is going to be moved to a new location on Wednesday, around 2pm CET (UTC+1:00). As you might have noticed, that point in time

Re: [linux-dvb] linuxtv.org server move Wed, 10 Feb 2pm CET

2010-02-10 Thread Johannes Stezenbach
On Mon, Feb 08, 2010 at 11:51:14PM +0100, Johannes Stezenbach wrote: the linuxtv.org server is going to be moved to a new location on Wednesday, around 2pm CET (UTC+1:00). As you might have noticed, that point in time came and went and nothing happened. Next try tomorrow, around the same

linuxtv.org server move Wed, 10 Feb 2pm CET

2010-02-08 Thread Johannes Stezenbach
Hi, the linuxtv.org server is going to be moved to a new location on Wednesday, around 2pm CET (UTC+1:00). There'll be a bit of downtime. Johannes -- 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

Re: [ANNOUNCE] git tree repositories

2010-01-19 Thread Johannes Stezenbach
On Tue, Jan 19, 2010 at 09:10:39AM +0100, Patrick Boettcher wrote: BTW: I just made a clone of the git-tree - 365MB *ouff*. Maybe it's worth to mention right now, that one big difference to HG in the way we have used it, is that one developer now can do all the work only with one clone of

Re: [ANNOUNCE] git tree repositories

2010-01-19 Thread Johannes Stezenbach
Hi, may I humbly request to make it mandatory to enter a description when a user creates a new tree on linuxtv.org? IMHO foobar development repository isn't useful at all. If I look at http://linuxtv.org/hg/ many times I have no clue what a repo is about or why it exists at all. Let's not repeat

Re: Hyperlinks in linuxtv.org mercurial RSS feeds broken

2009-09-11 Thread Johannes Stezenbach
On Fri, Sep 11, 2009 at 02:59:22PM +0200, Matthias Schwarzott wrote: After having reported this some weeks ago, the hyperlinks in the linuxtv.org mercurial RSS feeds are still broken. In this feed: http://linuxtv.org/hg/v4l-dvb?cmd=changelog;style=rss a link looks like this:

Re: [linux-dvb] au0828: experimental support for Syntek Teledongle [05e1:0400]

2009-08-20 Thread Johannes Stezenbach
On Tue, Aug 18, 2009 at 10:07:04AM -0400, Devin Heitmueller wrote: The risk of trusting some random Linux developer's driver work is a reason why some vendors don't want to support Linux. If I were a vendor, and I endorsed a Linux driver

Re: [linux-dvb] au0828: experimental support for Syntek Teledongle [05e1:0400]

2009-08-18 Thread Johannes Stezenbach
On Mon, Aug 17, 2009 at 04:59:42PM -0400, Michael Krufky wrote: variations, nobody has ever verified that the GPIO programming is safe to use, and there is no way to prevent the potentially harmful code from running on the wrong device. I, personally, do not want the responsibility of

Re: Cinergy T2 stopped working with kernel 2.6.30

2009-07-31 Thread Johannes Stezenbach
On Fri, Jul 31, 2009 at 08:44:59PM +0200, emag...@magic.ms wrote: static int cinergyt2_fe_set_frontend(struct dvb_frontend *fe, struct dvb_frontend_parameters *fep) { struct

Re: Patch for stack/DMA problems in Cinergy T2 drivers (2)

2009-07-31 Thread Johannes Stezenbach
On Fri, Jul 31, 2009 at 10:25:20PM +0200, emag...@magic.ms wrote: Here's a patch for cinergyT2-core.c: --- a/drivers/media/dvb/dvb-usb/cinergyT2-fe.c2009-06-10 05:05:27.0 +0200 +++ b/drivers/media/dvb/dvb-usb/cinergyT2-fe.c2009-07-31 22:02:48.0 +0200 @@

linuxtv.org downtime today due to software updates

2009-07-26 Thread Johannes Stezenbach
Hi, sorry for short notice, but today I have enough spare time to do the long overdue Etch - Lenny update on linuxtv.org. ssh and http access wil be blocked during the update. I'll start in one or two hours from now and expect it to take about two hours. Cheers, Johannes -- To unsubscribe from

Re: linuxtv.org downtime today due to software updates

2009-07-26 Thread Johannes Stezenbach
On Sun, Jul 26, 2009 at 02:37:09PM +0200, Johannes Stezenbach wrote: sorry for short notice, but today I have enough spare time to do the long overdue Etch - Lenny update on linuxtv.org. ssh and http access wil be blocked during the update. I'll start in one or two hours from now and expect

Ancient hg repositories: delete?

2009-07-26 Thread Johannes Stezenbach
Hi, A number of user repositories on linuxtv.org haven't been updated for years: http://linuxtv.org/hg?sort=-lastchange I suspect that most of them have become totally irrelevant and just clutter up the repository list, making it less user friendly, and using up disk space. Probably the changes

old V4L Wiki

2009-07-26 Thread Johannes Stezenbach
Hi, the merge of the content from the old V4L Wiki into the V4L-DVB Wiki has been nearly completed, but seems to have come to a halt? I would like to kill off the old V4L Wiki soon. IMHO most of the remaining pages are old user discussions, maybe it's best if the users themselves take care of

Re: Wiki software update

2009-06-01 Thread Johannes Stezenbach
Hi Hermann, On Mon, Jun 01, 2009 at 02:08:07AM +0200, hermann pitton wrote: Am Montag, den 01.06.2009, 01:28 +0200 schrieb Johannes Stezenbach: I just updated the V4L-DVB Wiki and the old V4L Wiki to MediaWiki-1.14.0. Please let me know in case something broke. did not test all links

Re: Wiki software update

2009-06-01 Thread Johannes Stezenbach
On Mon, Jun 01, 2009 at 12:14:08PM +1000, Robin Perkins wrote: On 01/06/2009, at 9:28 AM, Johannes Stezenbach wrote: I just updated the V4L-DVB Wiki and the old V4L Wiki to MediaWiki-1.14.0. Please let me know in case something broke. Is there any possibility of renaming the v4l-dvb wiki

Wiki software update

2009-05-31 Thread Johannes Stezenbach
Hi, I just updated the V4L-DVB Wiki and the old V4L Wiki to MediaWiki-1.14.0. Please let me know in case something broke. Johannes -- 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

Re: wiki on linixtv.org locked

2009-04-28 Thread Johannes Stezenbach
On Tue, Apr 28, 2009 at 01:21:51AM +0200, H. Langos wrote: On Tue, Apr 28, 2009 at 12:14:16AM +0200, Johannes Stezenbach wrote: On Mon, Apr 27, 2009 at 10:29:25PM +0200, H. Langos wrote: if i remember right, the linuxtv wiki only allows editing to registered users. therefore you

Re: wiki on linixtv.org locked

2009-04-27 Thread Johannes Stezenbach
On Mon, Apr 27, 2009 at 06:43:21PM +0200, H. Langos wrote: Yesterday a stupid kid vandalized a bunch of pages on the linuxtv wiki and a sysop locked to database to undo the damage. I would have preferred to undo that damage by simply taking a look at the users contribution page and

Re: wiki on linixtv.org locked

2009-04-27 Thread Johannes Stezenbach
On Mon, Apr 27, 2009 at 10:29:25PM +0200, H. Langos wrote: the next step would be to update the mediwiki software to 1.11.1 if you have $wgEnableAPI = true, that is. (i know it is only a XSS that hits internet explorer users .. but hey, they are people, too ;-) I will update to 1.14.0.

Re: [linux-dvb] [ADMIN] linuxtv.org is moving

2009-03-27 Thread Johannes Stezenbach
On Fri, Mar 27, 2009 at 10:44:33AM +1000, Torgeir Veimo wrote: So how do I unsubscribe from linux-dvb? It seems that I still gets some mails from this list, but information on how to unsubscribe is lost from the website. Every mail from the list contains the link for the Mailman web

Re: [ADMIN] linuxtv.org is moving

2009-03-27 Thread Johannes Stezenbach
On Fri, Mar 27, 2009 at 02:20:58AM +0200, Antti Palosaari wrote: [cr...@localhost v4l-dvb]$ hg push ssh://ant...@linuxtv.org/hg/~anttip/af9015 pushing to ssh://ant...@linuxtv.org/hg/~anttip/af9015 searching for changes remote: abort: No space left on device [cr...@localhost v4l-dvb]$ host

Re: [ADMIN] linuxtv.org is moving

2009-03-26 Thread Johannes Stezenbach
On Wed, Mar 25, 2009 at 05:25:41PM +0100, Johannes Stezenbach wrote: linuxtv.org will move to a new server machine tomorrow. Expect some downtime during the move and please be patient. Everything on the old machine will be rsynced to the new machine right before the switch so nothing should

[ADMIN] linuxtv.org is moving

2009-03-25 Thread Johannes Stezenbach
Hi, linuxtv.org will move to a new server machine tomorrow. Expect some downtime during the move and please be patient. Everything on the old machine will be rsynced to the new machine right before the switch so nothing should get lost. Cheers, Johannes -- To unsubscribe from this list: send