Re: [PATCH v2 0/9] rc: Add IR encode based wakeup filtering

2014-03-16 Thread Antti Seppälä
On 15 March 2014 01:04, James Hogan ja...@albanarts.com wrote: A recent discussion about proposed interfaces for setting up the hardware wakeup filter lead to the conclusion that it could help to have the generic capability to encode and modulate scancodes into raw IR events so that drivers

Re: [PATCH v2 6/9] rc: ir-rc5-sz-decoder: Add ir encoding support

2014-03-16 Thread Antti Seppälä
On 15 March 2014 01:04, James Hogan ja...@albanarts.com wrote: From: Antti Seppälä a.sepp...@gmail.com The encoding in rc5-sz first inserts a pulse and then simply utilizes the generic Manchester encoder available in rc-core. Signed-off-by: Antti Seppälä a.sepp...@gmail.com Signed-off-by:

Re: [PATCH v2 9/9] rc: nuvoton-cir: Add support for writing wakeup samples via sysfs filter callback

2014-03-16 Thread Antti Seppälä
On 15 March 2014 01:04, James Hogan ja...@albanarts.com wrote: From: Antti Seppälä a.sepp...@gmail.com Nuvoton-cir utilizes the encoding capabilities of rc-core to convert scancodes from user space to pulse/space format understood by the underlying hardware. Converted samples are then

Здравсmвуйте! Вac uнтepecyют клиeнтckиe бaзы дaнных?

2014-03-16 Thread TsetseroTsetse
Здравсmвуйте! Вac uнтepecyют клиeнтckиe бaзы дaнных? -- 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] bttv: Add support for PCI-8604PW

2014-03-16 Thread Daniel Glöckner
This patch adds support for the PCI-8604PW card equipped with four 878A. It is unknown who the manufacturer of this card is and no drivers were available during development of the patch. According to images found online, the card is originally sold with Linux DVR software. A CPLD on the card

Re: [PATCH v2 6/9] rc: ir-rc5-sz-decoder: Add ir encoding support

2014-03-16 Thread James Hogan
Hi Antti, On Sunday 16 March 2014 10:34:31 Antti Seppälä wrote: +/** + * ir_rc5_sz_encode() - Encode a scancode as a stream of raw events + * + * @protocols: allowed protocols + * @scancode: scancode filter describing scancode (helps distinguish between + * protocol

Re: [PATCH v2 9/9] rc: nuvoton-cir: Add support for writing wakeup samples via sysfs filter callback

2014-03-16 Thread James Hogan
On Sunday 16 March 2014 10:39:39 Antti Seppälä wrote: +static int nvt_write_wakeup_codes(struct rc_dev *dev, + const u8 *wakeup_sample_buf, int count) +{ + int i = 0; + u8 reg, reg_learn_mode; + unsigned long flags; + struct

Re: [linuxtv-media:master 471/499] e4000.c:undefined reference to `v4l2_ctrl_handler_free'

2014-03-16 Thread Hans Verkuil
On 03/16/2014 01:26 AM, Mauro Carvalho Chehab wrote: Em Sat, 15 Mar 2014 18:34:16 +0200 Antti Palosaari cr...@iki.fi escreveu: Mauro, I am not sure how this should be resolved. E4000 has already depends to VIDEO_V4L2. Should VIDEO_V4L2 selected in config MEDIA_SUBDRV_AUTOSELECT ? The

Re: [PATCH v2 6/9] rc: ir-rc5-sz-decoder: Add ir encoding support

2014-03-16 Thread Antti Seppälä
Hi James. On 16 March 2014 13:50, James Hogan ja...@albanarts.com wrote: Hi Antti, On Sunday 16 March 2014 10:34:31 Antti Seppälä wrote: + + /* all important bits of scancode should be set in mask */ + if (~scancode-mask 0x2fff) Do we want to be so restrictive here? In my

Loan Assistance / Credit Offer

2014-03-16 Thread Santander Finance
We offer all purpose loan at 3% interest rate. Contact Us for more details by Email:santanderfinancegr...@gmail.com -- 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

Re: [linuxtv-media:master 471/499] e4000.c:undefined reference to `v4l2_ctrl_handler_free'

2014-03-16 Thread Mauro Carvalho Chehab
Em Sun, 16 Mar 2014 13:10:04 +0100 Hans Verkuil hverk...@xs4all.nl escreveu: On 03/16/2014 01:26 AM, Mauro Carvalho Chehab wrote: Em Sat, 15 Mar 2014 18:34:16 +0200 Antti Palosaari cr...@iki.fi escreveu: Mauro, I am not sure how this should be resolved. E4000 has already depends to

Credit Assistance / Financial Offer

2014-03-16 Thread Santander Finance
We offer all purpose loan at 3% interest rate. Contact Us for more details by Email:santanderfinancegr...@gmail.com -- 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

Re: [PATCH v2 6/9] rc: ir-rc5-sz-decoder: Add ir encoding support

2014-03-16 Thread James Hogan
On Sunday 16 March 2014 14:14:58 Antti Seppälä wrote: Hi James. On 16 March 2014 13:50, James Hogan ja...@albanarts.com wrote: Hi Antti, On Sunday 16 March 2014 10:34:31 Antti Seppälä wrote: + + /* all important bits of scancode should be set in mask */ + if

[PATCH] r820t: fix size and init values

2014-03-16 Thread Benjamin Larsson
Correct the initialization values at the start of the function and use proper variable sizes to prevent overflow. Signed-off-by: Benjamin Larsson benja...@southpole.se --- drivers/media/tuners/r820t.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH] e4000: make VIDEO_V4L2 dependency optional

2014-03-16 Thread Antti Palosaari
That tuner driver is mainly for DVB API, but there is some V4L2 API controls for SDR usage. Make driver compile conditional so that V4L2 is not mandatory. Without the V4L2 support driver is build as a DVB only, without SDR controls. Fixes following errors reported by kbuild test robot: ERROR:

[GIT PULL] SDR / E4000 V4L2 dependency fix

2014-03-16 Thread Antti Palosaari
The following changes since commit ed97a6fe5308e5982d118a25f0697b791af5ec50: [media] af9033: Don't export functions for the hardware filter (2014-03-14 20:26:59 -0300) are available in the git repository at: git://linuxtv.org/anttip/media_tree.git sdr_review_v8 for you to fetch changes

Re: [PATCH v2 0/9] rc: Add IR encode based wakeup filtering

2014-03-16 Thread James Hogan
On Sunday 16 March 2014 10:22:02 Antti Seppälä wrote: On 15 March 2014 01:04, James Hogan ja...@albanarts.com wrote: A recent discussion about proposed interfaces for setting up the hardware wakeup filter lead to the conclusion that it could help to have the generic capability to encode and

Pinnacle PCTV SAT CI (Tw.VT-1030a). no dst no frontend

2014-03-16 Thread Carlo De Stefani
Hi, I'm quite newbie. This is my trouble: Into Ubuntu 12.04 LTS, NOT working Pinnacle PCTV SAT CI (cloning Twinhan VP-1030A). No frontend in /dev/dvb/adapter0 only dmux, dvr, net. In attach my logs and dst options used in /etc/modules. Also added: options dvb_core dvb_shutdown_timeout=0

cron job: media_tree daily build: OK

2014-03-16 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: Mon Mar 17 04:00:15 CET 2014 git branch: test git hash: ed97a6fe5308e5982d118a25f0697b791af5ec50 gcc

Fwd: Fail to set resolution for the Vimicro USB Camera (Altair)

2014-03-16 Thread Leslie Zhai
Hi uvc v4l developers, My Vimicro USB Camera (Altair) driver info shown as below: Driver Info (using libv4l2): Driver name : uvcvideo Card type : Vimicro USB Camera (Altair) Bus info : usb-:00:1d.2-1 Driver version: 3.12.7 Capabilities :