Request to move the DVB-infrared remote output to for example /dev/dvb/adaptorX/irX

2012-02-12 Thread Jan Panteltje
Reason: The current output from IR remotes in DVB seems to go to /dev/input/eventX This causes huge problems with other applications, because the pressed keys appear in those applications as input, even if no DVB application is running, all that is required is that the DVB USB device is plugged

[PATCH] [media] dib0700: Fix memory leak during initialization

2012-02-12 Thread Jean Delvare
Reported by kmemleak. Signed-off-by: Jean Delvare kh...@linux-fr.org Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: Devin Heitmueller dheitmuel...@kernellabs.com --- I am not familiar with the usb API, are we also supposed to call usb_kill_urb() in the error case maybe?

[PATCH RESEND] [media] convert drivers/media/* to use module_i2c_driver()

2012-02-12 Thread Axel Lin
This patch converts the drivers in drivers/media/* to use the module_i2_driver() macro which makes the code smaller and a bit simpler. Signed-off-by: Axel Lin axel@gmail.com Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: Kyungmin Park kyungmin.p...@samsung.com Cc: Heungjun Kim

[PATCH] it913x ver 1.26 change to remove interruptible mutex locks.

2012-02-12 Thread Malcolm Priestley
Some virtual I2C commands are missed along some PID filtering commands resulting complete stall of driver. Since dvb-usb cannot handle the -EAGAIN error and commands generally should not be missed mutex_lock is used instead. Signed-off-by: Malcolm Priestley tvbox...@gmail.com ---

[PATCH] it913x ver 1.27 Allow PID 8192 to turn PID filter off

2012-02-12 Thread Malcolm Priestley
Allow PID 8192 to turn PID filter off in USB high speed. The PID number is still written to the PID index and will only turn on again if that index is set to 0. Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- drivers/media/dvb/dvb-usb/it913x.c | 18 -- 1 files changed,

[PATCH] it913x-fe ver 1.15 read signal strenght using reg VAR_P_INBAND.

2012-02-12 Thread Malcolm Priestley
Read signal strength using VAR_P_INBAND and apply FEC preferred values. Note this does not work on IT9137 devices even with dvb-usb-it9135-01.fw firmware. Config read_sl allows switch between read signal strength and signal level. Signed-off-by: Malcolm Priestley tvbox...@gmail.com ---

[media][dvb-core] Question on dvr device copy

2012-02-12 Thread Hamad Kadmany
Hi, Currently when playing stream from memory through dvr device (through write calls), the written buffer is copied from user-space to kernel space. The same applies when recording a stream, the TS packets received from HW are copied to dvr ring-buffer. I'm a bit concerned about the performance

cron job: media_tree daily build: WARNINGS

2012-02-12 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Sun Feb 12 19:00:17 CET 2012 git hash:59b30294e14fa6a370fdd2bc2921cca1f977ef16 gcc version: i686-linux-gcc

Re: Status of RTL283xU support?

2012-02-12 Thread poma
On 29.11.2011 20:45, poma wrote: .. Don't forget to read/edit Makefile for 3.2.* kernels, uncomment line: INCLUDE_EXTRA_DVB := include-320 rgds, poma -- 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] cx22702: Fix signal strength

2012-02-12 Thread Jean Delvare
The signal strength value returned is not quite correct, it decreases when I increase the gain of my antenna, and vice versa. It also doesn't span over the whole 0x-0x range. Compute a value which at least increases when signal strength increases, and spans the whole allowed range. In

Re: Status of RTL283xU support?

2012-02-12 Thread Antti Palosaari
On 12.02.2012 21:02, poma wrote: On 29.11.2011 20:45, poma wrote: .. Don't forget to read/edit Makefile for 3.2.* kernels, uncomment line: INCLUDE_EXTRA_DVB := include-320 ? rgds, poma Antti -- http://palosaari.fi/ -- To unsubscribe from this list: send the line unsubscribe linux-media in

Re: Various ctrl and event frame work patches

2012-02-12 Thread Hans Verkuil
I'll review this during the weekend. Most of the patches look fine, but I want to take a closer look at some of them. Regards, Hans Hans de Goede hdego...@redhat.com wrote: Hi All, This patch set obsoletes my previous add v4l2_subscribed_event_ops set, while working on adding support