[DVB patch 23/48] ttusb-budget: s/usb_unlink_urb/usb_kill_urb/

2005-03-21 Thread Johannes Stezenbach
patch by Colin Western: s/usb_unlink_urb/usb_kill_urb/ Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> dvb-ttusb-budget.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/ttusb-budget/dvb-ttusb-bu

[DVB patch 33/48] tda10021: fix continuity errors

2005-03-21 Thread Johannes Stezenbach
Fix Continuity Errors with tda10021 (slickhenry, Robert Schlabbach) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> tda10021.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/frontends/tda1

[DVB patch 15/48] dibusb: increased the number of urbs for usb1.1 devices

2005-03-21 Thread Johannes Stezenbach
increased the number of urbs for usb1.1 devices (Patrick Boettcher) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> dvb-dibusb-core.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/dibusb/dvb-dibusb-

[DVB patch 17/48] l64781: email address fix

2005-03-21 Thread Johannes Stezenbach
fix marko kohtala's mail address Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> l64781.c |5 ++--- l64781.h |5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/fronten

[DVB patch 09/48] dibusb readme update

2005-03-21 Thread Johannes Stezenbach
dibusb readme update (Patrick Boettcher) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> README.dibusb | 57 + 1 files changed, 25 insertions(+), 32 deletions(-) Index: linux-2.6.12-rc1-mm1/Documentation/dvb/README.

[DVB patch 07/48] skystar2: update email address

2005-03-21 Thread Johannes Stezenbach
Updated email address. Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> skystar2.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/b2c2/skys

[DVB patch 13/48] dib3000: corrected device naming

2005-03-21 Thread Johannes Stezenbach
corrected device naming (Patrick Boettcher) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> Kconfig |4 ++-- dib3000-common.c |2 +- dib3000-common.h |8 dib3000.h|2 +- dib3000mb.c |6 +++--- dib3000mc.c

[DVB patch 11/48] nxt2002: QAM64/256 support

2005-03-21 Thread Johannes Stezenbach
patch by Taylor Jacob: Add QAM64/256 Support Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> Kconfig |1 + nxt2002.c | 43 +-- 2 files changed, 42 insertions(+), 2 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/fro

[DVB patch 06/48] support Activy Budget card

2005-03-21 Thread Johannes Stezenbach
support Activy Budget with ALPS BSRU6 tuner submitted by Andreas 'randy' Weinberger. Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> budget.c | 16 1 files changed, 12 insertions(+), 4 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dv

[DVB patch 03/48] dibusb: misc. fixes

2005-03-21 Thread Johannes Stezenbach
o worked around hw_sleep handling for usb1.1 devices o fixed oops when no frontend was attached (because of usb1.1 timeouts in my debugging sessions) (Patrick Boettcher) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> dvb-dibusb-fe-i2c.c |4 ++ dvb-dibusb-usb.c

[DVB patch 38/48] dibusb: remove useless ifdef

2005-03-21 Thread Johannes Stezenbach
removed useless ifdef: dvb_register_adapter always takes 3 parameters in this tree (Andreas Oberritter) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> dvb-dibusb-dvb.c |6 +- 1 files changed, 1 insertion(+), 5 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/

[DVB patch 25/48] saa7146: static initialization

2005-03-21 Thread Johannes Stezenbach
Static initialization. Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> saa7146_core.c | 29 ++--- 1 files changed, 2 insertions(+), 27 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/

[DVB patch 05/48] mt352: Pinnacle 300i comments

2005-03-21 Thread Johannes Stezenbach
Comment preliminary Pinnacle 300i changes to the mt352 driver. Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> mt352.c |4 1 files changed, 4 insertions(+) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/frontends/m

[DVB patch 04/48] skystar2: remove duplicate pci_release_region()

2005-03-21 Thread Johannes Stezenbach
remove duplicated pci_release_region() etc. Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> skystar2.c |4 1 files changed, 4 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/b2c2/skystar2.c === ---

[DVB patch 18/48] skystar2: fix MAC address reading

2005-03-21 Thread Johannes Stezenbach
fixed MAC address reading (eeprom address to read, was not correctly set, respectively overwritten) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> skystar2.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/b2c2/skys

[DVB patch 00/48] DVB updates for 2.6.12-rc1-mm1

2005-03-21 Thread Johannes Stezenbach
Hello Andrew, as promised (or threatened ;-) here are my current DVB patches for 2.6.12-rc1-mm1. Most patches were in linuxtv.org CVS for over a month, except some cleanups and small but important fixes. I hope these patches will make it into 2.6.12. Please Apply. Thanks, Johannes - To unsubsc

[DVB patch 29/48] dibusb: support nova-t usb ir

2005-03-21 Thread Johannes Stezenbach
o added native nova-t support, since only the nova-t firmware works with the nova-t remote control o added keys statically (maybe we should find something to sort this out... cinergyt2 is doing the same) (Patrick Boettcher) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> dvb-

[DVB patch 01/48] clarify firmware upload messages

2005-03-21 Thread Johannes Stezenbach
clarify firmware upload messages Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> nxt2002.c |3 ++- tda1004x.c |6 -- 2 files changed, 6 insertions(+), 3 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/frontends/nxt

Re: 2.6.11: USB broken on nforce4, ipv6 still broken, centrino speedstep even more broken than in 2.6.10

2005-03-21 Thread Johannes Stezenbach
Andrew Morton wrote: > Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > > > (Added netdev cc) > > > > Felix von Leitner <[EMAIL PROTECTED]> wrote: > > > > > > Now about IPv6: npush and npoll are two applications I wrote. npush > > > sends multicast announcements and opens a TCP socket. npoll re

Re: [PATCH] dvb_frontend: MODULE_PARM_DESC

2005-03-21 Thread Johannes Stezenbach
On Mon, Mar 21, 2005 at 05:10:27PM +0100, Magnus Damm wrote: > Remove "dvb_"-prefix from parameters. Without the patch all parameters except > the declaration of parameter "frontend_debug" have a "dvb_"-prefix. Why is that dvb_ prefix a problem? > Error detected with section2text.rb, see autopara

[DVB patch 31/48] ttusb_dec: IR support

2005-03-21 Thread Johannes Stezenbach
Add IR support added by Peter Beutner Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> ttusb_dec.c | 153 ++-- 1 files changed, 150 insertions(+), 3 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/ttusb-dec/ttusb

[DVB patch 47/48] gcc 2.95 compile fixes

2005-03-21 Thread Johannes Stezenbach
Patch by Olaf Titz: gcc 2.95 compile fixes Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> dibusb/dvb-dibusb-core.c |2 +- dibusb/dvb-fe-dtt200u.c |7 ++- ttpci/av7110_ir.c|4 ++-- ttpci/budget-av.c|2 +- 4 files changed, 10 insertions(+), 5 del

[DVB patch 45/48] support Nova-S rev 2.2

2005-03-21 Thread Johannes Stezenbach
Support for Nova-S rev 2.2 (Gregor Kroesen) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> dvb-ttusb-budget.c | 107 ++--- 1 files changed, 94 insertions(+), 13 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/ttusb-budg

[DVB patch 36/48] frontends: kfree() cleanup

2005-03-21 Thread Johannes Stezenbach
kfree(NULL) is safe (Kenneth Aafloy) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> bt8xx/dst.c |2 +- dvb-core/dvb_ca_en50221.c |3 +-- dvb-core/dvb_frontend.c |3 +-- dvb-core/dvbdev.c |4 +--- frontends/at76c651.c |2 +- fro

[DVB patch 20/48] cleanups, make stuff static

2005-03-21 Thread Johannes Stezenbach
nk <[EMAIL PROTECTED]> Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> b2c2/b2c2-common.c |2 +- b2c2/skystar2.c|2 +- bt8xx/bt878.c | 15 --- bt8xx/dst_priv.h |1 - dibusb/dvb-dibusb-core.c |2 +- dibusb/dvb-

[DVB patch 12/48] get_dvb_firmware: new unshield version

2005-03-21 Thread Johannes Stezenbach
patch by Mattias Holmlund: support new version of unshield for sp887x firmware extraction (changed cmdline parameters) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> get_dvb_firmware |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: linux-2.6.12-r

[DVB patch 02/48] dibcom: frontend fixes

2005-03-21 Thread Johannes Stezenbach
o corrected the name in driver_desc o removed debug messages and some comments (see dib3000-watch) (Patrick Boettcher) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> dib3000mb.c | 68 +++- dib3000mc.c |2 - 2 files chan

[DVB patch 08/48] ves1x93: invert_pwm fix

2005-03-21 Thread Johannes Stezenbach
fix unhandled invert_pwm option (needed on dbox2 hardware) submitted by Carsten Juttner Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> ves1x93.c | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb/frontends/ves

[DVB patch 46/48] ttusb_dec: cleanup

2005-03-21 Thread Johannes Stezenbach
], the 8th bit only specifies the direction and is set by the snd/rcvxxxpipe() macro Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> ttusb_dec.c | 49 + 1 files changed, 29 insertions(+), 20 deletions(-) Index: linux-2.6.12-rc1-mm1/d

[DVB patch 22/48] nxt2002: fix max frequency

2005-03-21 Thread Johannes Stezenbach
Patch by Taylor Jacob and Tom Dombrosky: There was a typo in the BBTI/B2C2 specs that stated the upper frequency of the air2pc/nxt2002 was 806Mhz, not 860Mhz. Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> nxt2002.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[DVB patch 16/48] ttusb_dec: use alternative interface to save bandwidth

2005-03-21 Thread Johannes Stezenbach
Use alternative interface. Asks for less bandwidth and therefore works with OHCI as well as UHCI (Alex Woods) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> ttusb_dec.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/media/dvb

[DVB patch 34/48] saa7146: remove duplicate setgpio

2005-03-21 Thread Johannes Stezenbach
Remove duplicate setgpio (Kenneth Aafloy) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> saa7146_core.c | 29 + 1 files changed, 5 insertions(+), 24 deletions(-) Index: linux-2.6.12-rc1-mm1/drivers/media/common/saa7146_

[DVB patch 14/48] dibusb: debug changes

2005-03-21 Thread Johannes Stezenbach
o use own err,info,warn defines, driver description o remove warning about firmware bug (Patrick Boettcher) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> dvb-dibusb-dvb.c | 13 + dvb-dibusb-pid.c |4 ++-- dvb-dibusb-usb.c |6 -- dvb-dibusb.h

[DVB patch 42/48] convert from pci_module_init to pci_register_driver

2005-03-21 Thread Johannes Stezenbach
>From : http://kerneljanitors.org/TODO o convert from pci_module_init to pci_register_driver Signed-off-by: Christophe Lucas <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> b2c2/skystar2.c |

[DVB patch 35/48] fix CAMs on Typhoon DVB-S

2005-03-21 Thread Johannes Stezenbach
Fix for CAMs on Typhoon DVB-S, where it would constantly reset itself. (Kenneth Aafloy) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> dvb-core/dvb_ca_en50221.c |2 +- ttpci/budget-av.c | 13 - 2 files changed, 13 insertions(+), 2 deletions(-) Index:

[DVB patch 39/48] support for Technotrend PCI DVB-T

2005-03-21 Thread Johannes Stezenbach
patch by Anssi Hannula: add support for Technotrend PCI DVB-T (0x13c2,0x0008, Grundig 29504-401 (LSI L64781 Based) frontend) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> Kconfig |1 + av7110.c | 47 ++- av7110.h |1 + 3

[DVB patch 41/48] vfree() checking cleanups

2005-03-21 Thread Johannes Stezenbach
vfree() checking cleanups. Signed-off by: James Lamanna <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> dvb-core/dmxdev.c | 16 +--- dvb-core/dvb_ca_en50221.c |3 +-- t

[DVB patch 43/48] dibusb: support dtt200u (Yakumo/Typhoon/Hama) USB2.0 device

2005-03-21 Thread Johannes Stezenbach
o added native support for the dtt200u (Yakumo/Typhoon/Hama) USB2.0 device o URBs are now submitted, when the actual transfer began, not right from the device plugin (solves a lot of problems) o minor fixes in the dib3000-frontends (Patrick Boettcher) Signed-off-by: Johannes Stezenbach <[EM

[DVB patch 48/48] mt352: cleanups

2005-03-21 Thread Johannes Stezenbach
read total AGC_GAIN in case some adapter turns on the RF_AGC loop. (Kenneth Aafloy) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> mt352.c | 105 +++- 1 files changed, 39 insertions(+), 66 deletions(-) Index: linux-

[DVB patch 28/48] support pcHDTV HD2000

2005-03-21 Thread Johannes Stezenbach
o DVB support for the pcHDTV HD2000 card, submitted by Rusty Scott o remove bttv dependency from frontend (Kenneth Aafloy) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> bt8xx/Kconfig |4 bt8xx/dvb-bt8xx.c | 72 + bt8xx/dvb-bt8xx.h |1 frontends/K

Re: [PATCH] drivers/media Sparse fixes

2005-03-16 Thread Johannes Stezenbach
On Mon, Mar 14, 2005 at 11:55:24AM +0100, Peter Hagervall wrote: > Removes some sparse warnings on one-bit bitfields. > > Signed-off-by: Peter Hagervall <[EMAIL PROTECTED]> > > -- > > dvb/dvb-core/dvb_ca_en50221.c |6 +++--- I applied this one to linuxtv.org CVS. > video/cx88/cx88.h

Re: [PATCH][2.6.11] drivers/media/dvb/bt8xx/bt878.h gcc4 fix

2005-03-16 Thread Johannes Stezenbach
On Tue, Mar 15, 2005 at 02:59:08PM +0100, Mikael Pettersson wrote: > Fix one array-of-incomplete-type error from gcc4 in bt878.h. Applied to linuxtv.org CVS. Thanks, Johannes - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Mo

Re: IA32 (2.6.11 - 2005-03-12.16.00) - 56 New warnings

2005-03-13 Thread Johannes Stezenbach
On Sat, Mar 12, 2005 at 09:08:45PM -0800, John Cherry wrote: > drivers/media/dvb/frontends/dvb-pll.c:104: warning: (near initialization for > `dvb_pll_unknown_1.entries') > drivers/media/dvb/frontends/dvb-pll.c:104: warning: excess elements in array > initializer > drivers/media/dvb/frontends/dvb

Re: [linux-dvb] [patch] dvb: add pll lib

2005-03-08 Thread Johannes Stezenbach
(linux-dvb list removed from Cc: because it is subscribers only) On Tue, Mar 08, 2005 at 11:57:26AM +0100, Gerd Knorr wrote: > This adds some helper code to handle tuning for dvb cards, > with a struct describing the pll and a function calculating > the command sequence needed to program it. > >

Re: [linux-dvb-maintainer] Re: 2.6.11 vs DVB cx88 stuffs

2005-03-04 Thread Johannes Stezenbach
On Thu, Mar 03, 2005 at 06:55:48PM -0800, Randy.Dunlap wrote: > Gene Heskett wrote: > >Greetings; > > > >I've a new pcHDTV-3000 card, and I thought maybe it would > >be a good idea to build the cx88 stuff in the DVB section > >of a make xconfig. > > > >It doesn't build, spitting out this bailout: .

Re: [linux-dvb-maintainer] Re: [RFC: 2.6 patch] DVB: possible cleanups

2005-02-11 Thread Johannes Stezenbach
Holger Waechtler wrote: > Adrian Bunk wrote: > > >Before I'm getting flamed to death: > >This patch contains possible cleanups. If parts of this patch conflict > >with pending changes these parts of my patch have to be dropped. > > > >This patch contains the following possible cleanups: > >- make

[PATCH 4/4] cleanup firmware loading printks

2005-01-24 Thread Johannes Stezenbach
- [DVB] frontends: sp887x: improve confusing firmware loading messages Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> diff -rupN linux-2.6.11-rc2-bk2/drivers/media/dvb/frontends/sp8870.c linux-2.6.11-rc2-bk2-dvb/drivers/media/dvb/frontends/sp8870.c --- linux-2.6.11-rc2-bk2/drivers

[PATCH 3/4] support up to six DVB cards

2005-01-24 Thread Johannes Stezenbach
- [DVB] core: add support for up to six DVB cards by using 32bit dev_t capabilities Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> --- linux-2.6.11-rc2-bk2/drivers/media/dvb/dvb-core/dvbdev.c2004-12-24 22:34:26.0 +0100 +++ linux-2.6.11-rc2-bk2-dvb/drivers/media/d

[PATCH 2/4] fix access to freed memory

2005-01-24 Thread Johannes Stezenbach
- [DVB] core: fix access to freed memory when unloading frontend drivers (fix by Gerd Knorr) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> diff -rupN linux-2.6.11-rc2-bk2/drivers/media/dvb/dvb-core/dvb_frontend.c linux-2.6.11-rc2-bk2-dvb/drivers/media/dvb/dvb-core/dvb_fron

[PATCH 1/4] follow USB __le16 changes

2005-01-24 Thread Johannes Stezenbach
- [DVB] dibusb: follow USB changes (idVendor, idProduct, bcdDevice and bcdUSB fields are now __le16) Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> diff -rupN linux-2.6.11-rc2-mm1/drivers/media/dvb/dibusb/dvb-dibusb-core.c linux-2.6.11-rc2-mm1-dvb/drivers/media/dvb/dibusb/dvb-

[PATCH 0/4] 2.6.11-rc2-bk2 DVB fixes

2005-01-24 Thread Johannes Stezenbach
Hi Linus, the following patches correct a few bugs which were found shortly after submission of the previous patchset :-( (except 03-core-more-cards which I just submit while I'm at it) 01-dibusb-le16 follow USB __le16 changes 02-core-fe-release fix access to freed memory on module

Re: [linux-dvb-maintainer] 2.6.11-rc2-mm1: DVB compile error

2005-01-24 Thread Johannes Stezenbach
Adrian Bunk wrote: > The following compile error comes from Linus' tree: > > <-- snip --> > > ... > LD .tmp_vmlinux1 > drivers/built-in.o(.bss+0xd50e4): multiple definition of `debug' > arch/i386/kernel/built-in.o(.text+0x2e4c): first defined here > make: *** [.tmp_vmlinux1] Error 1 > >

[PATCH 7/9] nxt2002: add ATSC support, misc fixes

2005-01-22 Thread Johannes Stezenbach
time warnings, patch by Markus Breitenberger - [DVB] fix spelling errors in various frontend drivers Signed-off-by: Michael Hunold <[EMAIL PROTECTED]> Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> diff -uraNwB linux-2.6.11-rc2/drivers/media/dvb/frontends/mt352.c linux-2.

[PATCH 2/9] support pinnacle pctv-sat, clean-ups

2005-01-22 Thread Johannes Stezenbach
AIL PROTECTED]> Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> diff -uraNwB linux-2.6.11-rc2/drivers/media/dvb/bt8xx/dvb-bt8xx.c linux-2.6.11-rc2-dvb/drivers/media/dvb/bt8xx/dvb-bt8xx.c --- linux-2.6.11-rc2/drivers/media/dvb/bt8xx/dvb-bt8xx.c2005-01-20 19:54:05.000

[PATCH 6/9] refactoring

2005-01-22 Thread Johannes Stezenbach
- [DVB] dib3000: driver refactoring, makes it easier to support device clones Signed-off-by: Michael Hunold <[EMAIL PROTECTED]> Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> diff -uraNwB linux-2.6.11-rc2/drivers/media/dvb/frontends/dib3000-common.c linux-2.6.11-rc2-dvb/d

[PATCH 4/9] support nxt2002 frontend, misc skystar2 fixes

2005-01-22 Thread Johannes Stezenbach
Thomas Martin and Dieter Zander: - [DVB] b2c2-usb-core: fix file permissions to be octal, ISO C90 compile fix, temporally repaired the request_types - [DVB] remove remains of dibusb driver after splitup Signed-off-by: Michael Hunold <[EMAIL PROTECTED]> Signed-off-by: Johannes Stez

[PATCH 5/9] add ATSC support, misc fixes

2005-01-22 Thread Johannes Stezenbach
from frontend code, code simplification Signed-off-by: Michael Hunold <[EMAIL PROTECTED]> Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> diff -uraNwB linux-2.6.11-rc2/drivers/media/dvb/dvb-core/dvb_demux.c linux-2.6.11-rc2-dvb/drivers/media/dvb/dvb-core/dvb_demux.c ---

[PATCH 0/9] 2.6.11-rc2 DVB update

2005-01-22 Thread Johannes Stezenbach
Hi Linus, this is the usual batch of DVB updates from linuxtv.org CVS. The patches were prepared by Michael Hunold, I just rediffed them to apply cleanly against 2.6.11-rc2, and submit them on his behalf this time. I realize it is actually a bit late in the 2.6.11 release cycle but I hope they ca

[PATCH 1/9] fix RPS init race

2005-01-22 Thread Johannes Stezenbach
- [DVB] saa7146: explicitely disable RPS tasks in saa7146_init_one() Signed-off-by: Michael Hunold <[EMAIL PROTECTED]> Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]> diff -uraNwB linux-2.6.11-rc2/drivers/media/common/saa7146_core.c linux-2.6.11-rc2-dvb/drivers/

<    1   2   3