[no subject]

2011-10-25 Thread sensoray-dev
commit cf5886c3dd2f65c817cb6ca5e7202fa3a3bdc872 Author: Dean Anderson linux-...@sensoray.com Date: Mon Oct 24 15:46:52 2011 -0700 [media]: saa7134: Adding Sensoray 811 and 911 board models to saa7134 driver Signed-off-by: Dean Anderson linux-...@sensoray.com diff --git

[PATCH][media] saa7134: adding Sensoray boards to saa7134 driver

2011-10-25 Thread sensoray-dev
commit cf5886c3dd2f65c817cb6ca5e7202fa3a3bdc872 Author: Dean Anderson linux-...@sensoray.com Date: Mon Oct 24 15:46:52 2011 -0700 [media]: saa7134: Adding Sensoray 811 and 911 board models to saa7134 driver Signed-off-by: Dean Anderson linux-...@sensoray.com diff --git

[PATCH][media] bttv: adding Sensoray 611 board to driver.

2011-10-25 Thread sensoray-dev
commit affebd4db94b459f676a14d9bb696c3c2b73643d Author: Dean Anderson linux-...@sensoray.com Date: Tue Oct 25 15:43:55 2011 -0700 [media] bttv: adding Sensoray 611 board to bttv driver Signed-off-by: Dean Anderson linux-...@sensoray.com diff --git a/Documentation/video4linux/CARDLIST.bttv

s2255drv: pull request

2010-04-07 Thread sensoray-dev
Hi Mauro, Could you please pull the following 2255 patches? https://patchwork.kernel.org/patch/89099/ https://patchwork.kernel.org/patch/89100/ https://patchwork.kernel.org/patch/89957/ https://patchwork.kernel.org/patch/89958/ Also, the official email maintainer(s) contact for the 2255

[PATCH] s2255drv: v4l2_dev bug fix

2010-04-09 Thread sensoray-dev
# HG changeset patch # User Dean Anderson linux-...@sensoray.com # Date 1270850190 25200 # Node ID 040de984898870b01dfe553319aa18edb3a442bb # Parent f987f637d904a281992844f2b17f805edd4734c2 s2255drv: v4l2_dev fixed From: Dean Anderson linux-...@sensoray.com v4l2_dev should be registered once

[PATCH] s2255drv: removes kref tracking and videodev parent

2010-04-09 Thread sensoray-dev
# HG changeset patch # User Dean Anderson linux-...@sensoray.com # Date 1270853488 25200 # Node ID f2f44853e2eb914d4fc6c7004631839b86fb6d0e # Parent 040de984898870b01dfe553319aa18edb3a442bb s2255drv: removes kref tracking and videodev parent From: Dean Anderson linux-...@sensoray.com kref

[PATCH] s2255drv: cleanup of device structure

2010-04-12 Thread sensoray-dev
# HG changeset patch # User Dean Anderson linux-...@sensoray.com # Date 1271092523 25200 # Node ID 686a2330f4a6a4c79e299a17663f0f150031098e # Parent f2f44853e2eb914d4fc6c7004631839b86fb6d0e s2255drv: cleanup of device structure From: Dean Anderson linux-...@sensoray.com cleanup of device

[PATCH] s2255drv: firmware reload on timeout

2010-04-12 Thread sensoray-dev
# HG changeset patch # User Dean Anderson linux-...@sensoray.com # Date 1271095297 25200 # Node ID 88db759d6bdf2f352acf3763a8db3787ba8f7215 # Parent 686a2330f4a6a4c79e299a17663f0f150031098e s2255drv: firmware reload on timeout From: Dean Anderson linux-...@sensoray.com Firmware retry on timeout

s2255drv: V4L2_MODE_HIGHQUALITY correction

2010-04-15 Thread sensoray-dev
# HG changeset patch # User Dean Anderson linux-...@sensoray.com # Date 1271371256 25200 # Node ID f12b3074bb02dbb9b9d5af3aa816bd53e6b61dd1 # Parent bffdebcb994ce8c7e493524087f601f7f1134f09 s2255drv: fix for V4L2_MODE_HIGHQUALITY From: Dean Anderson linux-...@sensoray.com V4L2 high quality mode

s2255drv: V4L2_MODE_HIGHQUALITY fix

2010-04-15 Thread sensoray-dev
# HG changeset patch # User Dean Anderson linux-...@sensoray.com # Date 1271371685 25200 # Node ID fae20d178e2cc96d75a43c50e0f84140022091a3 # Parent f12b3074bb02dbb9b9d5af3aa816bd53e6b61dd1 s2255drv: V4L2 mode high quality fix From: Dean Anderson linux-...@sensoray.com fix for last patch in

[PATCH] s2255drv: cleanup of device structure

2010-06-01 Thread sensoray-dev
s2255drv: cleanup of device structure From: Dean Anderson linux-...@sensoray.com cleanup of device structure. single channel array instead of multiple arrays in device for each channel property. simplifies open callback by removing search for channel index. Priority: normal Signed-off-by: Dean