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()
[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
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
[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
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
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
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
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
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
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
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
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
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:
> > >
> > >
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
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;
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
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
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
18 matches
Mail list logo