• L
    [PATCH] USB: ZC0301 driver updates · 9e47a52b
    Luca Risolia 提交于
    "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: NLuca Risolia <luca.risolia@studio.unibo.it>
    Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
    9e47a52b
zc0301.txt 8.1 KB