1. 21 2月, 2007 1 次提交
  2. 04 10月, 2006 2 次提交
  3. 25 6月, 2006 1 次提交
  4. 02 4月, 2006 1 次提交
  5. 21 3月, 2006 1 次提交
    • L
      [PATCH] USB: ET61X[12]51 driver updates · ccad7789
      Luca Risolia 提交于
      USB: ET61X[12]51 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()
        when waiting for video frames
      * replace wake_up_interruptible(&wait_stream) with wake_up(&wait_stream)
      * Cleanups and updates in the documentation
      * Use mutexes instead of semaphores
      + Use per-device sensor structures
      + Add support for PAS202BCA image sensors
      + Add frame_timeout module parameter
      Signed-off-by: NLuca Risolia <luca.risolia@studio.unibo.it>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      ccad7789
  6. 01 2月, 2006 1 次提交