From: Luca Risolia Date: Wed, 8 Feb 2006 00:05:27 +0000 (+0000) Subject: [PATCH] USB: ZC0301 driver updates X-Git-Tag: v2.6.17-rc1~1176^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e47a52bf36fa4a24f56f878f4ca57eb885c78dd;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed