Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates

2007-04-15 Thread Michael Krufky
Mauro, I've been out of town for the past few days... I just got home and saw this: Mauro Carvalho Chehab wrote: - Fix 1/3 for bug 7819: fixed frontend hotplug issue - Fix 2/3 for bug 7819: demux and dvr - Fix 3/3 for bug 7819: fixed hotplugging for dvbnet I don't think that this is

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates

2007-04-16 Thread Michael Krufky
Adrian Bunk wrote: On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: Mauro, I've been out of town for the past few days... I just got home and saw this: Mauro Carvalho Chehab wrote: - Fix 1/3 for bug 7819: fixed frontend hotplug issue - Fix 2/3 for bug 7819: demux

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates

2007-04-16 Thread Michael Krufky
CIJOML wrote: Dne pondělí 16 duben 2007 17:34 Michael Krufky napsal(a): Adrian Bunk wrote: On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: Mauro, I've been out of town for the past few days... I just got home and saw this: Mauro Carvalho Chehab wrote

Re: [patch 00/31] 2.6.20-stable review

2007-03-20 Thread Michael Krufky
explanation, see man quilt. Using quilt, when you have a list of patches and a series file containing the merge order is *much* easier that a git bisection, and can help you to find the problem patch much quicker. I hope this helps... Good Luck, Michael Krufky - To unsubscribe from this list

Re: [v4l-dvb-maintainer] [-mm patch] make dvb_usb_gl861_debug static

2007-02-20 Thread Michael Krufky
-by: Michael Krufky [EMAIL PROTECTED] --- --- linux-2.6.20-mm1/drivers/media/dvb/dvb-usb/gl861.c.old2007-02-17 17:49:03.0 +0100 +++ linux-2.6.20-mm1/drivers/media/dvb/dvb-usb/gl861.c2007-02-17 17:49:20.0 +0100 @@ -12,7 +12,7 @@ #include qt1010.h /* debug */ -int

Re: [stable] [patch 00/50] -stable review

2007-02-20 Thread Michael Krufky
be added to the queue, if possible. This patch was recently submitted, and fixes many horrible, previously unexplained bugs of the past. Please queue this for the final 2.6.18 and 2.6.19 -stable releases, as well as for 2.6.20.1 Thank you, Michael Krufky --- dvbdev: fix illegal re-usage

Re: [v4l-dvb-maintainer] Re: [stable] [patch 00/50] -stable review

2007-02-21 Thread Michael Krufky
Michael Krufky wrote: Greg KH wrote: Ok, I've now gotten all of these for .19 and .18. If I've missed anything, please let me know. thanks for your patience. Looks good... Thank you, Greg. Greg KH wrote: This will probably be the last release of the 2.6.19-stable series, so

Re: [patch 13/18] V4L: cx88: Fix lockup on suspend

2007-02-21 Thread Michael Krufky
, which caused it to go into a tight loop and result in softlockup when suspending. Fix that. (cherry picked from commit a96afb3e9428f2e7463344f12dbc85faf08e2e09) Signed-off-by: Robert Hancock [EMAIL PROTECTED] Signed-off-by: Mauro Carvalho Chehab [EMAIL PROTECTED] Signed-off-by: Michael

Re: [patch 01/21] V4L: cx88: Fix lockup on suspend

2007-02-21 Thread Michael Krufky
it to go into a tight loop and result in softlockup when suspending. Fix that. (cherry picked from commit a96afb3e9428f2e7463344f12dbc85faf08e2e09) Signed-off-by: Robert Hancock [EMAIL PROTECTED] Signed-off-by: Mauro Carvalho Chehab [EMAIL PROTECTED] Signed-off-by: Michael Krufky [EMAIL PROTECTED

Re: [patch 0/9] 2.6.19-stable review

2007-02-27 Thread Michael Krufky
these up for the next 2.6.20.y release, that would be great. Otherwise, if I don't see them added to the queue, I will send them inline to you the next time I am at my own machine (a few days from now). Regards, Michael Krufky - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [patch 0/9] 2.6.19-stable review

2007-03-02 Thread Michael Krufky
Greg KH wrote: On Tue, Feb 27, 2007 at 03:23:05PM -0500, Michael Krufky wrote: Greg KH wrote: This is the start of the stable review cycle for the 2.6.19.6 release. This will probably be the last release of the 2.6.19-stable series, so if there are patches that you feel should be applied

[2.6.20.y PATCH 1/7] dvbdev: fix illegal re-usage of fileoperations struct

2007-03-03 Thread Michael Krufky
. This patch fixes this issue. It allocates a new fileoperations struct each time a device is registered and copies the default template fileops. Signed-off-by: Marcel Siegert [EMAIL PROTECTED] Signed-off-by: Mauro Carvalho Chehab [EMAIL PROTECTED] Signed-off-by: Michael Krufky [EMAIL PROTECTED

[2.6.20.y PATCH 2/7] V4L: pvrusb2: Fix video corruption on stream start

2007-03-03 Thread Michael Krufky
] Signed-off-by: Michael Krufky [EMAIL PROTECTED] (backported from commit 6fe7d2c4660174110c6872cacc4fc2acb6e00acf) --- drivers/media/video/pvrusb2/pvrusb2-encoder.c | 40 + 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/pvrusb2/pvrusb2

[2.6.20.y PATCH 7/7] V4L: cx88-blackbird: allow usage of 376836 and 262144 sized firmware images

2007-03-03 Thread Michael Krufky
From: Michael Krufky [EMAIL PROTECTED] Date: Sat, 3 Mar 2007 10:10:43 -0200 Subject: [PATCH] V4L: cx88-blackbird: allow usage of 376836 and 262144 sized firmware images This updates the cx88-blackbird driver to be able to use the new cx23416 firmware image released by Hauppauge Computer Works

[2.6.20.y PATCH 5/7] DVB: digitv: open nxt6000 i2c_gate for TDED4 tuner handling

2007-03-03 Thread Michael Krufky
From: Michael Krufky [EMAIL PROTECTED] Date: Wed, 21 Feb 2007 21:47:15 -0300 Subject: [PATCH] DVB: digitv: open nxt6000 i2c_gate for TDED4 tuner handling dvb-pll normally opens the i2c gate before attempting to communicate with the pll, but the code for this device is not using dvb-pll

[2.6.20.y PATCH 3/7] V4L: pvrusb2: Handle larger cx2341x firmware images

2007-03-03 Thread Michael Krufky
for the 2.6.20.y kernel series. Signed-off-by: Mike Isely [EMAIL PROTECTED] Signed-off-by: Michael Krufky [EMAIL PROTECTED] (backported from commit 90060d32ca0a941b158994f78e60d0381871c84b) --- drivers/media/video/pvrusb2/pvrusb2-hdw.c | 33 +++- 1 files changed, 18

[2.6.20.y PATCH 6/7] V4L: fix cx25840 firmware loading

2007-03-03 Thread Michael Krufky
the i2c client, then use the client's device to load the firmware. Signed-off-by: Hans Verkuil [EMAIL PROTECTED] Acked-by: Mike Isely [EMAIL PROTECTED] Signed-off-by: Mauro Carvalho Chehab [EMAIL PROTECTED] Signed-off-by: Michael Krufky [EMAIL PROTECTED] (cherry picked from commit

[2.6.20.y PATCH 4/7] DVB: cxusb: fix firmware patch for big endian systems

2007-03-03 Thread Michael Krufky
] Signed-off-by: Michael Krufky [EMAIL PROTECTED] Signed-off-by: Mauro Carvalho Chehab [EMAIL PROTECTED] (cherry picked from commit 1d1370a48ca285ebe197ecd3197a8d5f161bc291) --- drivers/media/dvb/dvb-usb/cxusb.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-14 Thread Michael Krufky
On 9/14/07, Mauro Carvalho Chehab [EMAIL PROTECTED] wrote: - The hybrid tuner support, that where your requirement, when all those discussions started, were already added to the subsystem. So now, an hybrid tuner can be accessed by both DVB and V4L devices; It's far more complex as

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB fixes

2007-12-11 Thread Michael Krufky
Mauro Carvalho Chehab wrote: ^^ This patch fixes a build issue that only applies to new devices that depend on the tuner-xc2028 module, which is planned to be added to mainline for 2.6.25 We don't need to send this patch upstream yet, because the dependency doesn't exist

Re: [v4l-dvb-maintainer] build #340 failed for 2.6.24-rc5-g75b8c13 in linux/drivers/media/video/tuner.ko

2007-12-12 Thread Michael Krufky
Toralf Förster wrote: Hello, the build with the attached .config failed, make ends with: ... GZIParch/x86/boot/compressed/vmlinux.bin.gz LD arch/x86/boot/compressed/piggy.o LD arch/x86/boot/compressed/vmlinux OBJCOPY arch/x86/boot/vmlinux.bin HOSTCC

Re: [v4l-dvb-maintainer] 2.6.24-rc6-mm1 (build problem: v4l / i2c)

2007-12-31 Thread Michael Krufky
Randy Dunlap wrote: MODPOST 120 modules ERROR: i2c_attach_client [drivers/media/video/v4l2-common.ko] undefined! make[2]: *** [__modpost] Error 1 --- ~Randy desserts: http://www.xenotime.net/linux/recipes/ I fixed this problem in this changeset:

Re: [v4l-dvb-maintainer] 2.6.24-rc6-mm1 (build problem: v4l / i2c)

2007-12-31 Thread Michael Krufky
Michael Krufky wrote: Randy Dunlap wrote: MODPOST 120 modules ERROR: i2c_attach_client [drivers/media/video/v4l2-common.ko] undefined! make[2]: *** [__modpost] Error 1 --- ~Randy desserts: http://www.xenotime.net/linux/recipes/ I fixed this problem in this changeset: http

Re: [2.6 patch] fix CONFIG_TUNER_TEA5761=m

2007-10-21 Thread Michael Krufky
Adrian Bunk wrote: This patch fixes CONFIG_TUNER_TEA5761=m broken by commit ca805d57cf5ea7482ed3da28653f30621249ee45. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/media/video/tuner-core.c |6 -- 1 file changed, 6 deletions(-) 26336c30e76c37bda368a24b8b12978388a18cf3

Re: [v4l-dvb-maintainer] [2.6 patch] fix CONFIG_TUNER_TEA5761=m

2007-10-22 Thread Michael Krufky
Trent Piepho wrote: On Sun, 21 Oct 2007, Michael Krufky wrote: Adrian Bunk wrote: This patch fixes CONFIG_TUNER_TEA5761=m broken by commit ca805d57cf5ea7482ed3da28653f30621249ee45. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/media/video/tuner-core.c |6

Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX

2007-08-13 Thread Michael Krufky
/radio -- v4l drivers/media/dvb -- dvb Cheers, Michael Krufky - To unsubscribe from 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/

Re: [v4l-dvb-maintainer] [PATCH 3/3] V4L: cinergyT2, remove bad usage of ERESTARTSYS

2007-10-11 Thread Michael Krufky
Mauro Carvalho Chehab wrote: Hi Jiri, Em Seg, 2007-10-08 às 13:41 +0100, Jiri Slaby escreveu: cinergyT2, remove bad usage of ERESTARTSYS test of cinergyt2-disconnect_pending doesn't ensure pending signal and so ERESTARTSYS would reach userspace, which is not permitted. Change it to

Re: tuner-core.c:fe_has_signal() can returne uninitialized value

2007-10-14 Thread Michael Krufky
Adrian Bunk wrote: Commit 1f5ef19779df2c2f75870332b37dd3004c08a515 added the following function to drivers/media/video/tuner-core.c: -- snip -- static int fe_has_signal(struct tuner *t) { struct dvb_tuner_ops *fe_tuner_ops = t-fe.ops.tuner_ops; u16 strength;

Re: [v4l-dvb-maintainer] [2.6 patch] make struct dvb_pll_fcv1236d static

2007-07-29 Thread Michael Krufky
Adrian Bunk wrote: struct dvb_pll_fcv1236d can become static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- --- linux-2.6.23-rc1-mm1/drivers/media/dvb/frontends/dvb-pll.c.old 2007-07-26 09:04:23.0 +0200 +++ linux-2.6.23-rc1-mm1/drivers/media/dvb/frontends/dvb-pll.c

Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities

2007-04-30 Thread Michael Krufky
Uwe Bugla wrote: And I swear that this dvb-pll.c is completely obsolete for this scenario! For that reason (old variant): # CONFIG_DVB_TUNER_LGH06XF is not set And this old variant was NOT done by Trent Piepho, it was NOT done by Andrew Quincey, but it was produced by Michael Krufky

[2.6.13 PATCH] DVB: LGDT3302 QAM lock bug fix

2005-07-13 Thread Michael Krufky
QAM working great now :-) ... Fix QAM lock bug. Previously, it was necessary to first scan in VSB before attempting to get a QAM lock. Signed-off-by: Mac Michaels [EMAIL PROTECTED] Signed-off-by: Michael Krufky [EMAIL PROTECTED] linux/drivers/media/dvb/frontends/lgdt3302.c | 16

Re: Sandisk Compact Flash

2005-07-16 Thread Michael Krufky
ones. I recommend picking up a CF-to-IDE adapter, such as this: http://www.acscontrol.com/Index_ACS.asp?Page=/Pages/Products/CompactFlash/IDE_To_CF_Adapter.htm ...It works great for me! There are a bunch of companies selling these... Google cf ide adapter. -- Michael Krufky - To unsubscribe

[2.6.13 PATCH] v4l: fix regression modprobe bttv freezes the computer

2005-07-20 Thread Michael Krufky
:08 Patch by Manu Abraham and Gerd Knorr: Remove redundant bttv_reset_audio() which caused the computer to freeze with some bt8xx based DVB cards when loading the bttv driver. Signed-off-by: Johannes Stezenbach [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Michael

[2.6.13 PATCH 0/4]

2005-07-20 Thread Michael Krufky
This patch series spans both video4linux and linux-dvb trees. Remove the dvb_pll_desc from the lgdt3302 frontend and replace with a pll_set-callback to isolate the tuner programming from the frontend. Select the RF input connector based upon the type of demodulation selected. ANT RF

[2.6.13 PATCH 1/4] 01-lgdt3302-isolate-tuner.patch

2005-07-20 Thread Michael Krufky
Michael Krufky wrote: This patch series spans both video4linux and linux-dvb trees. Remove the dvb_pll_desc from the lgdt3302 frontend and replace with a pll_set-callback to isolate the tuner programming from the frontend. Select the RF input connector based upon the type of demodulation

[2.6.13 PATCH 2/4] 02-lgdt3302-rf-input.patch

2005-07-20 Thread Michael Krufky
Michael Krufky wrote: This patch series spans both video4linux and linux-dvb trees. Remove the dvb_pll_desc from the lgdt3302 frontend and replace with a pll_set-callback to isolate the tuner programming from the frontend. Select the RF input connector based upon the type of demodulation

[2.6.13 PATCH 4/4] 04-cx88-dvb-cleanup.patch

2005-07-20 Thread Michael Krufky
Michael Krufky wrote: This patch series spans both video4linux and linux-dvb trees. Remove the dvb_pll_desc from the lgdt3302 frontend and replace with a pll_set-callback to isolate the tuner programming from the frontend. Select the RF input connector based upon the type of demodulation

[2.6.13 PATCH 3/4] 03-lgdt3302-suppress-compile-warning.patch

2005-07-20 Thread Michael Krufky
Michael Krufky wrote: This patch series spans both video4linux and linux-dvb trees. Remove the dvb_pll_desc from the lgdt3302 frontend and replace with a pll_set-callback to isolate the tuner programming from the frontend. Select the RF input connector based upon the type of demodulation

[-mm PATCH] v4l: hybrid dvb: fix warnings with -Wundef

2005-07-23 Thread Michael Krufky
This patch adds a missing #ifdef to saa7134-dvb.c (thanks to Mauro Carvalho Chehab) and changes #if to #ifdef in both files. Signed-off-by: Michael Krufky [EMAIL PROTECTED] linux/drivers/media/video/cx88/cx88-dvb.c | 24 linux/drivers/media/video/saa7134/saa7134-dvb.c

[-mm PATCH] v4l: hybrid dvb: move #defines to Makefile

2005-07-23 Thread Michael Krufky
This patch moves #define from cx88-dvb.c and saa7134-dvb.c into Makefile as CFLAGS, allowing code compatability with video4linux cvs. Signed-off-by: Michael Krufky [EMAIL PROTECTED] linux/drivers/media/video/cx88/Makefile | 12 linux/drivers/media/video/cx88/cx88-dvb.c

[-mm PATCH] v4l: hybrid dvb: rename CFLAGS from CONFIG_DVB_xxxx back to original HAVE_xxxx

2005-07-24 Thread Michael Krufky
The #define CONFIG_DVB_* are actually CFLAGS set by Makefile. CONFIG_* namespace is reserved for Kconfig. This renames them back to HAVE_* Signed-off-by: Michael Krufky [EMAIL PROTECTED] linux/drivers/media/video/cx88/Makefile |8 ++-- linux/drivers/media/video/cx88/cx88-dvb.c

[PATCH] DVB: rename lgdt3302 frontend module to lgdt330x

2005-07-25 Thread Michael Krufky
. Signed-off-by: Michael Krufky [EMAIL PROTECTED] linux/drivers/media/dvb/frontends/Kconfig |4 linux/drivers/media/dvb/frontends/Makefile|2 linux/drivers/media/dvb/frontends/lgdt3302.c | 607 -- linux/drivers/media/dvb/frontends/lgdt3302.h | 49

Re: [PATCH] Add missing tvaudio try_to_freeze.

2005-07-25 Thread Michael Krufky
[EMAIL PROTECTED] -- Michael Krufky - To unsubscribe from 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/

Re: MM kernels - how to keep on the bleeding edge?

2005-07-26 Thread Michael Krufky
last night and it seems to be delayed by a few days. I dont have that link handy right now. Does anybody else have it? -- Michael Krufky - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: MM kernels - how to keep on the bleeding edge?

2005-07-26 Thread Michael Krufky
Radoslaw AstralStorm Szkodzinski wrote: On Tue, 26 Jul 2005 15:45:41 -0400 Michael Krufky [EMAIL PROTECTED] wrote: have filters set up so that my mailer puts all mm-commits messages from the mailing list into a special mm-commits folder. Each time Andrew releases an -mm kernel, I rename my

Re: MM kernels - how to keep on the bleeding edge?

2005-07-26 Thread Michael Krufky
Andrew Morton wrote: Michael Krufky [EMAIL PROTECTED] wrote: [ tracking mm stuff ] While we're on the topic of how -mm works, I have a question for you. How can I test a kernel source tree (during compilation) to determine whether it is a -mm tree or a -linus tree? I will give you

Re: MM kernels - how to keep on the bleeding edge?

2005-07-26 Thread Michael Krufky
Michael Krufky wrote: However, sometimes there are patches in -mm that are incompatable with -linus. An example of this is Pavel's pm_message_t mangling ... Testing for the numbered 2.6.x version isn't enough of a test in a case like this, but it would be nice to be able to develop against

Re: MM kernels - how to keep on the bleeding edge?

2005-07-26 Thread Michael Krufky
Andrew Morton wrote: Michael Krufky [EMAIL PROTECTED] wrote: However, sometimes there are patches in -mm that are incompatable with -linus. An example of this is Pavel's pm_message_t mangling ... OK. The way I handle an exceptional case like that is to merge the -linus-compatible

[PATCH] v4l: add DVB support for DViCO FusionHDTV3 Gold-T

2005-07-06 Thread Michael Krufky
. - Add lgdt3302 as dependency of cx88-dvb in Kconfig. - Add dvb support in v4l for DViCO FusionHDTV3 Gold-T using lgdt3302 frontend. This adds support for a different board from the previous (Gold-Q) patch. Signed-off-by: Michael Krufky [EMAIL PROTECTED] Signed-off-by: Mauro Carvalho Chehab

Re: OOPS: frequent crashes with bttv in 2.6.X series (inc. 2.6.12)

2005-07-06 Thread Michael Krufky
] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=2 PME- Thanks in advance for any pointers! Jeremy -- Michael Krufky - To unsubscribe from this list: send the line

[-mm PATCH] LGDT3302 read status fix

2005-07-06 Thread Michael Krufky
- Fix bug in lgdt3302_read_status to return correct FE_HAS_SIGNAL and FS_HAS_CARRIER status. - Removed #if LINUX_VERSION_CODE KERNEL_VERSION(2,6,10). Signed-off-by: Mac Michaels [EMAIL PROTECTED] Signed-off-by: Michael Krufky [EMAIL PROTECTED] -- Michael Krufky - Fix bug

Re: 2.6.13-rc2-mm1

2005-07-07 Thread Michael Krufky
. Thank you! -- Michael Krufky - To unsubscribe from 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/

Re: OOPS: frequent crashes with bttv in 2.6.X series (inc. 2.6.12)

2005-07-07 Thread Michael Krufky
Lee Revell wrote: On Wed, 2005-07-06 at 10:44 -0400, Michael Krufky wrote: bttv is now maintained by Mauro Carvalho Chehab [EMAIL PROTECTED], as part of the video4linux project. I am forwarding this to Mauro and the video4linux list. Linux and Kernel Video video4linux-list@redhat.com

[PATCH] DVB: LGDT3302 QAM256 initialization fix

2005-07-11 Thread Michael Krufky
:$ Signed-off-by: Mac Michaels [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Signed-off-by: Michael Krufky [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] linux/drivers/media/dvb/frontends/lgdt3302.c | 63 +-- 1 files changed, 30 insertions(+), 33 deletions(-) diff -u linux-2.6.13/drivers

[PATCH -rc2-mm2] BUG FIX - v4l broken hybrid dvb inclusion

2005-07-12 Thread Michael Krufky
find a better solution, but this will fix the bug until then. Always include dvb frontend code for hybrid cx88 and saa7134 boards. Signed-off-by: Michael Krufky [EMAIL PROTECTED] cx88/cx88-dvb.c |5 + saa7134/saa7134-dvb.c |3 +++ 2 files changed, 8 insertions(+) diff -upr

Re: [PATCH -rc2-mm2] BUG FIX - v4l broken hybrid dvb inclusion

2005-07-12 Thread Michael Krufky
Alexey Dobriyan wrote: On Tuesday 12 July 2005 19:06, Michael Krufky wrote: v4l-saa7134-hybrid-dvb.patch v4l-cx88-update.patch The specific change that caused this problem is: - Let Kconfig decide whether to include frontend-specific code. I had tested this change against 2.6.13-rc2-mm1

Re: [PATCH -rc2-mm2] BUG FIX - v4l broken hybrid dvb inclusion

2005-07-12 Thread Michael Krufky
Alexey Dobriyan wrote: On Tuesday 12 July 2005 21:19, Michael Krufky wrote: Alexey Dobriyan wrote: On Tuesday 12 July 2005 19:06, Michael Krufky wrote: I had tested this change against 2.6.13-rc2-mm1, and it worked perfectly as expected, but it caused problems in today's 2.6.13-rc2

Re: Petition for gas grices

2005-08-25 Thread Michael Krufky
enough spam bot's have it already, but this MASS cc was just not cool. bleh. -- Michael Krufky - To unsubscribe from 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

[PATCH] Kconfig: saa7134-dvb must select tda1004x

2005-08-30 Thread Michael Krufky
this patch, users will have to EXPLICITLY select tda1004x in Kconfig. This SHOULD be done automatically when saa7134-dvb is selected. This patch corrects this problem. saa7134-dvb must select tda1004x Signed-off-by: Michael Krufky [EMAIL PROTECTED] linux/drivers/media/video/Kconfig |1

Re: [linux-dvb-maintainer] [2.6 patch] add missing select's to DVB_BUDGET_AV

2005-08-31 Thread Michael Krufky
work (without some googling). I think it is best for user-friendliness to apply these ASAP. If you choose to send it to stable, feel free to add: Acked-by: Michael Krufky [EMAIL PROTECTED] ...although, since I am not the official maintainer (Johannes is) I don't think my ACK matters by much

cx88 teletext not yet implemented -was- Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-11 Thread Michael Krufky
this feature correctly implemented. I don't think that I am wrong, though. Please investigate this and confirm that this is an actual regression or not. Cheers, -- Michael Krufky - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED

Re: [PATCH 2.4] (0/5) I2C updates for 2.4.32-pre3

2005-08-14 Thread Michael Krufky
, with explanations and diffstat. Please consider applying them. How come these patches never showed up on LKML? -- Michael Krufky - To unsubscribe from 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

[PATCH] DVB: Clarify description text for dvb-bt8xx in Kconfig

2005-08-17 Thread Michael Krufky
/Pinnacle PCTV/Twinhan PCI cards It has been agreed upon that this description is extremely misleading. This patch changes the one-liner description text of dvb-bt8xx to something more meaningful, and adds AVerMedia to the detailed description. Signed-off-by: Michael Krufky [EMAIL PROTECTED

[PATCH] DVB: lgdt330x check callback fix

2005-08-17 Thread Michael Krufky
- FIX: check if the callback is set, before calling it. - Clean up whitespace / indentation. Signed-off-by: Patrick Boettcher [EMAIL PROTECTED] Signed-off-by: Michael Krufky [EMAIL PROTECTED] --- linux/drivers/media/dvb/frontends/lgdt330x.c | 50 +-- 1 files changed, 25

Re: 2.6.12.5: psmouse mouse detection doesn't work

2005-08-20 Thread Michael Krufky
with the development of that driver. Good Luck. -- Michael Krufky - To unsubscribe from 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/

[PATCH] fix documentation for dvb-bt8xx Kconfig description change

2005-08-21 Thread Michael Krufky
it into dvb-clarify-description-text-for-dvb-bt8xx-in-kconfig.patch This patch updates bt8xx documentation with the newer Kconfig description of dvb-bt8xx. Nebula/Pinnacle PCTV/Twinhan PCI cards -- BT8xx based PCI cards Signed-off-by: Michael Krufky [EMAIL PROTECTED] linux/Documentation/dvb/bt8xx.txt

GITWEB branch shortlog broken after recent update on kernel.org

2007-01-03 Thread Michael Krufky
in developer trees before those changesets get pulled into the master branch of a repository. I find this feature very helpful for reviewing changesets, and I'd like for it to work again. Thanks in advance, Michael Krufky - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [PATCH] gitweb: Fix shortlog only showing HEAD revision.

2007-01-05 Thread Michael Krufky
Robert Fitzsimons wrote: My change in 190d7fdcf325bb444fa806f09ebbb403a4ae4ee6 had a small bug found by Michael Krufky which caused the passed in hash value to be ignored, so shortlog would only show the HEAD revision. Signed-off-by: Robert Fitzsimons [EMAIL PROTECTED] --- Thanks

Re: isa0060/serio0 problems -WAS- Re: Asus MB and 2.6.12 Problems

2005-07-28 Thread Michael Krufky
Andrew Morton wrote: Michael Krufky [EMAIL PROTECTED] wrote: I am cc'ing your message to Vojtech Pavlik, the INPUT DRIVERS kernel maintainer. Vojtech, I figured these should be sent to you. If I am wrong, please redirect them to the correct person / list and let us know. Thank you

Re: isa0060/serio0 problems -WAS- Re: Asus MB and 2.6.12 Problems

2005-07-29 Thread Michael Krufky
Oops... I'm sorry, that was the OLD dmesg... I am still having the same symptoms, but the log shows up different error message in newer kernels... I'll have to reproduce that and send it an another email. ... soon to follow ... Michael Krufky wrote: I dug up the original email that I sent

[HOWTO] set extra_cflags to indicate compilation against -mm kernels

2005-07-30 Thread Michael Krufky
for compilation against -linus */ #endif This should probably be documented somewhere, but I don't know where it goes... -- Michael Krufky - To unsubscribe from 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

Re: [HOWTO] set extra_cflags to indicate compilation against -mm kernels

2005-07-31 Thread Michael Krufky
Sam Ravnborg wrote: On Sat, Jul 30, 2005 at 05:29:21PM -0400, Michael Krufky wrote: With the addition of topdir-mm.patch into the -mm tree (since 2.6.13-rc3-mm2), it is now possible for Makefile to detect whether a cvs subtree is being built against -mm or not... -mm kernels now have

Re: 2 errors in 2.6.12

2005-07-31 Thread Michael Krufky
try CVS and tell us if you still have the problem... Instructions at: http://linuxtv.org/v4lwiki/index.php/How_to_build_from_CVS -- Michael Krufky - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: 2 errors in 2.6.12

2005-08-01 Thread Michael Krufky
.. ok Thanks a lot! Michal might use tuner=5, and what else you might need and then depmod -a. Does this help? Greetings, Hermann On Sun, 31 Jul 2005, Michael Krufky wrote: Andrew Morton wrote: Michal Semler [EMAIL PROTECTED] wrote

Re: [Patch] v4l cx88 hue offset fix

2005-08-02 Thread Michael Krufky
the cx88 driver for the fixing... Good to see that debian has backported it to their 2.6.8 kernel, though. That really makes me smile. :-) Signed-off-by: Horms [EMAIL PROTECTED] From: Michael Krufky [EMAIL PROTECTED] Date: Thu, 30 Jun 2005 20:06:41 + (-0400) Subject: [PATCH] v4l cx88 hue

Re: Testing RC kernels

2005-08-02 Thread Michael Krufky
2.6.12 NOT 2.6.12.x -- Michael Krufky - To unsubscribe from 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/

Re: **SPAM** [PATCH 3/3] usb gadget driver for MQ11xx graphics chip

2005-08-02 Thread Michael Krufky
** in subject line. -- Michael Krufky - To unsubscribe from 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/

Re: Testing RC kernels [KORG]

2005-08-02 Thread Michael Krufky
to see without too much trouble. (perhaps, directly above, or directly below 2.6.12.x) -- Michael Krufky - To unsubscribe from 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

Re: Testing RC kernels [KORG]

2005-08-02 Thread Michael Krufky
of. -- Michael Krufky - To unsubscribe from 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/

Re: isa0060/serio0 problems -WAS- Re: Asus MB and 2.6.12 Problems

2005-08-04 Thread Michael Krufky
... If Dmitry wants to make usb-handoff the default, he has my support :-). -- Michael Krufky - To unsubscribe from 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

[PATCH] DVB: lgdt330x frontend: some bug fixes add lgdt3303 support

2005-08-07 Thread Michael Krufky
For 2.6.13, if possible. Patch generated against 2.6.13-rc6 -- Michael Krufky - Structural changes within lgdt330x driver, framework now supports both chips... tested OK on lgdt3302 and lgdt3303. - Add LG/TUA6034 dvb_pll_desc for ATSC with LG TDVS-H062F DViCO FusionHDTV5. - Fixed

[PATCH] DVB: lgdt330x frontend: trivial text cleanups

2005-08-07 Thread Michael Krufky
some tiny minor cleanups... -- Michael Krufky Two trivial text changes in Kconfig and lgdt330x.c Signed-off-by: Michael Krufky [EMAIL PROTECTED] linux/drivers/media/dvb/frontends/Kconfig|2 +- linux/drivers/media/dvb/frontends/lgdt330x.c |2 +- 2 files changed, 2 insertions

Re: [PATCH] DVB: lgdt330x frontend: some bug fixes add lgdt3303 support

2005-08-08 Thread Michael Krufky
by ifdefs anyway. It would be best for the new lgdt330x module to be merged into 2.6.13, because the interface is no longer compatable with older lgdt330x interface. Thank you. -- Michael Krufky - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [PATCH] DVB: lgdt330x frontend: some bug fixes add lgdt3303 support

2005-08-08 Thread Michael Krufky
the tda9887 stuff from lgdt330x.c. Signed-off-by: Michael Krufky [EMAIL PROTECTED] linux/drivers/media/dvb/frontends/lgdt330x.c | 35 --- 1 files changed, 35 deletions(-) diff -u linux-2.6.13/drivers/media/dvb/frontends/lgdt330x.c linux/drivers/media/dvb/frontends/lgdt330x.c --- linux

[PATCH] resubmit: Remove experimental tda9887 code from lgdt330x.c

2005-08-08 Thread Michael Krufky
lgdt330x.c (where is does NOT belong) that was unintentionally included by a previous patch. Signed-off-by: Michael Krufky [EMAIL PROTECTED] Signed-off-by: Mauro Carvalho Chehab [EMAIL PROTECTED] -- Michael Krufky linux/drivers/media/dvb/frontends/lgdt330x.c | 35 --- 1 files

Re: my kernel sometimes did a crash, but no panic

2005-08-09 Thread Michael Krufky
in 2.6.13-rc6: http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=history;h=00dd1e433967872f3997a45d5adf35056fdf2f56;f=drivers/media/video/bttv-driver.c Please test again using Kernel 2.6.13-rc6 and let us know if the problem persists. -- Michael Krufky - To unsubscribe

Re: [v4l-dvb-maintainer] [PATCH] Register the bus, vendor and product IDs for dvb-usb remote device

2007-01-21 Thread Michael Krufky
Chris Rankin wrote: Hi, This patch writes the USB vendor and product IDs into the /sys/class/input/inputX/id/ files, so that udev can find them. A rule like this does the trick for me: KERNEL=event*, SYSFS{../id/vendor}==2040, SYSFS{../id/product}==9301, SYMLINK+=input/dvb-remote ---

Re: [v4l-dvb-maintainer] [2.6 patch] cx88/saa7134: remove unused -DHAVE_VIDEO_BUF_DVB

2006-12-07 Thread Michael Krufky
without DVB support. (analog only) If you want to convert the HAVE_VIDEO_BUF_DVB to a kconfig #ifdef test for CONFIG_VIDEO_BUF_DVB, that would be acceptable. Regards, Michael Krufky - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: [v4l-dvb-maintainer] [2.6 patch] cx88/saa7134: remove unused -DHAVE_VIDEO_BUF_DVB

2006-12-07 Thread Michael Krufky
Adrian Bunk wrote: On Thu, Dec 07, 2006 at 10:36:01AM -0500, Michael Krufky wrote: Adrian Bunk wrote: This patch removes the unused HAVE_VIDEO_BUF_DVB define. [snip] ...We need this in order to allow compilation of the cx88 / saa7134 modules without DVB support. (analog only) Ah, you

Re: [v4l-dvb-maintainer] -mm: cx88-blackbird.c: unused code re-added

2006-11-17 Thread Michael Krufky
Adrian Bunk wrote: On Tue, Nov 14, 2006 at 01:41:25AM -0800, Andrew Morton wrote: ... Changes since 2.6.19-rc5-mm2: ... git-dvb.patch ... git trees ... Why does this patch re-add the still unused cx88_ioctl_hook and cx88_ioctl_translator in drivers/media/video/cx88/cx88-blackbird.c

Re: [patch 00/50] -stable review

2007-02-04 Thread Michael Krufky
Chris Wright wrote: This is the start of the stable review cycle for the 2.6.19.2 release. There are 50 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let us know. If anyone is a maintainer of the proper

Re: [stable] [patch 00/50] -stable review

2007-02-05 Thread Michael Krufky
Greg KH wrote: On Sun, Feb 04, 2007 at 01:24:18PM -0500, Michael Krufky wrote: Chris Wright wrote: This is the start of the stable review cycle for the 2.6.19.2 release. There are 50 patches in this series, all will be posted as a response to this one. If anyone has any issues

Re: [stable] [patch 00/50] -stable review

2007-02-07 Thread Michael Krufky
. In the interest of saving time, I figured that sending them to you in this method is good enough. If you still need for me to send them via email inline, please let me know. Best Regards, Michael Krufky - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [stable] [patch 00/50] -stable review

2007-02-09 Thread Michael Krufky
Michael Krufky wrote: Greg KH wrote: I'll go through the archives and see if there's enough to do a .18 release (and the patches are serious enough to warrent it.) Actually, I have a few more -stable patches for both 2.6.18.y and 2.6.19.y, if you don't mind holding off a day or two (wont

Re: [v4l-dvb-maintainer] drivers/media/dvb/b2c2/flexcop-dma.c uses PCI DMA API

2007-06-07 Thread Michael Krufky
Mauro Carvalho Chehab wrote: Hi Geert, Em Qua, 2007-06-06 às 21:11 +0200, Geert Uytterhoeven escreveu: Hi, drivers/media/dvb/b2c2/flexcop-dma.c uses the PCI DMA API, but DVB_B2C2_FLEXCOP doesn't depend on PCI, causing the following problem on PCI-less systems: |

Re: 2.6.22-rc6-mm1: TUNER_TEA5761 kconfig fixes

2007-07-01 Thread Michael Krufky
on EXPERIMENTAL the prompt text indicates also gets added by this patch. Additionally, the Makefile entry can now be written in a more compact way. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Acked-by: Michael Krufky [EMAIL PROTECTED] Thanks, Adrian Mauro, I'll push this into hg and send you

Re: [-mm patch] unexport dvb_pll_configure

2007-07-02 Thread Michael Krufky
(div * desc-entries[i].stepsize) - desc-iffreq; } -EXPORT_SYMBOL(dvb_pll_configure); static int dvb_pll_release(struct dvb_frontend *fe) { Thanks, Adrian... I'm not sure how I missed that one ;-) Acked-by: Michael Krufky [EMAIL PROTECTED] Mauro, I'll push this into hg and send you

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-07 Thread Michael Krufky
this problem, and you know the rules... What should be done to fix the use count bug? Regards, Michael Krufky - To unsubscribe from 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

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Michael Krufky
Manu Abraham wrote: Uwe Bugla wrote: If you download the thing as tar.bz2 you get a zero file down. I think could be a bug in hgweb probably. [snip] Let me see why hgweb gives a zero length archive Manu, We reported this bug to the selenic guys quite a long time ago... You

Re: [PATCH] dvb: fix potential format string leak

2013-09-30 Thread Michael Krufky
On Mon, Sep 16, 2013 at 7:48 PM, Joe Perches j...@perches.com wrote: On Mon, 2013-09-16 at 16:37 -0700, Kees Cook wrote: Make sure that a format string cannot accidentally leak into the printk buffer. [] diff --git a/drivers/media/dvb-frontends/dib9000.c

  1   2   3   >