Sveon stv22 patches

2011-06-22 Thread David
HDTV successfully initialized and connected. usbcore: registered new interface driver dvb_usb_af9015 Thanks for your time Emilio David Diaus López --- ./af9015.c 2011-06-22 12:05:28.0 +0200 +++ ./drivers/media/dvb/dvb-usb/af9015.c 2011-06-21 12:39:44.944874021 +0200 @@ -749,8 +749,6

Re: Sveon stv22 patches

2011-06-22 Thread David
DIGIBOX rc.map, one less patch needed then. Thanks for your time Emilio David Diaus López -- 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

Fwd: [PATCH] STV22 Dual USB DVB-T Tuner HDTV linux kernel support

2011-06-23 Thread David
Hello: I expect the patches finally are ok. This patches add Signed-off-by: Emilio David Diaus Lopez reality...@yahoo.es - -- ./drivers/media/dvb/dvb-usb/af9015.c.orig    2011-06-21 12:39:44.0 +0200 +++ ./drivers/media/dvb/dvb-usb/af9015.c

Re: Fwd: [PATCH] STV22 Dual USB DVB-T Tuner HDTV linux kernel support

2011-07-12 Thread David
Hello Again: The new patches are done, please tell me if i have to make any changes. Thanks for your time. Signed-off-by: Emilio David Diaus Lopez reality...@yahoo.es -- --- ./drivers/media/dvb/dvb-usb/af9015.c.orig    2011-03-22 05:45:24.0

Re: USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-22 Thread David
David wrote: ..that was introduced in 2.6.27. Reverting this change in 2.6.29-rc5 makes the card work happily again. Make that 2.6.30-rc5 .. my brain is obviously fried from too much .NET this week :-( -- To unsubscribe from this list: send the line unsubscribe linux-media in the body

USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-22 Thread David
work happily again. I don't know enough about USB protocols to speculate on whether there may be a better fix, but hopefully someone cleverer than me can get to the bottom of the problem? Cheers David -- To unsubscribe from this list: send the line unsubscribe linux-media in the body

Re: USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-23 Thread David
Alan Stern wrote: On Sat, 23 May 2009, Pekka Enberg wrote: On Sat, May 23, 2009 at 12:32 AM, David da...@unsolicited.net wrote: I reported this DVB-S card breaking between 2.6.26 and 2.6.27. I've finally had time to do some digging, and the regression is caused

Re: USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-24 Thread David
hermann pitton wrote: Hi, Am Sonntag, den 24.05.2009, 01:15 +0100 schrieb David: Alan Stern wrote: It's not obvious what could be causing this, so let's start out easy. Try collecting two usbmon traces (instructions are in Documentation/usb/usbmon.txt), showing what happens

Re: USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-25 Thread David
device memory). Indeed it looks the same. Is this an AMD CPU? yes, a Phenom. I wonder if CONFIG_HAVE_DMA_API_DEBUG does it (enabled with a select in arch/x86/Kconfig). Strange that it started happening now. That is enabled. I'll switch it off and give it another go. David

Re: USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-25 Thread David
David wrote: I wonder if CONFIG_HAVE_DMA_API_DEBUG does it (enabled with a select in arch/x86/Kconfig). Strange that it started happening now. That is enabled. I'll switch it off and give it another go. While CONFIG_HAVE_DMA_API_DEBUG was set, DMA_API_DEBUG was not, so I guess

Re: USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-25 Thread David
message failed: -110 [ 124.456117] ttusb2: there might have been an error during control message transfer. (rlen = 0, was 0) [ 124.456122] dvb-usb: Technotrend TT-connect S-2400 successfully initialized and connected. David -- To unsubscribe from this list: send the line unsubscribe linux-media

Re: USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-25 Thread David
David wrote: Alan Stern wrote: Okay, here's a patch for you to try. It refreshes the toggle setting in a linked but otherwise idle QH when a new URB is queued. Alan Stern Index: usb-2.6/drivers/usb/host/ehci-q.c

Re: USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-26 Thread David
Pete Zaitcev wrote: On Mon, 25 May 2009 13:25:55 +0100, David da...@unsolicited.net wrote: I suppose so. I misunderstood how this worked. I guessed that the DMA API debugging was the culprit because its introduction coincided with the recent onset of this oops. Although usbmon does

Re: USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-27 Thread David
Alan Stern wrote: On Mon, 25 May 2009, David wrote: I think the idea of the patch was good, but the endpoint direction information got lost (because the information was taken from the dummy qTD which is always marked as OUT -- I don't see how this could ever have worked properly). So

Re: USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-27 Thread David
Alan Stern wrote: On Wed, 27 May 2009, David wrote: Sorry for the delay, your patch reached me just after I turned in last night. It looks good to me. dmesg is how I'd expect, and I've attached the usb trace which looks pretty similar to when the original patch was reverted. I'll test

Re: [RFC] What are the goals for the architecture of an in-kernel IR system?

2009-12-12 Thread david
play button is pressed. David Lang -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[patch 0/3] ir-core keytable patches

2010-04-02 Thread david
functionality (rather than the drivers/media/IR/ir-functions.c functionality). -- David Härdeman -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[patch 2/3] [PATCH] drivers/media/IR - improve keyup/keydown logic

2010-04-02 Thread david
input_dev as their main argument (as there's no agreement on this point yet) Signed-off-by: David Härdeman da...@hardeman.nu Index: ir/drivers/media/IR/ir-keytable.c === --- ir.orig/drivers/media/IR/ir-keytable.c 2010-04-02 12:32

[patch 3/3] Convert drivers/media/dvb/ttpci/budget-ci.c to use ir-core

2010-04-02 Thread david
This patch converts drivers/media/dvb/ttpci/budget-ci.c to use ir-core rather than rolling its own keydown timeout handler and reporting keys via drivers/media/IR/ir-functions.c. Signed-off-by: David Härdeman da...@hardeman.nu Index: ir/drivers/media/dvb/ttpci/budget-ci.c

[patch 1/3] [PATCH] drivers/media/IR - improve keytable code

2010-04-02 Thread david
has been updated to incorporate patch feedback from Mauro Carvalho Chehab. Signed-off-by: David Härdeman da...@hardeman.nu Index: ir/drivers/media/IR/ir-keymaps.c === --- ir.orig/drivers/media/IR/ir-keymaps.c 2010-04-01 17:38

Warning when loading technisat driver (2.6.34)

2010-05-21 Thread David
I've just upgraded my media box, and get the following warning on startup. All seems well otherwise, so this is a FYI Cheers May 21 19:05:54 server kernel: [7.950291] [ cut here ] May 21 19:05:54 server kernel: [7.950296] WARNING: at fs/proc/generic.c:317

AF9035 + Fiti-Power FC0011 Tuner

2009-02-04 Thread David
Hi Has any work already been done to support DVB-T USB based devices with this combination? Regards David -- 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

Technotrend TT-connect S-2400 - worked in only one kernel release (2.6.26)

2009-02-16 Thread David
-2400 successfully initialized and connected. Cheers David -- 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

media-build patch: distro-specific hint

2012-04-09 Thread David
On Debian I did: $ git clone git://linuxtv.org/media_build.git $ ./media_build/build Checking if the needed tools are present ... I don't know distro . So, I can't provide you a hint with the package names. Debian uses /etc/issue to store the distro name, patch below: $ diff -Naur

Re: Technotrend TT-Connect S-2400

2009-08-24 Thread David
be appreciated) This breakage was caused by USB changes introduced in 2.6.27, and it's still broken as of 2.6.30. The 2.6.31rc should have the fix, and I have a patch for 2.6.30 if you want it. David -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord

Re: Technotrend TT-Connect S-2400

2009-08-25 Thread David
then 2. (I think they only apply to 2.6.30) Cheers David Index: usb-2.6/drivers/usb/host/ehci-q.c === --- usb-2.6.orig/drivers/usb/host/ehci-q.c +++ usb-2.6/drivers/usb/host/ehci-q.c @@ -93,22 +93,6 @@ qh_update (struct ehci_hcd

Fwd: Delock 61959

2013-03-23 Thread David
iProduct1 USB 2875 Device iSerial 0 bNumConfigurations 1 David -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] v4l2: change kmalloc to vmalloc for sglist allocation in videobuf_dma_map/unmap

2009-05-11 Thread David . Cohen . david . cohen
videobuf_dma_map() (i.e. 256Kib for 8MP sensor). In such situations, kmalloc() could face some problem to find the required free memory. vmalloc() is a safer solution instead, as the allocated memory does not need to be contiguous. Signed-off-by: David Cohen david.co...@nokia.com --- drivers/media

Reception issue: DViCO Fusion HDTV DVB-T Dual Express

2010-07-13 Thread David Shirley
0 (Zarlink MT352 DVB-T)... crystal:/usr/share/dvb/dvb-t# uname -a Linux crystal 2.6.32.14 #1 SMP PREEMPT Sat Jun 26 12:47:01 EST 2010 i686 GNU/Linux Hopefully someone can help or give me instructions on how to debug... Cheers David -- To unsubscribe from this list: send the line unsubscribe linux

Re: Reception issue: DViCO Fusion HDTV DVB-T Dual Express

2010-07-13 Thread David Shirley
. On 13 July 2010 19:53, Daniel O'Connor dar...@dons.net.au wrote: On 13/07/2010, at 17:24, David Shirley wrote: I am having reception issues with this particular card, the problem manifests itself with missing video frames and popping sounds on the audio streams. As far as I can tell

RE: [RFC 0/8] TI TILER-DMM driver

2010-07-26 Thread Sin, David
Thanks, Santosh, for your comments. I will roll them into an RFC v2. Also, adding the media list... -David -Original Message- From: Shilimkar, Santosh Sent: Saturday, July 24, 2010 2:45 AM To: Sin, David; linux-arm-ker...@lists.arm.linux.org.uk; linux-o...@vger.kernel.org; Tony

RE: [RFC 1/8] TILER-DMM: DMM-PAT driver for TI TILER

2010-07-26 Thread Sin, David
Thanks, Russel, for your comments. I will rework the RFC and send out a v2 soon. -Original Message- From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] Sent: Saturday, July 24, 2010 3:09 AM To: Sin, David Cc: linux-arm-ker...@lists.arm.linux.org.uk; linux-o

RE: [RFC 3/8] TILER-DMM: Sample TCM implementation: Simple TILER Allocator

2010-07-26 Thread Sin, David
Comments acknowledged. Adding in media lists also. -David -Original Message- From: Shilimkar, Santosh Sent: Saturday, July 24, 2010 2:13 AM To: Sin, David; linux-arm-ker...@lists.arm.linux.org.uk; linux-o...@vger.kernel.org; Tony Lindgren; Russell King Cc: Kanigeri, Hari; Ohad Ben

RE: [RFC 4/8] TILER-DMM: TILER Memory Manager interface and implementation

2010-07-26 Thread Sin, David
OK -- I will revisit this. Thanks for the explanation. -David -Original Message- From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] Sent: Saturday, July 24, 2010 3:01 AM To: Sin, David Cc: linux-arm-ker...@lists.arm.linux.org.uk; linux-o...@vger.kernel.org; Tony Lindgren

RE: [RFC 0/8] TI TILER-DMM driver

2010-07-26 Thread Sin, David
) is the implementation behind that interface. I will work on revising the acronym to avoid any conflicts. -David -Original Message- From: Linus Walleij [mailto:linus.ml.wall...@gmail.com] Sent: Saturday, July 24, 2010 6:48 PM To: Sin, David Cc: linux-arm-ker...@lists.infradead.org Subject: Re: [RFC

RE: [RFC 1/8] TILER-DMM: DMM-PAT driver for TI TILER

2010-07-26 Thread Sin, David
Hi Laurent, Thanks for taking the time to review. These are all very good comments and I will work on incorporating them into the next RFC version. -David -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Monday, July 26, 2010 3:13 AM

Re: Handling of large keycodes

2010-08-06 Thread David Härdeman
? -- David Härdeman -- 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: Handling of large keycodes

2010-08-06 Thread David Härdeman
to distinguish betwee legacy and newer users. David proposed some parameters that we rejected on our discussions. As we might need to add something similar, I decided to keep it on my approach, since a set of reserved fields wouldn't hurt (and removing it on our discussions would be easy), but I'm

[PATCH 0/3] Proposed ir-core (rc-core) changes

2010-08-24 Thread David Härdeman
the control of rc-core. I was hoping that Jarod would be willing to convert the imon driver to create a separate input device for sending mouse events to userspace :) Comments please... --- David Härdeman (3): merge rc-core remove remaining users of the ir-functions keyhandlers

[PATCH 2/3] remove remaining users of the ir-functions keyhandlers

2010-08-24 Thread David Härdeman
This patch removes the remaining usages of the ir_input_nokey() and ir_input_keydown() functions provided by drivers/media/IR/ir-functions.c by using the corresponding functionality in rc-core directly instead. --- drivers/media/IR/ir-functions.c | 96 ++-

Re: [PATCH 0/3] Proposed ir-core (rc-core) changes

2010-08-27 Thread David Härdeman
On Thu, August 26, 2010 21:14, Jarod Wilson wrote: On Wed, Aug 25, 2010 at 01:01:57AM +0200, David Härdeman wrote: The following series merges the different files that currently make up the ir-core module into a single-file rc-core module. In addition, the ir_input_dev and ir_dev_props

Re: IR code autorepeat issue?

2010-08-31 Thread David Härdeman
complexity). -- David Härdeman -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 0/5] rc-core: ir-core to rc-core conversion

2010-09-02 Thread David Härdeman
over to rc-core. Given the changes, these patches touch every single driver. Obviously I haven't tested them all due to a lack of hardware (I have made sure that all drivers compile without any warnings and I have tested the end result on mceusb and winbond-cir hardware). --- David Härdeman (5

[PATCH 2/5] rc-core: remove remaining users of the ir-functions keyhandlers

2010-09-02 Thread David Härdeman
This patch removes the remaining usages of the ir_input_nokey() and ir_input_keydown() functions provided by drivers/media/IR/ir-functions.c by using the corresponding functionality in rc-core directly instead. Signed-off-by: David Härdeman da...@hardeman.nu --- drivers/media/IR/ir-functions.c

[PATCH 3/5] imon: split mouse events to a separate input dev

2010-09-02 Thread David Härdeman
the code wouldn't have worked on a big-endian machine... Signed-off-by: David Härdeman da...@hardeman.nu --- drivers/media/IR/imon.c | 261 +++ 1 files changed, 150 insertions(+), 111 deletions(-) diff --git a/drivers/media/IR/imon.c b/drivers/media

Re: [PATCH 0/5] rc-core: ir-core to rc-core conversion

2010-09-02 Thread David Härdeman
On Thu, Sep 02, 2010 at 10:29:50PM +0200, David Härdeman wrote: This is my current patch queue, the main change is to make struct rc_dev the primary interface for rc drivers and to abstract away the fact that there's an input device lurking in there somewhere. The first three patches

Re: [PATCH 6/7] IR: extend ir_raw_event and do refactoring

2010-09-02 Thread David Härdeman
; Wouldn't DEFINE_RAW_EVENT(ev); be more in line with the kernel coding style? (cf. DEFINE_MUTEX, DEFINE_SPINLOCK, etc). -- David Härdeman -- 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

Re: [PATCH 6/7] IR: extend ir_raw_event and do refactoring

2010-09-02 Thread David Härdeman
style? (cf. DEFINE_MUTEX, DEFINE_SPINLOCK, etc). Of course, nothing against that. DEFINE_RC_RAW_EVENT() is probably better by the way... -- David Härdeman -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH 0/8 V3] Many fixes for in-kernel decoding and for the ENE driver

2010-09-05 Thread David Härdeman
On Sun, Sep 05, 2010 at 02:22:55AM +0300, Maxim Levitsky wrote: Hi, This is next version of my patchset. I addressed the comments from David Härdeman, And in addition to that did a lot of cleanups in the ENE driver. This includes new idle mode support that doesn't need 75

Re: [PATCH 7/8] IR: extend ir_raw_event and do refactoring

2010-09-05 Thread David Härdeman
, .duration = 0 }; + DEFINE_RC_RAW_EVENT(ev); + ev.reset = true; + ir_raw_event_store(input_dev, ev); ir_raw_event_handle(input_dev); } -- 1.7.0.4 -- David Härdeman -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message

Re: [PATCH 0/8 V5] Many fixes for in-kernel decoding and for the ENE driver

2010-09-06 Thread David Härdeman
On Tue, Sep 07, 2010 at 12:26:05AM +0300, Maxim Levitsky wrote: Hi, Here is full overview of my patches: What changed from V4? -- David Härdeman -- 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

[PATCH 0/5] rc-core: ir-core to rc-core conversion (v2)

2010-09-07 Thread David Härdeman
recent streamzap driver changes into account --- David Härdeman (5): rc-code: merge and rename ir-core rc-core: remove remaining users of the ir-functions keyhandlers imon: split mouse events to a separate input dev rc-core: make struct rc_dev the primary interface for rc

[PATCH 2/5] rc-core: remove remaining users of the ir-functions keyhandlers

2010-09-07 Thread David Härdeman
This patch removes the remaining usages of the ir_input_nokey() and ir_input_keydown() functions provided by drivers/media/IR/ir-functions.c by using the corresponding functionality in rc-core directly instead. Signed-off-by: David Härdeman da...@hardeman.nu --- drivers/media/IR/ir-functions.c

[PATCH 3/5] imon: split mouse events to a separate input dev

2010-09-07 Thread David Härdeman
the code wouldn't have worked on a big-endian machine... Signed-off-by: David Härdeman da...@hardeman.nu --- drivers/media/IR/imon.c | 261 +++ 1 files changed, 150 insertions(+), 111 deletions(-) diff --git a/drivers/media/IR/imon.c b/drivers/media

Re: [PATCH 1/5] rc-code: merge and rename ir-core

2010-09-08 Thread David Härdeman
file, both when I'm new to a subsystem and when I'm used to it. drivers/input/input.c and drivers/input/evdev.c come to mind as good examples. But more importantly, how about focusing on the people actually writing patches for ir-core rather than hypotetical people? -- David Härdeman

Re: [PATCH 4/6] Input: winbond-cir - switch to using new keycode interface

2010-09-08 Thread David Härdeman
ioctls and I have a patch lined up that converts winbond-cir.c to use ir-core which means all of the input related code is removed. -- David Härdeman -- 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

Re: [PATCH 1/2] ir-core: centralize sysfs raw decoder enabling/disabling

2010-09-08 Thread David Härdeman
have the file. -- David Härdeman -- 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: [PATCH 1/5] rc-code: merge and rename ir-core

2010-09-08 Thread David Härdeman
On Wed, Sep 08, 2010 at 10:42:10AM -0300, Mauro Carvalho Chehab wrote: Em 07-09-2010 18:51, David Härdeman escreveu: This patch merges the files which makes up ir-core and renames the resulting module to rc-core. IMHO this makes it much easier to hack on the core module since all code

Re: [PATCH 7/8] IR: extend ir_raw_event and do refactoring

2010-09-08 Thread David Härdeman
On Wed, Sep 08, 2010 at 07:42:04PM -0300, Mauro Carvalho Chehab wrote: Em 06-09-2010 18:26, Maxim Levitsky escreveu: Add new event types for timeout carrier report Move timeout handling from ir_raw_event_store_with_filter to ir-lirc-codec, where it is really needed. Now lirc bridge

Re: [PATCH 4/6] Input: winbond-cir - switch to using new keycode interface

2010-09-08 Thread David Härdeman
On Wed, Sep 08, 2010 at 04:00:04PM -0700, Dmitry Torokhov wrote: On Wed, Sep 08, 2010 at 11:16:17PM +0200, David Härdeman wrote: On Wed, Sep 08, 2010 at 12:42:00AM -0700, Dmitry Torokhov wrote: Switch the code to use new style of getkeycode and setkeycode methods to allow retrieving

Re: [PATCH 5/8] IR: extend MCE keymap.

2010-09-10 Thread David Härdeman
since it already has input plugins (e.g. for using a Nintendo Wii controller, etc). -- David Härdeman -- 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: ibmcam (xrilink_cit) and konica webcam driver porting to gspca update

2010-09-13 Thread David Ellingsworth
On Sun, Sep 5, 2010 at 4:58 AM, Hans de Goede hdego...@redhat.com wrote: Hi, On 08/31/2010 11:43 PM, David Ellingsworth wrote: Hans, I haven't had any success with this driver as of yet. My camera is shown here: http://www.amazon.com/IBM-Net-Camera-Pro-camera/dp/B0009MH25U The part number

Re: [PATCH/RFC v2 0/8] dsbr100: driver cleanup and fixes

2010-09-14 Thread David Ellingsworth
Alexey, Can you review/test this patch series? Patches 2/8, 3/8, and 5/8 are bug fixes the rest are mainly cleanups. Patch 2/8 should fix a crash in the normal case if the device is disconnected while not in use. Regards, David Ellingsworth On Thu, May 27, 2010 at 12:39 PM, David Ellingsworth

Re: [PATCH 2/4] imon: split mouse events to a separate input dev

2010-09-16 Thread David Härdeman
to a bswab64() call, irregardless of the cpu endianness, and I think the code wouldn't have worked on a big-endian machine... Signed-off-by: David Härdeman da...@hardeman.nu - Minor alterations to apply with minimal core IR changes - Use timer for imon keys too, since its entirely possible

Re: [PATCH 2/4] imon: split mouse events to a separate input dev

2010-09-16 Thread David Härdeman
On Thu, September 16, 2010 15:34, Jarod Wilson wrote: On Thu, Sep 16, 2010 at 01:32:07PM +0200, David Härdeman wrote: On Thu, September 16, 2010 07:22, Jarod Wilson wrote: This is a stab at separating the mouse (and front panel/knob) events out to a separate input device. This is necessary

Re: Remaining BKL users, what to do

2010-09-16 Thread David Miller
From: Samuel Ortiz sam...@sortiz.org Date: Thu, 16 Sep 2010 18:57:56 +0200 On Thu, 2010-09-16 at 16:32 +0200, Arnd Bergmann wrote: net/appletalk: net/ipx/af_ipx.c: net/irda/af_irda.c: Can probably be saved from retirement in drivers/staging if the maintainers still care. I'll

Re: Remaining BKL users, what to do

2010-09-16 Thread David Miller
From: Alan Cox a...@lxorguk.ukuu.org.uk Date: Thu, 16 Sep 2010 16:07:59 +0100 net/appletalk: net/ipx/af_ipx.c: net/irda/af_irda.c: Can probably be saved from retirement in drivers/staging if the maintainers still care. IPX and Appletalk both have active users. They also look

Re: ibmcam (xrilink_cit) and konica webcam driver porting to gspca update

2010-09-18 Thread David Ellingsworth
On Mon, Sep 13, 2010 at 2:02 PM, David Ellingsworth da...@identd.dyndns.org wrote: On Sun, Sep 5, 2010 at 4:58 AM, Hans de Goede hdego...@redhat.com wrote: Hi, On 08/31/2010 11:43 PM, David Ellingsworth wrote: Hans, I haven't had any success with this driver as of yet. My camera is shown

Re: [PATCH -hg] Warn user that driver is backported and might not work as expected

2010-09-18 Thread David Ellingsworth
warned. The last line should read: Don't use it in production. You've been warned. +EOF3 +       sleep 5;  } -- Regards, David Ellingsworth -- 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

Re: [PATCH/RFC v2 0/8] dsbr100: driver cleanup and fixes

2010-10-01 Thread David Ellingsworth
I will also check your patches soon. I have this old hardware at home. The sooner the better. These patches have been waiting for review since May. I'd rather not have to rebase them and resend them a third time. Regards, David Ellingsworth -- To unsubscribe from this list: send the line

Re: [GIT PATCHES FOR 2.6.37] Move V4L2 locking into the core framework

2010-10-10 Thread David Ellingsworth
, you should be ashamed for accepting a series that obviously has issues. Regards, David Ellingsworth -- 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: [GIT PATCHES FOR 2.6.37] Move V4L2 locking into the core framework

2010-10-11 Thread David Ellingsworth
On Sun, Oct 10, 2010 at 1:33 PM, David Ellingsworth da...@identd.dyndns.org wrote: Hans, On Sun, Sep 26, 2010 at 8:25 AM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Mauro, These are the locking patches. It's based on my previous test tree, but with more testing with em28xx and radio-mr800

Re: [GIT PATCHES FOR 2.6.37] Move V4L2 locking into the core framework

2010-10-11 Thread David Ellingsworth
On Mon, Oct 11, 2010 at 11:40 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Sunday, October 10, 2010 19:33:48 David Ellingsworth wrote: Hans, On Sun, Sep 26, 2010 at 8:25 AM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Mauro, These are the locking patches. It's based on my previous test

Re: [GIT PATCHES FOR 2.6.37] Fix locking order in radio-mr800

2010-10-13 Thread David Ellingsworth
/hverkuil/v4l-dvb.git mr800 Hans Verkuil (1):      radio-mr800: fix locking order Acked-By: David Ellingsworth da...@identd.dyndns.org -- 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

Re: [GIT PATCHES FOR 2.6.37] Move V4L2 locking into the core framework

2010-10-15 Thread David Ellingsworth
usb_amradio_suspend and usb_amradio_resume must remain to prevent races between other open/close/ioctl/read/mmap/etc and the resume/suspend cycle. Please revert the changes you made to these two functions. Regards, David Ellingsworth -- To unsubscribe from this list: send the line unsubscribe linux-media

Re: [GIT PATCHES FOR 2.6.37] Move V4L2 locking into the core framework

2010-10-15 Thread David Ellingsworth
On Mon, Oct 11, 2010 at 2:05 PM, David Ellingsworth da...@identd.dyndns.org wrote: On Mon, Oct 11, 2010 at 11:40 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Sunday, October 10, 2010 19:33:48 David Ellingsworth wrote: Hans, On Sun, Sep 26, 2010 at 8:25 AM, Hans Verkuil hverk...@xs4all.nl

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread David Ellingsworth
with, I left it untouched. Regards, David Ellingsworth -- 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: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread David Ellingsworth
On Sun, Oct 17, 2010 at 8:26 AM, Hans Verkuil hverk...@xs4all.nl wrote: - serialize the suspend and resume functions using the global lock. - do not call usb_autopm_put_interface after a disconnect. - fix a race when disconnecting the device. Reported-by: David Ellingsworth da

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread David Ellingsworth
disconnecting the device. Reported-by: David Ellingsworth da...@identd.dyndns.org Signed-off-by: Hans Verkuil hverk...@xs4all.nl ---  drivers/media/radio/radio-mr800.c |   17 ++---  1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/drivers/media/radio/radio-mr800.c b

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread David Ellingsworth
not call usb_autopm_put_interface after a disconnect. - fix a race when disconnecting the device. Reported-by: David Ellingsworth da...@identd.dyndns.org Signed-off-by: Hans Verkuil hverk...@xs4all.nl ---  drivers/media/radio/radio-mr800.c |   17 ++---  1 files changed, 14

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread David Ellingsworth
On Mon, Oct 18, 2010 at 10:35 AM, David Ellingsworth da...@identd.dyndns.org wrote: On Mon, Oct 18, 2010 at 10:18 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Mon, Oct 18, 2010 at 9:38 AM, Hans Verkuil hverk...@xs4all.nl wrote: On Sun, Oct 17, 2010 at 8:26 AM, Hans Verkuil hverk...@xs4all.nl

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-18 Thread David Ellingsworth
, I'm not sure if it was ever really valid. Since I didn't have anything to test with, I left it untouched. Regards, David Ellingsworth OK, then I'll make a new patch that just rips out autosuspend support. I thought about this a little more. I think this driver could benefit from auto

Re: [PATCH 0/3] Remaining patches in my queue for IR

2010-10-20 Thread David Härdeman
subsystem to land (somewhere around 2.6.37-rc1 supposedly) and then resend my patchset based on the media_tree/staging/v2.6.37 tree at that point? -- David Härdeman -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More

Re: [RFC PATCH] radio-mr800: locking fixes

2010-10-22 Thread David Ellingsworth
Any conclusion about the locking fixes patch? I don't like it, but it at least fixes the problem. You can add my ack. Acked-by: David Ellingsworthda...@identd.dyndns.org -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord

Re: [PATCH 1/3] IR: extend ir_raw_event and do refactoring

2010-10-23 Thread David Härdeman
of ir_raw_event_store_with_filter() though so the patch should still go in. Acked-by: David Härdeman da...@hardeman.nu -- 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

s2-liplianin for kernel 2.6.36

2010-10-24 Thread David Kaplan
Does anyone have a version of s2-liplianin that compiles against 2.6.36? -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 0/7] rc-core: ir-core to rc-core conversion

2010-10-29 Thread David Härdeman
merged upstream). Given the changes, these patches touch every single driver. Obviously I haven't tested them all due to a lack of hardware (I have made sure that all drivers compile without any warnings and I have tested the end result on mceusb and winbond-cir hardware). --- David Härdeman (7

[PATCH 1/7] ir-core: dummy patch to base my work on top of Dmitry's large scancode work

2010-10-29 Thread David Härdeman
This patch adds the changes from Dmitry's large scancode work for the input subsystem (the patches to the input core and to rc-core which were accepted upstream). Not to be applied :) Not-signed-off-by: Anyone --- drivers/char/keyboard.c| 31 ++- drivers/input/evdev.c | 100

[PATCH 2/7] ir-core: convert drivers/media/video/cx88 to ir-core

2010-10-29 Thread David Härdeman
for two weeks!) on actual hardware. Signed-off-by: David Härdeman da...@hardeman.nu --- drivers/media/IR/ir-functions.c | 134 --- drivers/media/video/cx88/Kconfig |2 drivers/media/video/cx88/cx88-input.c | 163 +++-- include

[PATCH 3/7] ir-core: remove remaining users of the ir-functions keyhandlers

2010-10-29 Thread David Härdeman
This patch removes the remaining usages of the ir_input_nokey() and ir_input_keydown() functions provided by drivers/media/IR/ir-functions.c by using the corresponding functionality in ir-core instead. Signed-off-by: David Härdeman da...@hardeman.nu --- drivers/media/IR/imon.c

[PATCH 4/7] ir-core: more cleanups of ir-functions.c

2010-10-29 Thread David Härdeman
function exported by ir-functions). Rename VIDEO_IR - IR_LEGACY to give a hint to anyone writing or converting drivers to IR_CORE that they do not want a dependency on IR_LEGACY. Signed-off-by: David Härdeman da...@hardeman.nu --- drivers/media/IR/Kconfig |2 +- drivers/media/IR

Re: [RFC PATCH 0/2] Apple remote support

2010-10-29 Thread David Härdeman
and have a keymap with all the different variations. -- David Härdeman -- 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: [PATCH 2/3] mceusb: fix up reporting of trailing space

2010-10-29 Thread David Härdeman
simplified by using ir_raw_event_store_with_filter(), right? -- David Härdeman -- 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: [RFC PATCH 0/2] Apple remote support

2010-10-29 Thread David Härdeman
On Fri, Oct 29, 2010 at 03:27:33PM -0400, Jarod Wilson wrote: On Fri, Oct 29, 2010 at 09:17:11PM +0200, David Härdeman wrote: On Fri, Oct 29, 2010 at 11:11:41AM -0400, Jarod Wilson wrote: So the Apple remotes do something funky... One of the four bytes is a remote identifier byte, which

[PATCH] drivers/media/IR/ir-keytable.c: fix binary search

2010-10-30 Thread David Härdeman
The input-large-scancode patches changed the binary search in drivers/media/IR/ir-keytable.c to use unsigned integers, but signed integers are actually necessary for the algorithm to work. Signed-off-by: David Härdeman da...@hardeman.nu Cc: Dmitry Torokhov dmitry.torok...@gmail.com --- drivers

Re: [RFC PATCH 0/2] Apple remote support

2010-10-30 Thread David Härdeman
On Fri, Oct 29, 2010 at 04:09:37PM -0400, Jarod Wilson wrote: On Fri, Oct 29, 2010 at 09:59:18PM +0200, David Härdeman wrote: On Fri, Oct 29, 2010 at 03:27:33PM -0400, Jarod Wilson wrote: On Fri, Oct 29, 2010 at 09:17:11PM +0200, David Härdeman wrote: On Fri, Oct 29, 2010 at 11:11:41AM

Re: [RFC PATCH 0/2] Apple remote support

2010-11-01 Thread David Härdeman
On Sat, Oct 30, 2010 at 10:32:14PM -0400, Jarod Wilson wrote: On Sat, Oct 30, 2010 at 7:36 PM, David Härdeman da...@hardeman.nu wrote: In that case, one solution would be: * using the full 32 bit scancode * add a module parameter to squash the ID byte to zero * default the module

Re: [PATCH 0/7] rc-core: ir-core to rc-core conversion

2010-11-01 Thread David Härdeman
On Fri, Oct 29, 2010 at 09:07:52PM +0200, David Härdeman wrote: This is my current patch queue, the main change is to make struct rc_dev the primary interface for rc drivers and to abstract away the fact that there's an input device lurking in there somewhere. The patchset has been updated

[PATCH 0/6] rc-core: ir-core to rc-core conversion

2010-11-02 Thread David Härdeman
that all drivers compile without any warnings and I have tested the end result on mceusb and winbond-cir hardware, Jarod Wilson has tested nuvoton-cir, imon and several mceusb devices). --- David Härdeman (6): ir-core: convert drivers/media/video/cx88 to ir-core ir-core: remove

[PATCH 1/6] ir-core: convert drivers/media/video/cx88 to ir-core

2010-11-02 Thread David Härdeman
for two weeks!) on actual hardware. Signed-off-by: David Härdeman da...@hardeman.nu Acked-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/ir-functions.c | 134 --- drivers/media/video/cx88/Kconfig |2 drivers/media/video/cx88/cx88-input.c | 163

  1   2   3   4   5   6   7   8   9   10   >