[PATCH] USB: ZC0301 driver updates
authorLuca Risolia <luca.risolia@studio.unibo.it>
Wed, 8 Feb 2006 00:05:27 +0000 (00:05 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Mar 2006 22:49:59 +0000 (14:49 -0800)
commit9e47a52bf36fa4a24f56f878f4ca57eb885c78dd
tree366b55f9a85f80d3bd2877d498d0fae2034419b1
parentaddf36fec058691f7ba4f95b5487d140f4a86f5a
[PATCH] USB: ZC0301 driver updates

"Cosmetic" driver updates for the ZC0301 driver:

- Fix stream_interrupt() (and work around a possible kernel bug);

- Fix vidioc_enum_input() and split vidioc_gs_input() in two parts;
- Use wait_event_interruptible_timeout() instead of wait_event_interruptible()
  when waiting for video frames;
- replace erroneous wake_up_interruptible(&wait_stream) with
  wake_up(&wait_stream);
- Cosmetic cleanups in the documentation.

Signed-off-by: Luca Risolia <luca.risolia@studio.unibo.it>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/usb/zc0301.txt
drivers/usb/media/zc0301.h
drivers/usb/media/zc0301_core.c
drivers/usb/media/zc0301_pas202bcb.c