Re: Does V4L driver support audio capture?

2007-04-11 Thread Markus Rechberger
On 4/10/07, code GG <[EMAIL PROTECTED]> wrote: Hi all, Are there any V4L API supporting audio capture (supposing the TV card hardware has such ability), just like the APIs and structures for video capture? for capturing usually OSS or alsa is used, you might have a look at the em28xx code

Re: kernel OOPSes when changing DVB-T adapter in 2.6.21-rc3

2007-04-06 Thread Markus Rechberger
be linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Markus Rechberger - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH] x86: limit mwait_idle to Intel CPUs

2007-04-05 Thread Markus Rechberger
m/kvmwiki/FAQ "How can I tell if I have Intel VT or AMD-V?" Markus -- Markus Rechberger Operating System Research Center AMD Saxony LLC & Co. KG - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Mo

Re: [4/4] 2.6.21-rc5: known regressions (v2)

2007-04-05 Thread Markus Rechberger
this list: send the line "unsubscribe linux-kernel" in > the body of a message to [EMAIL PROTECTED] > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > -- Markus Rechberger -- Markus Rechberger Operating

[PATCH] pcmcia/pccard deadlock fix

2007-02-20 Thread Markus Rechberger
following patch prevents a mutex/semaphore deadlock within the pcmcia framework when ejecting devices multiple times using pccardctl eject. For some more details see: http://lkml.org/lkml/2007/2/19/58 Signed-off-by: Markus Rechberger <[EMAIL PROTECTED]> -- Markus Rechberger Operating

Re: O2micro smartcard reader driver.

2007-02-19 Thread Markus Rechberger
On 2/19/07, Éric Piel <[EMAIL PROTECTED]> wrote: > 02/17/2007 04:55 AM, Markus Rechberger wrote/a écrit: > > Hi Eric, > > > > I committed your code to linuxtv.org to review and modify it there. > > http://linuxtv.org/hg/~mrechberger/chipcardreader > > > &

Re: smartcard reader + pcmcia/pccard subsystem problems

2007-02-19 Thread Markus Rechberger
. I'll try to commit a patch for this during the next few days I was able to solve one problem there already. b.) slab corruption; it's a bit difficult to reproduce since a. might lock up the device before anything shows up. So I haven't done much here yet. Markus On 2/17/07,

Re: O2micro smartcard reader driver.

2007-02-16 Thread Markus Rechberger
e upstream kernel before some kernel api changes again which affects your current driver. Markus On 2/17/07, Markus Rechberger <[EMAIL PROTECTED]> wrote: Hi, so finally I'm also looking at that driver, http://pieleric.free.fr/o2scr/ the driver compiles fine, though it doesn't seem

Re: 2.6.20.git regression: 'PCI: add the sysfs driver name to all modules' causes hard hang on boot

2007-02-16 Thread Markus Rechberger
On 2/17/07, Markus Rechberger <[EMAIL PROTECTED]> wrote: On 2/17/07, Greg KH <[EMAIL PROTECTED]> wrote: > On Sat, Feb 17, 2007 at 02:38:08AM +0100, Mike Galbraith wrote: > > On Fri, 2007-02-16 at 14:36 -0800, Greg KH wrote: > > > On Fri, Feb 16, 2007 at 10:55:10

Re: 2.6.20.git regression: 'PCI: add the sysfs driver name to all modules' causes hard hang on boot

2007-02-16 Thread Markus Rechberger
On 2/17/07, Greg KH <[EMAIL PROTECTED]> wrote: On Sat, Feb 17, 2007 at 02:38:08AM +0100, Mike Galbraith wrote: > On Fri, 2007-02-16 at 14:36 -0800, Greg KH wrote: > > On Fri, Feb 16, 2007 at 10:55:10AM +0100, Mike Galbraith wrote: > > > Greetings, > > > > > > Per $subject, git.yesterday hangs har

Re: O2micro smartcard reader driver.

2007-02-16 Thread Markus Rechberger
g preventing two programs to call the driver at the same time. Unfortunately, I've got no idea how to do the locking and surprisingly couldn't find any ioctl code in the kernel doing locking. Maybe I've just not looked at the right place, could you give a me some hint how to do locking f

Re: [Ksummit-2007-discuss] Re: +1 4 cz (Re: [Ksummit-2006-discuss] 2007 Linux Kernel Summit)

2007-02-07 Thread Markus Rechberger
On 2/7/07, Arnd Bergmann <[EMAIL PROTECTED]> wrote: On Tuesday 06 February 2007 21:10, James Simmons wrote: > > So it is between Britian or the Czech Republic. BTW how long of a train > ride is to swizterland from CZ. My wife's family lives there. Too long. 15 hours according to http://reiseausk

Re: [patch] x86-64 ext2/ext3 datestamp problem

2007-02-06 Thread Markus Rechberger
H. Peter Anvin wrote: > Markus Rechberger wrote: >> H. Peter Anvin wrote: >>> Markus Rechberger wrote: >>>> My debian system's coreutils package only allows dates between 1902 >>>> and >>>> 2038, but it might be interesting to get that rig

Re: [patch] x86-64 ext2/ext3 datestamp problem

2007-02-06 Thread Markus Rechberger
H. Peter Anvin wrote: > Markus Rechberger wrote: >> My debian system's coreutils package only allows dates between 1902 and >> 2038, but it might be interesting to get that right if it's wrong. >> >> touch (GNU coreutils) 5.97 just says invalid dateformat to 20

Re: [patch] x86-64 ext2/ext3 datestamp problem

2007-02-06 Thread Markus Rechberger
H. Peter Anvin wrote: > Markus Rechberger wrote: >> Hi, >> >> there is an issue with ext2/ext3 date stamps, if someone creates a file >> with a timestamp between 1902 and 1970(epoch 0) it will overflow and >> result in a higher date than 2038. >> >>

Re: [patch] x86-64 ext2/ext3 datestamp problem

2007-02-06 Thread Markus Rechberger
Signed-off-by: Markus Rechberger <[EMAIL PROTECTED]> Markus Rechberger wrote: > Hi, > > there is an issue with ext2/ext3 date stamps, if someone creates a file > with a timestamp between 1902 and 1970(epoch 0) it will overflow and > result in a higher date than 2038. > &

[patch] x86-64 ext2/ext3 datestamp problem

2007-02-06 Thread Markus Rechberger
ched value here) (remount the partition/clear the cache) $ ls -lah test -rw-r--r-- 1 root root 0 Feb 6 2041 test 11011000110001100111 .. -2051226000 (1905) 11011000110001100111 .. 2243741296 (2041) this was tested against linus git tree Markus -- Markus Rechberger Operat

Re: [solved] Yenta Cardbus allocation failure

2006-12-19 Thread Markus Rechberger
On 12/19/06, Chuck Ebbert <[EMAIL PROTECTED]> wrote: In-Reply-To: <[EMAIL PROTECTED]> On Tue, 19 Dec 2006 01:12:07 +0100, Markus Rechberger wrote: > I went on with investigating that problem and found the problem, > though I'm not sure if that solution is acceptable.. &g

Re: [solved] Yenta Cardbus allocation failure

2006-12-18 Thread Markus Rechberger
2-,D3hot-,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- thanks, Markus On 12/12/06, Markus Rechberger <[EMAIL PROTECTED]> wrote: Hi, I've got a PCMCIA Hybrid TV tuner, but when I plug it in it fails to allocate resources for the 3rd PCI function. I already searched with goo

Yenta Cardbus allocation failure

2006-12-12 Thread Markus Rechberger
Hi, I've got a PCMCIA Hybrid TV tuner, but when I plug it in it fails to allocate resources for the 3rd PCI function. I already searched with google and someone implemented an otion parm: override_bios:yenta ignore bios resource allocation (uint in yenta_socket, though this doesn't se

<    1   2