[linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2006-02-24 Thread Luca Risolia
SN9C10x driver updates. Changes: + new, - removed, * cleanup, @ bugfix @ Fix stream_interrupt() @ Fix vidioc_enum_input() and split vidioc_gs_input() @ Need usb_get|put_dev() when disconnecting, if the device is open * Use wait_event_interruptible_timeout() instead of wait_event_interruptible()

[linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2006-01-31 Thread Greg KH
[PATCH] USB: SN9C10x driver updates SN9C10x driver updates: - Use kzalloc() instead of kmalloc() - Move some macro definitions from sn9c102.h to sn9c102_core.c - Use vfree() and vmalloc_32() instead of rvfree() and rvmalloc() - Fix mmap() sys call - Documentation updates Signed-off-by: Luca Riso

[linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2006-01-13 Thread Luca Risolia
SN9C10x driver updates: - Use kzalloc() instead of kmalloc() - Move some macro definitions from sn9c102.h to sn9c102_core.c - Use vfree() and vmalloc_32() instead of rvfree() and rvmalloc() - Fix mmap() sys call - Documentation updates Singned-off-by: Luca Risolia <[EMAIL PROTECTED]> --- diff -u

[linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2005-07-12 Thread Greg KH
[PATCH] USB: SN9C10x driver updates SN9C10x driver updates. Changes: + new, - removed, * cleanup, @ bugfix @ Remove bad get_ctrl()'s * Documentation updates + Add 0x0c45/0x602d to the list of SN9C10x based devices + Add support for OV7630 image sensors Signed-off-by: Luca Risolia <[EMAIL PROTEC

[linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2005-06-25 Thread Luca Risolia
Greg, my previous patch is broken. Use the one below. SN9C10x driver updates. Changes: + new, - removed, * cleanup, @ bugfix @ Remove bad get_ctrl()'s * Documentation updates + Add 0x0c45/0x602d to the list of SN9C10x based devices + Add support for OV7630 image sensors Signed-off-by: Luca Riso

[linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2005-06-22 Thread Luca Risolia
SN9C10x driver updates. Changes: + new, - removed, * cleanup, @ bugfix @ Remove bad get_ctrl()'s * Documentation updates + Add 0x0c45/0x602d to the list of SN9C10x based devices + Add support for OV7630 image sensors Signed-off-by: Luca Risolia <[EMAIL PROTECTED]> Greg, please apply. Luca Riso

[linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2005-01-17 Thread Greg KH
ChangeSet 1.2329.2.10, 2005/01/14 16:25:08-08:00, [EMAIL PROTECTED] [PATCH] USB: SN9C10x driver updates SN9C10x driver updates. Changes: @ Fix the sysfs interface @ Fix allocated minor number after device detection + Add "force_munmap" module parameter + Documentation updates + Add support for

[linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2005-01-12 Thread Luca Risolia
SN9C10x driver updates. Changes: @ Fix the sysfs interface @ Fix allocated minor number after device detection + Add "force_munmap" module parameter + Documentation updates + Add support for old VIDIOC_S_PARM_OLD and VIDIOC_S_CTRL_OLD ioctl's Signed-off-by: Luca Risolia <[EMAIL PROTECTED]> Greg

Re: [linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2004-11-07 Thread Luca Risolia
On Mon, 8 Nov 2004 04:12:58 +0100 Luca Risolia <[EMAIL PROTECTED]> wrote: > On Sun, 7 Nov 2004 21:40:58 +0100 > Oliver Neukum <[EMAIL PROTECTED]> wrote: > > > Am Sonntag, 7. November 2004 22:41 schrieb Luca Risolia: > > > > Is it used within a kernel thread? > > > > If not, any signal can arrive

Re: [linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2004-11-07 Thread Luca Risolia
On Sun, 7 Nov 2004 21:40:58 +0100 Oliver Neukum <[EMAIL PROTECTED]> wrote: > Am Sonntag, 7. November 2004 22:41 schrieb Luca Risolia: > > > Is it used within a kernel thread? > > > If not, any signal can arrive at any time through the kill syscall. > > > > I meant to say "cirmustances" by "contex

Re: [linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2004-11-07 Thread Oliver Neukum
Am Sonntag, 7. November 2004 22:41 schrieb Luca Risolia: > > Is it used within a kernel thread? > > If not, any signal can arrive at any time through the kill syscall. > > I meant to say "cirmustances" by "context": in these cases, if a signal has > arrived, the proper behaviour of the low-level d

Re: [linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2004-11-07 Thread Luca Risolia
On Sun, 7 Nov 2004 20:41:31 +0100 Oliver Neukum <[EMAIL PROTECTED]> wrote: > Am Sonntag, 7. November 2004 20:47 schrieb Luca Risolia: > > On Sun, 7 Nov 2004 19:24:04 +0100 > > Oliver Neukum <[EMAIL PROTECTED]> wrote: > > > > > Am Sonntag, 7. November 2004 20:19 schrieb Luca Risolia: > > > > On Su

Re: [linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2004-11-07 Thread Oliver Neukum
Am Sonntag, 7. November 2004 20:47 schrieb Luca Risolia: > On Sun, 7 Nov 2004 19:24:04 +0100 > Oliver Neukum <[EMAIL PROTECTED]> wrote: > > > Am Sonntag, 7. November 2004 20:19 schrieb Luca Risolia: > > > On Sun, 7 Nov 2004 13:45:49 +0100 > > > Oliver Neukum <[EMAIL PROTECTED]> wrote: > > > > > >

Re: [linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2004-11-07 Thread Luca Risolia
On Sun, 7 Nov 2004 19:24:04 +0100 Oliver Neukum <[EMAIL PROTECTED]> wrote: > Am Sonntag, 7. November 2004 20:19 schrieb Luca Risolia: > > On Sun, 7 Nov 2004 13:45:49 +0100 > > Oliver Neukum <[EMAIL PROTECTED]> wrote: > > > > > Am Sonntag, 7. November 2004 14:25 schrieb Luca Risolia: > > > > +int

Re: [linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2004-11-07 Thread Oliver Neukum
Am Sonntag, 7. November 2004 20:19 schrieb Luca Risolia: > On Sun, 7 Nov 2004 13:45:49 +0100 > Oliver Neukum <[EMAIL PROTECTED]> wrote: > > > Am Sonntag, 7. November 2004 14:25 schrieb Luca Risolia: > > > +int sn9c102_stream_interrupt(struct sn9c102_device* cam) > > > +{ > > > +   int err = 0;

Re: [linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2004-11-07 Thread Luca Risolia
On Sun, 7 Nov 2004 13:45:49 +0100 Oliver Neukum <[EMAIL PROTECTED]> wrote: > Am Sonntag, 7. November 2004 14:25 schrieb Luca Risolia: > > +int sn9c102_stream_interrupt(struct sn9c102_device* cam) > > +{ > > +   int err = 0; > > + > > +   cam->stream = STREAM_INTERRUPT; > > +   err = wa

Re: [linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2004-11-07 Thread Oliver Neukum
Am Sonntag, 7. November 2004 14:25 schrieb Luca Risolia: > +int sn9c102_stream_interrupt(struct sn9c102_device* cam) > +{ > +   int err = 0; > + > +   cam->stream = STREAM_INTERRUPT; > +   err = wait_event_interruptible(cam->wait_stream, > +                                  (cam->s

[linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2004-11-07 Thread Luca Risolia
SN9C10x driver updates. The most important change is the addition of the "SN9C10x" vendor-specific pixel format, which is used by the applications or libraries to get "raw" compressed data from the SN9C10x controllers. This also means that V4L2 should be smart enough for the decompression to be ha