Hi
On Sun, 17 Oct 2010 22:34:32 +0200
Mauro Carvalho Chehab wrote:
> This is an automatic generated email to let you know that the following patch
> were queued at the
> http://git.linuxtv.org/media_tree.git tree:
>
> Subject: [media] radio-si4713: Add regulator framework support
> Author: J
On Thu, Oct 28, 2010 at 11:11:31PM -0400, Jarod Wilson wrote:
> I've got one of those tiny little 6-button Apple remotes here, now it can
> be decoded in-kernel (tested w/an mceusb transceiver).
Oh yeah, RFC, because I'm not sure if we should have a more generic "skip
the checksum check" support -
There are at least two variants, and probably more, of the Apple
remotes. http://en.wikipedia.org/wiki/Apple_Remote contains one set of
codes, while the Apple remote I have in my possession sends a slightly
different set of codes. Just add both to the table. Probably needs
extending for the latest
Apple's remotes use an NEC-like protocol, but without checksumming. See
http://en.wikipedia.org/wiki/Apple_Remote for details. Since they always
send a specific vendor code, check for that, and bypass the checksum
check.
Signed-off-by: Jarod Wilson
---
drivers/media/IR/ir-nec-decoder.c | 10 ++
I've got one of those tiny little 6-button Apple remotes here, now it can
be decoded in-kernel (tested w/an mceusb transceiver).
Jarod Wilson (2):
ir-nec-decoder: decode Apple's NEC remote variant
IR: add Apple remote keymap
drivers/media/IR/ir-nec-decoder.c | 10 +-
driv
If we pass in an offset, we shouldn't skip 2 bytes. And the first-gen
hardware generates a constant stream of interrupts, always with two
header bytes, and if there's been no IR, with nothing else. Bail from
ir processing without calling ir_handle_raw_event when we get such a
buffer delivered to us
We were storing a bunch of spaces at the end of each signal, rather than
a single long space. The in-kernel decoders were actually okay with
this, but lirc isn't. Both are happy again with this change, which
starts accumulating data upon seeing an 0x7f space, and then stores it
when we see the next
Another multi-function Conexant device. Interface 0 is IR, though on
this model, TX isn't wired up at all, so I've mixed in support for
models without TX (and verified that lircd says TX isn't supported when
trying to send w/this device).
Signed-off-by: Jarod Wilson
---
drivers/media/IR/mceusb.c
Another round of mceusb patches...
Jarod Wilson (3):
mceusb: add support for Conexant Hybrid TV RDU253S
mceusb: fix up reporting of trailing space
mceusb: buffer parsing fixups for 1st-gen device
drivers/media/IR/mceusb.c | 82 +--
1
Hi Bastian,
On Thursday 28 October 2010 17:16:10 Bastian Hecht wrote:
>
> after reading the topic "controls, subdevs, and media framework"
> (http://www.spinics.net/lists/linux-media/msg24474.html) I guess I
> double-posted something here :S
> But what I still don't understand is, how configuring
Hi Bastian,
On Thursday 28 October 2010 16:38:01 Bastian Hecht wrote:
> Hello Laurent,
>
> my mt9p031 camera project for the omap3530 isp has come to the point
> where the ISP registered video[0-6], media0 and v4l-subdev[0-7].
>
> As far as I can see from the names...
>
> cat /sys/class/video4l
Hello,
I've got code which adds support of GoTView PCI DVD3 Hybrid tuner in cx18
module and Andy Walls in ivtv mailing-list gave me some advice on making a
patch and sending it here. So here's the patch against staging/2.6.37-rc1
branch (the tutorial recommends to include it as plain text but if
Hi!
On Wed, Oct 27, 2010 at 7:43 PM, Hans de Goede wrote:
> Are you sure you cannot make some time for this?
Sorry, probably not. At least not in the near future.
Mitar
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.o
Hi David,
Huang sent me a firmware file for Telgent 2300 some time ago, with the proper
redistribution rights from the manufacturer. Not sure why, but it seems that
I forgot to add on my linux-next tree and to ask you to pull from it.
So, please pull it from my tree:
ssh://master.kernel.org/pu
On Thu, 28 Oct 2010 20:14:35 +0100
Daniel Drake wrote:
> I think the compiler might be smart enough to optimize it out.
> When CONFIG_OLPC=n, machine_is_olpc() compiles down to a simple "no".
> Hopefully that then makes all of that code candidate for dead code
> elimination by the compiler.
Ah,
On 28 October 2010 20:08, Jonathan Corbet wrote:
> This makes every user carry a bit of OLPC-specific code. But there are
> no non-OLPC users currently, the code is small, and we get rid of some
> #ifdefs, which is always a good thing. Seems good to me.
I think the compiler might be smart enoug
On Wed, 27 Oct 2010 20:02:28 +0100 (BST)
Daniel Drake wrote:
> CONFIG_OLPC_XO_1_5 does not exist in mainline, and it's not certain that
> we'll find a reason to add it later.
>
> We should also be detecting this at runtime, and if we do it at probe
> time we can be sure not to mess around with t
This message is generated daily by a cron job that builds v4l-dvb for
the kernels and architectures in the list below.
Results of the daily build of v4l-dvb:
date:Thu Oct 28 19:00:17 CEST 2010
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 15167:abd3aac6644e
git master:
Hi Adam
On Thu, 28 Oct 2010, Adam Sutton wrote:
> Hi,
>
> Sometime ago I developed an SOC based camera driver for my platform
> (ov7675 on iMX25), for the most part it seems to be working well however
> at the time I couldn't manage to change the frame size on the fly
> (without closing / re-ope
Hi Jan,
Em 28-10-2010 16:01, Jan Hoogenraad escreveu:
> Douglas:
>
> First of all thank you for the support you have done so far.
>
> Hans:
>
> Is it possible to build the tar from
> http://git.linuxtv.org/mchehab/new_build.git
> automatically each night, just like the way the hg archive was bu
On Wed, 27 Oct 2010 14:55:00 +0100 (BST)
Daniel Drake wrote:
> Only power down during resume if the camera is not in use, and correctly
> reconfigure the sensor during resume.
Makes sense to me.
Acked-by: Jonathan Corbet
jon
--
To unsubscribe from this list: send the line "unsubscribe linux-m
Am Donnerstag 14 Oktober 2010, um 17:18:30 schrieb Lukas Ruetz:
> Hello everyone,
>
> I have a Haupauge Impact capture card (bt878) and the problem that the
> playback of the captured PAL-video (no audio) isn't fluent. The video jumps
> every few seconds as if there were frames dropped. It occures
Douglas:
First of all thank you for the support you have done so far.
Hans:
Is it possible to build the tar from
http://git.linuxtv.org/mchehab/new_build.git
automatically each night, just like the way the hg archive was built ?
I don't have sufficient processing power to run that.
Mauro:
I'm
if this is the wrong list for requesting support for a device, please
let me know.
thank you
daniel
Am 19.10.2010 21:28, schrieb Daniel:
> is there any additional information i could give to help supporting this
> card?
>
> thanks,
> daniel
>
> Am 15.10.2010 16:00, schrieb Daniel:
>> Hi,
>>
>
I can reproduce a crash on via-camera module unload. Running latest
linux-next. Simple modprobe then rmmod reproduces it.
I guess cafe_ccic is affected too.
BUG: unable to handle kernel paging request at 6b6b6b6b
IP: device_del
I've diagnosed it, but don't know the solution.
viacam_remove() call
Hi,
after reading the topic "controls, subdevs, and media framework"
(http://www.spinics.net/lists/linux-media/msg24474.html) I guess I
double-posted something here :S
But what I still don't understand is, how configuring the camera
works. You say that the subdevs (my camera sensor) are configured
On Thu, Oct 28, 2010 at 10:48 AM, Tim Stowell wrote:
> Ah my bad, I need to read a little deeper it seems :) Thanks for the
> info, now I'll stop pulling my hair out trying to get non-existent
> audio.
If it's any consolation, I had to rip one of the units apart and break
out a scope to come to t
Ah my bad, I need to read a little deeper it seems :) Thanks for the
info, now I'll stop pulling my hair out trying to get non-existent
audio.
-Tim
On Thu, Oct 28, 2010 at 8:45 AM, Devin Heitmueller
wrote:
> On Thu, Oct 28, 2010 at 10:36 AM, Tim Stowell wrote:
>> Thanks for the response! That m
On Thu, Oct 28, 2010 at 10:36 AM, Tim Stowell wrote:
> Thanks for the response! That makes sense about the 2.5 mm cable. Not
> to be obstinate or anything but I found this link
> http://video4linux-list.1448896.n2.nabble.com/SUCCESS-KWorld-VS-USB2800D-recognized-as-PointNix-Intra-Oral-Camera-No-Co
Hello Laurent,
my mt9p031 camera project for the omap3530 isp has come to the point
where the ISP registered video[0-6], media0 and v4l-subdev[0-7].
As far as I can see from the names...
cat /sys/class/video4linux/video*/names
OMAP3 ISP CCP2 input
OMAP3 ISP CSI2a output
OMAP3 ISP CCDC output
OMA
Thanks for the response! That makes sense about the 2.5 mm cable. Not
to be obstinate or anything but I found this link
http://video4linux-list.1448896.n2.nabble.com/SUCCESS-KWorld-VS-USB2800D-recognized-as-PointNix-Intra-Oral-Camera-No-Composite-Input-td3069455.html
where the users claims they wer
On Thu, Oct 28, 2010 at 10:18 AM, Tim Stowell wrote:
> Hi,
>
> I'm able to capture video just fine with my Kworld usb 2800D usb
> device and the recent (I've installed the April v4l-dvb em28xx
> driver), but I can't get any audio. I tried modprobe em28xx-alsa, and
> the module loads, but alsa can
Hi,
I'm able to capture video just fine with my Kworld usb 2800D usb
device and the recent (I've installed the April v4l-dvb em28xx
driver), but I can't get any audio. I tried modprobe em28xx-alsa, and
the module loads, but alsa can't find any sound cards. Do I need the
snd-usb-audio driver? the
Hi Michael,
On Thursday 28 October 2010 12:28:46 Michael Jones wrote:
> Laurent Pinchart wrote:
> > First of all, you need to get the latest OMAP3 ISP driver sources.
> >
> > The most recent OMAP3 ISP driver for the N900 can be found in the
> > omap3isp- rx51 git tree on gitorious.org (devel bran
Hi Laurent,
Laurent Pinchart wrote:
>
> First of all, you need to get the latest OMAP3 ISP driver sources.
>
> The most recent OMAP3 ISP driver for the N900 can be found in the omap3isp-
> rx51 git tree on gitorious.org (devel branch from
> http://meego.gitorious.org/maemo-multimedia/omap3isp-
Hi Mauro
can you try to insert it in your GIT please?
> >> Fixed problem with DiSEqC communication. The message was wrongly
> >> modulated,
> >> so the DiSEqC switch was not work.
> >>
> >> This patch fixes DiSEqC messages, simple tone burst and tone on/off.
> >> I verified it with osciloscop
Hi,
Sometime ago I developed an SOC based camera driver for my platform
(ov7675 on iMX25), for the most part it seems to be working well however
at the time I couldn't manage to change the frame size on the fly
(without closing / re-opening the device).
The current problem I have is that my appli
Hi Hans,
Provided that we're without a maintainer for Mercurial tree, I doubt that
anyone would
fix the problems there. So, I think you should disable the mercurial build
reports,
while we don't have any backport tree maintainer.
Cheers,
Mauro
Em 27-10-2010 17:05, Hans Verkuil escreveu:
> This
38 matches
Mail list logo