[PATCH] s2255drv: cleanup of debug messages

2010-03-31 Thread Dean A.
# HG changeset patch # User Dean Anderson # Date 1270056198 25200 # Node ID db81e2f83909ee79dcca8496ceeda2653775e60a # Parent 0690e4e1d81e785af1a5f06a13573dcf2cc5cb0c s2255drv: cleanup of debug messages From: Dean Anderson Priority: normal Signed-off-by: Dean Anderson diff -r 0690e4e1d81e -

[PATCH] s2255drv: v4l2 device added

2010-03-31 Thread Dean A.
# HG changeset patch # User Dean Anderson # Date 1270053044 25200 # Node ID 0690e4e1d81e785af1a5f06a13573dcf2cc5cb0c # Parent c72bdc8732abc0cf7bc376babfd06b2d999bdcf4 s2255drv: adding v4l2_device structure. video_register_device cleanup From: Dean Anderson adding v4l2_device structure. if one

[PATCH] s2255drv: removal of big kernel lock

2010-03-31 Thread Dean A.
# HG changeset patch # User Dean Anderson # Date 1270046291 25200 # Node ID c72bdc8732abc0cf7bc376babfd06b2d999bdcf4 # Parent 2ab296deae938864b06b29cc224eb4b670ae3aa9 s2255drv: removal of BKL From: Dean Anderson big kernel lock removed from open function. v4l2 code does not require locking the

[PATCH] s2255drv: video_device_alloc call not checked fix

2010-03-31 Thread Dean A.
# HG changeset patch # User Dean Anderson # Date 1270045856 25200 # Node ID 2ab296deae938864b06b29cc224eb4b670ae3aa9 # Parent 18586e4ac3ed5972dac2015600f8c21e26c0fc16 s2255drv: video_device allocation fix From: Dean Anderson call to video_device_alloc was not being checked in probe function. c

[PATCH] s2255drv: code cleanup

2010-03-29 Thread Dean A.
# HG changeset patch # User Dean Anderson # Date 1269900678 25200 # Node ID 18586e4ac3ed5972dac2015600f8c21e26c0fc16 # Parent c437bd6f3659885afbe20ad12857347f0850156b s2255drv: code cleanup From: Dean Anderson removal of unused pipe array (of size one). Priority: normal Signed-off-by: Dean A

[PATCH] s2255drv: cleanup of driver disconnect code

2010-03-29 Thread Dean A.
# HG changeset patch # User Dean Anderson # Date 1269899865 25200 # Node ID c437bd6f3659885afbe20ad12857347f0850156b # Parent a539e5b689454b8feb6b5acf5a67516b142c2823 s2255drv: cleanup of driver disconnect code From: Dean Anderson simplifies use of kref in driver Priority: normal Signed-off-

[PATCH] s2255drv: support for frame skipping

2010-03-08 Thread Dean A.
# HG changeset patch # User Dean Anderson # Date 1268089334 28800 # Node ID 3ac8a7637cf3db984665e5aa43e03c22ee0c16f2 # Parent 08932f075cb147c47e2acc4b1f464c736080bc96 s2255drv: frame decimation support From: Dean Anderson adds hardware frame skipping using VIDIOC_S_PARM ioctl. adds support for

[PATCH] s2255drv: support for 2257 device

2010-03-05 Thread Dean A.
# HG changeset patch # User Dean Anderson # Date 1267829723 28800 # Node ID 54b44c52d908b363f69488fed84f1e8b9ccaf038 # Parent bdfee5ee52c800a24e1231cd52eeeb91636c013c s2255drv: support for 2257 device From: Dean Anderson 2257 is 2255 with 2 svideo inputs Priority: normal Signed-off-by: Dean

[PATCH] s2255drv: cleanup of V4L2 controls

2010-03-05 Thread Dean A.
# HG changeset patch # User Dean Anderson # Date 1267809968 28800 # Node ID bdfee5ee52c800a24e1231cd52eeeb91636c013c # Parent ff343fa70b4def92d35f9ef7ee56a953b012d169 s2255drv cleanup of V4L2 video controls From: Dean Anderson s2255drv cleanup of V4L2 video controls Priority: normal Signed-o

[PATCH] s2255drv: fixes for big endian arch

2010-03-04 Thread Dean A.
# HG changeset patch # User Dean Anderson # Date 1267746208 28800 # Node ID ff343fa70b4def92d35f9ef7ee56a953b012d169 # Parent c9c1bcda21557cea425589f281b6b3100e2c15a0 s2255drv: fixes for big endian arch From: Dean Anderson s2255drv fixes for big endian architecture Priority: normal Signed-of

[PATCH] s2255drv : adding video input status capability

2010-03-03 Thread Dean A.
# HG changeset patch # User Dean Anderson # Date 1267655333 28800 # Node ID 3bf09a2ab1100269d6424c487ca98a1b1e4ead54 # Parent 5e0d6be7f020d6c0741795b0bd039ace7d54d310 Adds video status capability to 2255 driver From: Dean Anderson Video status capability for inputs on Sensoray 2255 driver. Pr

patch: s2255drv: adding V4L2_MODE_HIGHQUALITY

2009-05-15 Thread Dean A.
From: Dean Anderson Adding V4L2_MODE_HIGHQUALITY feature. Signed-off-by: Dean Anderson --- v4l-dvb-0018ed9bbca3/linux/drivers/media/video/s2255drv.c.orig 2009-05-15 10:15:36.0 -0700 +++ v4l-dvb-0018ed9bbca3/linux/drivers/media/video/s2255drv.c 2009-05-15 10:20:43.0 -07

patch: s2255drv: urb completion routine fixes

2009-04-30 Thread Dean A.
From: Dean Anderson Error count in read pipe completion corrected. URB not resubmitted if shutting down. URB not freed in completion routine if new urb_submit_fails. (URB is freed on shutdown). Signed-off-by: Dean Anderson --- v4l-dvb-83712d149893/linux/drivers/media/video/s2255drv.c.orig

patch: s2255drv: code cleanup

2009-04-23 Thread Dean A.
From: Dean Anderson Removal of unused structure items. Response values defined. Driver revision printk. Signed-off-by: Dean Anderson --- v4l-dvb-ebb7b82f2b48/linux/drivers/media/video/s2255drv.c.orig 2009-04-23 11:37:28.0 -0700 +++ v4l-dvb-ebb7b82f2b48/linux/drivers/media/video/

patch: s2255drv: fix race condition on set mode

2009-04-20 Thread Dean A.
From: Dean Anderson set_modeready flag must be set before command sent to USB in s2255_write_config. Signed-off-by: Dean Anderson --- v4l-dvb-74b7f650670a/linux/drivers/media/video/s2255drv.c.orig 2009-04-20 14:33:04.0 -0700 +++ v4l-dvb-74b7f650670a/linux/drivers/media/video/s225

patch: s2255drv high quality mode and video status querying

2009-04-07 Thread Dean A.
From: Dean Anderson This patch adds V4L2 video status capability and V4L2_MODE_HIGHQUALITY operation. Signed-off-by: Dean Anderson --- v4l-dvb-1e670024659d/linux/drivers/media/video/s2255drv.c.orig 2009-04-07 10:38:42.0 -0700 +++ v4l-dvb-1e670024659d/linux/drivers/media/video/s22